decomposition-multiple-db 5/5
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.11.0 (436955cb)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:0965b14b96d892eee2a963801769af5328817a64ed1af67ec4d76364ddd62706 for docker:23.0.1-dind with digest docker@sha256:d9a0fd8bdd156aae6e9be5db0264e0bc99e000e89e92055d4567e27ff13daff0 ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1686010579-ff323543-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: 168219, done. 20remote: Counting objects: 100% (168219/168219), done. 21remote: Compressing objects: 100% (107572/107572), done. 22remote: Total 168219 (delta 82947), reused 113481 (delta 54471), pack-reused 0 23Receiving objects: 100% (168219/168219), 134.96 MiB | 26.20 MiB/s, done.24Resolving deltas: 100% (82947/82947), done.26 * [new ref] refs/pipelines/890289253 -> refs/pipelines/89028925327 * [new branch] master -> origin/master28Checking out b716d7f7 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-f1d27392b7eb7debf223b7abd1c46416-16...32cache.zip is up to date 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for trigger-omnibus-env-ce (4417509084)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4417509084 responseStatus=200 OK token=64_uZXQs38Downloading artifacts for download-knapsack-report (4417509086)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4417509086 responseStatus=200 OK token=64_uZXQs41Using docker image sha256:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...42$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE43$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")44$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command45Bundle complete! 37 Gemfile dependencies, 129 gems now installed.46Use `bundle info [gemname]` to see where a bundled gem is installed.47$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"48$ echo "Running - '$QA_COMMAND'"49Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41 --omnibus-config decomposition_multiple_db --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4417509112.json --format RspecJunitFormatter --out tmp/rspec-4417509112.xml --format html --out tmp/rspec-$(echo decomposition-multiple-db 5/5 | sed 's/[ /]/_/g').htm --color --format documentation'50$ eval "$QA_COMMAND"51[Jun 06 2023 03:08:35 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-12ba64a5$`52[Jun 06 2023 03:08:35 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-12ba64a5 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`53[Jun 06 2023 03:08:36 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.1.0/tls_certificates/authority/. alpine-12ba64a5:/etc/gitlab/trusted-certs`54[Jun 06 2023 03:08:37 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.1.0/tls_certificates/gitlab/. alpine-12ba64a5:/etc/gitlab/ssl`55[Jun 06 2023 03:08:37 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-12ba64a5`56[Jun 06 2023 03:08:37 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-12ba64a5`57[Jun 06 2023 03:08:37 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`58[Jun 06 2023 03:08:37 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41`59[Jun 06 2023 03:09:10 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ce-b813a74d$`60[Jun 06 2023 03:09:10 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`61[Jun 06 2023 03:09:10 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`62[Jun 06 2023 03:09:10 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ce-b813a74d --net test --hostname gitlab-ce-b813a74d.test -p 80 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-06-03-08-35-83761caf/gitlab-ce-b813a74d/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41`63[Jun 06 2023 03:09:19 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-b813a74d bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-06-06 03:08:3564# Gitlab::QA::Runtime::OmnibusConfigurations::Default65gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme66gitlab_rails['gitlab_disable_animations'] = true # Disable animations67gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry68gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password69# Gitlab::QA::Runtime::OmnibusConfigurations::DecompositionMultipleDb70#gitlab_rails['databases']['main']['enable'] = true71#gitlab_rails['databases']['ci']['enable'] = true72#gitlab_rails['databases']['ci']['db_database'] = 'gitlabhq_production_ci'73gitlab_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;"`74[Jun 06 2023 03:09:19 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ce-b813a74d`75[Jun 06 2023 03:12:54 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...76[Jun 06 2023 03:12:54 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-b813a74d`77[Jun 06 2023 03:12:54 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ce-b813a74d 80/tcp`78[Jun 06 2023 03:12:54 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!79[Jun 06 2023 03:12:54 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-b813a74d bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`80[Jun 06 2023 03:12:55 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-b813a74d bash -c "echo '#!/usr/bin/env bash81if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then82 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'83 exit 184fi85' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`86[Jun 06 2023 03:12:55 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-b813a74d bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`87[Jun 06 2023 03:12:55 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.1.0/support/data gitlab-ce-b813a74d:/tmp/data-seeds`88[Jun 06 2023 03:12:55 UTC (Gitlab QA)] INFO -- Running exec_commands...89[Jun 06 2023 03:12:55 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-b813a74d bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`90[Jun 06 2023 03:13:48 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-b813a74d bash -c "sed -i 's/#gitlab_rails/gitlab_rails/g' /etc/gitlab/gitlab.rb"`91[Jun 06 2023 03:13:48 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-b813a74d bash -c "gitlab-ctl reconfigure"`92[Jun 06 2023 03:14:04 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-b813a74d bash -c "gitlab-psql -d gitlabhq_production_ci -c 'select 1' 2>1 > /dev/null || gitlab-psql -c 'create database gitlabhq_production_ci owner gitlab'"`93[Jun 06 2023 03:14:04 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-b813a74d bash -c "gitlab-psql -d gitlabhq_production_ci -c 'create extension if not exists btree_gist'"`94[Jun 06 2023 03:14:05 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-b813a74d bash -c "gitlab-psql -d gitlabhq_production_ci -c 'create extension if not exists pg_trgm'"`95[Jun 06 2023 03:14:05 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-b813a74d bash -c "gitlab-psql -d gitlabhq_production_ci -c \"select schema_name from information_schema.schemata where schema_name = 'gitlab_partitions_dynamic'\" | grep -q gitlab_partitions_dynamic || DISABLE_DATABASE_ENVIRONMENT_CHECK=1 gitlab-rake db:schema:load:ci"`96[Jun 06 2023 03:14:46 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-b813a74d bash -c "gitlab-ctl restart"`97[Jun 06 2023 03:15:16 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`98[Jun 06 2023 03:15:16 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:b716d7f73c14326dbad5320dd21ca81423bacc41`99[Jun 06 2023 03:16:11 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ce100[Jun 06 2023 03:16:11 UTC (Gitlab QA)] INFO -- Running with feature flag: --set-feature-flags super_sidebar_nav_enrolled=enabled101[Jun 06 2023 03:16:11 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_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_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_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_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_BROWSER_IMAGE="selenoid/chrome" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_INDEX="$CI_NODE_INDEX" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-06-03-08-35-83761caf/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-06-03-08-35-83761caf/gitlab-ce-qa-1fda01d0:/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-1fda01d0 registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:b716d7f73c14326dbad5320dd21ca81423bacc41 Test::Instance::All http://gitlab-ce-b813a74d.test --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4417509112.json --format RspecJunitFormatter --out tmp/rspec-4417509112.xml --format html --out tmp/rspec-decomposition-multiple-db_5_5.htm --color --format documentation`102warning: parser/current is loading parser/ruby30, which recognizes3.0.5-compliant syntax, but you are running 3.0.6.1042023-06-06 03:16:24 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:1062023-06-06 03:16:24 WARN Selenium [DEPRECATION] [:caps_browsers] Remote::Capabilities.chrome is deprecated. Use Options.chrome instead.1072023-06-06 03:16:24 WARN Selenium [DEPRECATION] [:capabilities] The :capabilities parameter for Selenium::WebDriver::Chrome::Driver is deprecated. Use :options argument with an instance of Selenium::WebDriver::Chrome::Driver instead.1082023-06-06 03:16:25 / CONF :: 109 ==> Base URL: http://gitlab-ce-b813a74d.test110 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f25e7326c48>111 ==> Libraries: Chemlab::Vendor112[Jun 06 2023 03:16:25 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA113[Jun 06 2023 03:16:25 UTC (QA Tests)] INFO -- Browser: chrome114[Jun 06 2023 03:16:25 UTC (QA Tests)] INFO -- Browser version: 111.0115[Jun 06 2023 03:16:25 UTC (QA Tests)] INFO -- Performing sanity check for environment!116[Jun 06 2023 03:17:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? login_page' took 61.03s117[Jun 06 2023 03:17:27 UTC (QA Tests)] INFO -- Enabling feature: super_sidebar_nav_enrolled118[Jun 06 2023 03:17:28 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: super_sidebar_nav_enrolled119[Jun 06 2023 03:17:28 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'decomposition-multiple-db' to 'knapsack/decomposition-multiple-db.json'120[Jun 06 2023 03:17:28 UTC (QA Tests)] INFO -- Report already exists, skipping!121[Jun 06 2023 03:17:28 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====122[Jun 06 2023 03:17:28 UTC (QA Tests)] INFO -- Report specs:123[Jun 06 2023 03:17:28 UTC (QA Tests)] INFO -- ["qa/specs/features/browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_non_inheritable_when_forward_pipeline_variables_false_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_project_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protected_tags_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_creation_spec.rb", "qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/assign_milestone_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb", "qa/specs/features/api/4_verify/api_variable_inheritance_with_forward_pipeline_variables_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide/add_new_directory_in_web_ide_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/snippet_index_page_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_a_project_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/trigger_child_pipeline_with_manual_spec.rb", "qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb", "qa/specs/features/api/9_data_stores/user_inherited_access_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_ssh_spec.rb", "qa/specs/features/browser_ui/14_analytics/performance_bar_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/create_project_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/create_project_badge_spec.rb", "qa/specs/features/browser_ui/4_verify/runner/register_group_runner_spec.rb", "qa/specs/features/browser_ui/9_data_stores/group/transfer_group_spec.rb", "qa/specs/features/browser_ui/4_verify/runner/register_runner_spec.rb", "qa/specs/features/browser_ui/2_plan/design_management/add_design_content_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/delete_file_via_web_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/dashboard_images_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/edit_file_via_web_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_title_description_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_labels_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/link_to_line_in_web_ide_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb", "qa/specs/features/api/3_create/repository/default_branch_name_setting_spec.rb", "qa/specs/features/api/3_create/repository/tag_revision_trigger_prereceive_hook_spec.rb"]124[Jun 06 2023 03:17:28 UTC (QA Tests)] INFO -- Leftover specs:125[Jun 06 2023 03:17:28 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/gitaly_mtls_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_into_gitlab_via_ldap_spec.rb", "qa/specs/features/browser_ui/2_plan/email/trigger_email_notification_spec.rb", "qa/specs/features/browser_ui/3_create/repository/add_new_branch_rule_spec.rb", "qa/specs/features/browser_ui/5_package/container_registry/saas/pull_container_registry_image_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/conan_repository_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/maven_gradle_repository_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/pypi_repository_spec.rb", "qa/specs/features/browser_ui/8_monitor/incident_management/recovery_alert_closes_correct_incident_spec.rb"]126[Jun 06 2023 03:17:28 UTC (QA Tests)] INFO -- Knapsack time offset warning enabled!127[Jun 06 2023 03:17:28 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'decomposition-multiple-db' to 'knapsack/decomposition-multiple-db.json'128[Jun 06 2023 03:17:28 UTC (QA Tests)] INFO -- Report already exists, skipping!129Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true, :requires_praefect=>true}130Randomized with seed 43549131Create132 Repository tags133 when protected134 behaves like unsuccessful tag creation135[Jun 06 2023 03:17:31 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when protected behaves like unsuccessful tag creation cannot be created by an unauthorized developer_user136[Jun 06 2023 03:17:31 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA137[Jun 06 2023 03:17:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-mtskx4g5' via cache in 0.0 seconds138[Jun 06 2023 03:17:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.91 seconds139[Jun 06 2023 03:17:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 2.02 seconds140[Jun 06 2023 03:17:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-c7f4f2583ea19524' via api in 4.7 seconds141[Jun 06 2023 03:17:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.3 seconds142[Jun 06 2023 03:17:36 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-c7f4f2583ea19524 QA::Resource::Project143[Jun 06 2023 03:17:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.23 seconds144[Jun 06 2023 03:17:36 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-c7f4f2583ea19524 QA::Resource::Project145[Jun 06 2023 03:17:37 UTC (QA Tests)] INFO -- filling :login_field with "root"146[Jun 06 2023 03:17:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field147[Jun 06 2023 03:17:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"148[Jun 06 2023 03:17:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field149[Jun 06 2023 03:17:38 UTC (QA Tests)] INFO -- clicking :sign_in_button150[Jun 06 2023 03:17:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.579s151[Jun 06 2023 03:17:40 UTC (QA Tests)] INFO -- Enabling super sidebar!152[Jun 06 2023 03:17:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled153[Jun 06 2023 03:17:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-c7f4f2583ea19524154[Jun 06 2023 03:17:44 UTC (QA Tests)] INFO -- clicking :menu_section_button155[Jun 06 2023 03:17:44 UTC (QA Tests)] INFO -- clicking :nav_item_link156[Jun 06 2023 03:17:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.708s157[Jun 06 2023 03:17:47 UTC (QA Tests)] INFO -- clicking :tags_dropdown158[Jun 06 2023 03:17:48 UTC (QA Tests)] INFO -- clicking :access_levels_dropdown159[Jun 06 2023 03:17:48 UTC (QA Tests)] INFO -- clicking :protect_tag_button160[Jun 06 2023 03:17:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.166s161[Jun 06 2023 03:17:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? login_page' took 2.177s162[Jun 06 2023 03:17:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.058s163[Jun 06 2023 03:17:52 UTC (QA Tests)] INFO -- clicking :user_avatar_content164[Jun 06 2023 03:17:52 UTC (QA Tests)] INFO -- clicking :sign_out_link165[Jun 06 2023 03:17:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.623s166[Jun 06 2023 03:17:53 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"167[Jun 06 2023 03:17:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field168[Jun 06 2023 03:17:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"169[Jun 06 2023 03:17:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field170[Jun 06 2023 03:17:54 UTC (QA Tests)] INFO -- clicking :sign_in_button171[Jun 06 2023 03:17:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.881s172[Jun 06 2023 03:17:55 UTC (QA Tests)] INFO -- Enabling super sidebar!173[Jun 06 2023 03:17:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled174[Jun 06 2023 03:17:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-c7f4f2583ea19524175[Jun 06 2023 03:17:58 UTC (QA Tests)] INFO -- clicking :menu_section_button176[Jun 06 2023 03:17:58 UTC (QA Tests)] INFO -- clicking :nav_item_link177[Jun 06 2023 03:17:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.946s178[Jun 06 2023 03:17:59 UTC (QA Tests)] INFO -- clicking :new_tag_button179[Jun 06 2023 03:18:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.726s180[Jun 06 2023 03:18:00 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"181[Jun 06 2023 03:18:00 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field182[Jun 06 2023 03:18:00 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"183[Jun 06 2023 03:18:00 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field184[Jun 06 2023 03:18:01 UTC (QA Tests)] INFO -- clicking :create_tag_button185 cannot be created by an unauthorized developer_user186 behaves like successful tag creation187[Jun 06 2023 03:18:02 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when protected behaves like successful tag creation can be created by maintainer_user188[Jun 06 2023 03:18:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds189[Jun 06 2023 03:18:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.17 seconds190[Jun 06 2023 03:18:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-1cc19fc44f7fe72f' via api in 1.11 seconds191[Jun 06 2023 03:18:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds192[Jun 06 2023 03:18:03 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-1cc19fc44f7fe72f QA::Resource::Project193[Jun 06 2023 03:18:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds194[Jun 06 2023 03:18:04 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-1cc19fc44f7fe72f QA::Resource::Project195[Jun 06 2023 03:18:04 UTC (QA Tests)] INFO -- filling :login_field with "root"196[Jun 06 2023 03:18:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field197[Jun 06 2023 03:18:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"198[Jun 06 2023 03:18:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field199[Jun 06 2023 03:18:05 UTC (QA Tests)] INFO -- clicking :sign_in_button200[Jun 06 2023 03:18:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.303s201[Jun 06 2023 03:18:07 UTC (QA Tests)] INFO -- Enabling super sidebar!202[Jun 06 2023 03:18:07 UTC (QA Tests)] INFO -- Super sidebar is already enabled203[Jun 06 2023 03:18:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-1cc19fc44f7fe72f204[Jun 06 2023 03:18:10 UTC (QA Tests)] INFO -- clicking :menu_section_button205[Jun 06 2023 03:18:10 UTC (QA Tests)] INFO -- clicking :nav_item_link206[Jun 06 2023 03:18:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.169s207[Jun 06 2023 03:18:13 UTC (QA Tests)] INFO -- clicking :tags_dropdown208[Jun 06 2023 03:18:13 UTC (QA Tests)] INFO -- clicking :access_levels_dropdown209[Jun 06 2023 03:18:14 UTC (QA Tests)] INFO -- clicking :protect_tag_button210[Jun 06 2023 03:18:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.055s211[Jun 06 2023 03:18:16 UTC (QA Tests)] INFO -- clicking :user_avatar_content212[Jun 06 2023 03:18:16 UTC (QA Tests)] INFO -- clicking :sign_out_link213[Jun 06 2023 03:18:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.663s214[Jun 06 2023 03:18:17 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"215[Jun 06 2023 03:18:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field216[Jun 06 2023 03:18:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"217[Jun 06 2023 03:18:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field218[Jun 06 2023 03:18:18 UTC (QA Tests)] INFO -- clicking :sign_in_button219[Jun 06 2023 03:18:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.841s220[Jun 06 2023 03:18:19 UTC (QA Tests)] INFO -- Enabling super sidebar!221[Jun 06 2023 03:18:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled222[Jun 06 2023 03:18:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-1cc19fc44f7fe72f223[Jun 06 2023 03:18:23 UTC (QA Tests)] INFO -- clicking :menu_section_button224[Jun 06 2023 03:18:23 UTC (QA Tests)] INFO -- clicking :nav_item_link225[Jun 06 2023 03:18:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.648s226[Jun 06 2023 03:18:23 UTC (QA Tests)] INFO -- clicking :new_tag_button227[Jun 06 2023 03:18:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.652s228[Jun 06 2023 03:18:24 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"229[Jun 06 2023 03:18:24 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field230[Jun 06 2023 03:18:25 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"231[Jun 06 2023 03:18:25 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field232[Jun 06 2023 03:18:25 UTC (QA Tests)] INFO -- clicking :create_tag_button233[Jun 06 2023 03:18:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_tag_button' took 1.231s234 can be created by maintainer_user235 when not protected236 behaves like successful tag creation237[Jun 06 2023 03:18:26 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when not protected behaves like successful tag creation can be created by maintainer_user238[Jun 06 2023 03:18:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds239[Jun 06 2023 03:18:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.15 seconds240[Jun 06 2023 03:18:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-c42901c1386b19d6' via api in 1.09 seconds241[Jun 06 2023 03:18:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds242[Jun 06 2023 03:18:28 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-c42901c1386b19d6 QA::Resource::Project243[Jun 06 2023 03:18:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds244[Jun 06 2023 03:18:28 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-c42901c1386b19d6 QA::Resource::Project245[Jun 06 2023 03:18:29 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"246[Jun 06 2023 03:18:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field247[Jun 06 2023 03:18:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"248[Jun 06 2023 03:18:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field249[Jun 06 2023 03:18:29 UTC (QA Tests)] INFO -- clicking :sign_in_button250[Jun 06 2023 03:18:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.751s251[Jun 06 2023 03:18:31 UTC (QA Tests)] INFO -- Enabling super sidebar!252[Jun 06 2023 03:18:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled253[Jun 06 2023 03:18:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-c42901c1386b19d6254[Jun 06 2023 03:18:33 UTC (QA Tests)] INFO -- clicking :menu_section_button255[Jun 06 2023 03:18:33 UTC (QA Tests)] INFO -- clicking :nav_item_link256[Jun 06 2023 03:18:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.643s257[Jun 06 2023 03:18:34 UTC (QA Tests)] INFO -- clicking :new_tag_button258[Jun 06 2023 03:18:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.636s259[Jun 06 2023 03:18:34 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"260[Jun 06 2023 03:18:34 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field261[Jun 06 2023 03:18:35 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"262[Jun 06 2023 03:18:35 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field263[Jun 06 2023 03:18:35 UTC (QA Tests)] INFO -- clicking :create_tag_button264[Jun 06 2023 03:18:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_tag_button' took 0.987s265 can be created by maintainer_user266 behaves like successful tag creation267[Jun 06 2023 03:18:36 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when not protected behaves like successful tag creation can be created by developer_user268[Jun 06 2023 03:18:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds269[Jun 06 2023 03:18:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.13 seconds270[Jun 06 2023 03:18:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-c686bf119ab8dd4b' via api in 0.86 seconds271[Jun 06 2023 03:18:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds272[Jun 06 2023 03:18:37 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-c686bf119ab8dd4b QA::Resource::Project273[Jun 06 2023 03:18:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.11 seconds274[Jun 06 2023 03:18:38 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-c686bf119ab8dd4b QA::Resource::Project275[Jun 06 2023 03:18:38 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"276[Jun 06 2023 03:18:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field277[Jun 06 2023 03:18:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"278[Jun 06 2023 03:18:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field279[Jun 06 2023 03:18:39 UTC (QA Tests)] INFO -- clicking :sign_in_button280[Jun 06 2023 03:18:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.734s281[Jun 06 2023 03:18:40 UTC (QA Tests)] INFO -- Enabling super sidebar!282[Jun 06 2023 03:18:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled283[Jun 06 2023 03:18:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-tags-c686bf119ab8dd4b284[Jun 06 2023 03:18:43 UTC (QA Tests)] INFO -- clicking :menu_section_button285[Jun 06 2023 03:18:43 UTC (QA Tests)] INFO -- clicking :nav_item_link286[Jun 06 2023 03:18:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.607s287[Jun 06 2023 03:18:44 UTC (QA Tests)] INFO -- clicking :new_tag_button288[Jun 06 2023 03:18:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.619s289[Jun 06 2023 03:18:44 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"290[Jun 06 2023 03:18:44 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field291[Jun 06 2023 03:18:45 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"292[Jun 06 2023 03:18:45 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field293[Jun 06 2023 03:18:45 UTC (QA Tests)] INFO -- clicking :create_tag_button294[Jun 06 2023 03:18:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_tag_button' took 0.989s295 can be created by developer_user296Create297 Default branch name instance setting298[Jun 06 2023 03:18:46 UTC (QA Tests)] INFO -- Setting application settings: {:default_branch_name=>"main"}299[Jun 06 2023 03:18:47 UTC (QA Tests)] INFO -- Starting test: Create Default branch name instance setting sets the default branch name for a new project300[Jun 06 2023 03:18:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds301[Jun 06 2023 03:18:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.12 seconds302[Jun 06 2023 03:18:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/default-branch-name-5779a4d19fec71c8' via api in 0.92 seconds303 sets the default branch name for a new project304[Jun 06 2023 03:18:48 UTC (QA Tests)] INFO -- Starting test: Create Default branch name instance setting allows a project to be created via the CLI with a different default branch name305[Jun 06 2023 03:18:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds306[Jun 06 2023 03:18:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.13 seconds307[Jun 06 2023 03:18:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/default-branch-name-via-cli-618d0600fb737bea' via api in 0.13 seconds308 allows a project to be created via the CLI with a different default branch name309[Jun 06 2023 03:18:51 UTC (QA Tests)] INFO -- Setting application settings: {:default_branch_name=>nil}310Create311 File management312[Jun 06 2023 03:18:51 UTC (QA Tests)] INFO -- Starting test: Create File management user edits a file via the Web313[Jun 06 2023 03:18:51 UTC (QA Tests)] INFO -- filling :login_field with "root"314[Jun 06 2023 03:18:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field315[Jun 06 2023 03:18:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"316[Jun 06 2023 03:18:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field317[Jun 06 2023 03:18:52 UTC (QA Tests)] INFO -- clicking :sign_in_button318[Jun 06 2023 03:18:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.913s319[Jun 06 2023 03:18:53 UTC (QA Tests)] INFO -- Enabling super sidebar!320[Jun 06 2023 03:18:53 UTC (QA Tests)] INFO -- Super sidebar is already enabled321[Jun 06 2023 03:18:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds322[Jun 06 2023 03:18:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.12 seconds323[Jun 06 2023 03:18:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-new-file-3565b347eb6a694d' via api in 1.44 seconds324[Jun 06 2023 03:18:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via api in 0.41 seconds325[Jun 06 2023 03:18:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::File at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-new-file-3565b347eb6a694d/-/blob/main/QA+Test+-+File+name326[Jun 06 2023 03:18:58 UTC (QA Tests)] INFO -- clicking :edit_menu_item327[Jun 06 2023 03:18:58 UTC (QA Tests)] INFO -- clicking :edit_button328[Jun 06 2023 03:18:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_button' took 1.08s3292023-06-06 03:18:59 WARN Selenium [DEPRECATION] [:jwp_caps] `Capabilities#platform` is deprecated. Use `Capabilities#platform_name` instead.330[Jun 06 2023 03:18:59 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Update file"331[Jun 06 2023 03:18:59 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field332[Jun 06 2023 03:19:00 UTC (QA Tests)] INFO -- clicking :commit_button333[Jun 06 2023 03:19:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.281s334 user edits a file via the Web335Verify336 Runner registration337[Jun 06 2023 03:19:01 UTC (QA Tests)] INFO -- Starting test: Verify Runner registration user registers a new project runner338[Jun 06 2023 03:19:01 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.339[Jun 06 2023 03:19:01 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`340[Jun 06 2023 03:19:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds341[Jun 06 2023 03:19:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.11 seconds342[Jun 06 2023 03:19:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-ci-cd-0ee2515ae55f5131' via api in 0.51 seconds343[Jun 06 2023 03:19:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`344[Jun 06 2023 03:19:05 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686021541 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686021541 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-1686021541 --url http://gitlab-ce-b813a74d.test --registration-token **** --tag-list e2e-test --executor shell && gitlab-runner run" `345[Jun 06 2023 03:19:08 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686021541`346[Jun 06 2023 03:19:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`347[Jun 06 2023 03:19:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1686021541' via api in 7.93 seconds348[Jun 06 2023 03:19:10 UTC (QA Tests)] INFO -- filling :login_field with "root"349[Jun 06 2023 03:19:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field350[Jun 06 2023 03:19:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"351[Jun 06 2023 03:19:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field352[Jun 06 2023 03:19:11 UTC (QA Tests)] INFO -- clicking :sign_in_button353[Jun 06 2023 03:19:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.976s354[Jun 06 2023 03:19:12 UTC (QA Tests)] INFO -- Enabling super sidebar!355[Jun 06 2023 03:19:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled356[Jun 06 2023 03:19:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-ci-cd-0ee2515ae55f5131357[Jun 06 2023 03:19:15 UTC (QA Tests)] INFO -- clicking :menu_section_button358[Jun 06 2023 03:19:15 UTC (QA Tests)] INFO -- clicking :nav_item_link359[Jun 06 2023 03:19:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.47s360[Jun 06 2023 03:19:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1686021541'361[Jun 06 2023 03:19:18 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686021541`362 user registers a new project runner363Manage364 basic user login365[Jun 06 2023 03:19:19 UTC (QA Tests)] INFO -- Starting test: Manage basic user login user logs in using basic credentials and logs out366[Jun 06 2023 03:19:19 UTC (QA Tests)] INFO -- filling :login_field with "root"367[Jun 06 2023 03:19:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field368[Jun 06 2023 03:19:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"369[Jun 06 2023 03:19:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field370[Jun 06 2023 03:19:20 UTC (QA Tests)] INFO -- clicking :sign_in_button371[Jun 06 2023 03:19:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.826s372[Jun 06 2023 03:19:21 UTC (QA Tests)] INFO -- Enabling super sidebar!373[Jun 06 2023 03:19:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled374[Jun 06 2023 03:19:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.015s375[Jun 06 2023 03:19:24 UTC (QA Tests)] INFO -- clicking :user_avatar_content376[Jun 06 2023 03:19:24 UTC (QA Tests)] INFO -- clicking :sign_out_link377 user logs in using basic credentials and logs out378Verify379 Include multiple files from a project380[Jun 06 2023 03:19:24 UTC (QA Tests)] INFO -- Starting test: Verify Include multiple files from a project runs the pipeline with composed config381[Jun 06 2023 03:19:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds382[Jun 06 2023 03:19:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.12 seconds383[Jun 06 2023 03:19:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-pipeline-1-627d4d65b3583dc7' via api in 0.55 seconds384[Jun 06 2023 03:19:25 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.385[Jun 06 2023 03:19:25 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`386[Jun 06 2023 03:19:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`387[Jun 06 2023 03:19:30 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-31eb952h --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-31eb952h 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-31eb952h --url http://gitlab-ce-b813a74d.test --registration-token **** --tag-list qa-runner-31eb952h --executor shell && gitlab-runner run" `388[Jun 06 2023 03:19:31 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-31eb952h`389[Jun 06 2023 03:19:31 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`390[Jun 06 2023 03:19:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-31eb952h' via api in 7.24 seconds391[Jun 06 2023 03:19:33 UTC (QA Tests)] INFO -- filling :login_field with "root"392[Jun 06 2023 03:19:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field393[Jun 06 2023 03:19:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"394[Jun 06 2023 03:19:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field395[Jun 06 2023 03:19:34 UTC (QA Tests)] INFO -- clicking :sign_in_button396[Jun 06 2023 03:19:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.833s397[Jun 06 2023 03:19:35 UTC (QA Tests)] INFO -- Enabling super sidebar!398[Jun 06 2023 03:19:35 UTC (QA Tests)] INFO -- Super sidebar is already enabled399[Jun 06 2023 03:19:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds400[Jun 06 2023 03:19:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.14 seconds401[Jun 06 2023 03:19:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-pipeline-2-aeb354b2fb48315a' via api in 0.7 seconds402[Jun 06 2023 03:19:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds403[Jun 06 2023 03:19:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds404[Jun 06 2023 03:19:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-pipeline-1-627d4d65b3583dc7405[Jun 06 2023 03:19:40 UTC (QA Tests)] INFO -- clicking :menu_section_button406[Jun 06 2023 03:19:40 UTC (QA Tests)] INFO -- clicking :nav_item_link407[Jun 06 2023 03:19:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.795s408[Jun 06 2023 03:19:54 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present409[Jun 06 2023 03:19:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 0.965s410[Jun 06 2023 03:19:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-31eb952h'411[Jun 06 2023 03:19:55 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-31eb952h`412 runs the pipeline with composed config413Data Stores414 User415 when added to parent group416[Jun 06 2023 03:19:55 UTC (QA Tests)] INFO -- Starting test: Data Stores User when added to parent group is allowed to push code to sub-group project via the CLI417[Jun 06 2023 03:19:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds418[Jun 06 2023 03:19:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-51f2f67de4e39f63' via api in 0.28 seconds419[Jun 06 2023 03:19:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-51f2f67de4e39f63/sub-group-to-test-user-access-d4a747ec02ba9db0' via api in 0.22 seconds420[Jun 06 2023 03:19:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-f828f528e9eb79be' via api in 0.25 seconds421[Jun 06 2023 03:19:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-51f2f67de4e39f63/sub-group-to-test-user-access-d4a747ec02ba9db0/sub-group-project-to-test-user-access-bfbf7bbaef43fb85' via api in 0.68 seconds422[Jun 06 2023 03:19:57 UTC (QA Tests)] INFO -- Adding user qa-user-f828f528e9eb79be to gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-51f2f67de4e39f63 QA::Resource::Group423[Jun 06 2023 03:19:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.03 seconds424[Jun 06 2023 03:19:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-f828f528e9eb79be'425 is allowed to push code to sub-group project via the CLI426[Jun 06 2023 03:19:58 UTC (QA Tests)] INFO -- Starting test: Data Stores User when added to parent group is allowed to create a file in sub-group project via the API427[Jun 06 2023 03:19:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds428[Jun 06 2023 03:19:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-4a1d1949c4985d29' via api in 0.36 seconds429[Jun 06 2023 03:19:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-4a1d1949c4985d29/sub-group-to-test-user-access-b6b4629bfa331333' via api in 0.24 seconds430[Jun 06 2023 03:19:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-e220a41870e1fed2' via api in 0.27 seconds431[Jun 06 2023 03:20:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-4a1d1949c4985d29/sub-group-to-test-user-access-b6b4629bfa331333/sub-group-project-to-test-user-access-75638b005c0eee37' via api in 0.82 seconds432[Jun 06 2023 03:20:00 UTC (QA Tests)] INFO -- Adding user qa-user-e220a41870e1fed2 to gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-4a1d1949c4985d29 QA::Resource::Group433[Jun 06 2023 03:20:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds434[Jun 06 2023 03:20:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.13 seconds435[Jun 06 2023 03:20:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-new-file-4bda56b04909ef81' via api in 0.78 seconds436[Jun 06 2023 03:20:01 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-e220a41870e1fed2437[Jun 06 2023 03:20:01 UTC (QA Tests)] INFO -- Caching token for username: qa-user-e220a41870e1fed2, last six chars of token:7xwGTE438[Jun 06 2023 03:20:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-e220a41870e1fed2-68w4p3ro' via api in 0.08 seconds439[Jun 06 2023 03:20:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'test.txt' via api in 0.44 seconds440[Jun 06 2023 03:20:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-e220a41870e1fed2'441 is allowed to create a file in sub-group project via the API442[Jun 06 2023 03:20:01 UTC (QA Tests)] INFO -- Starting test: Data Stores User when added to parent group is allowed to commit to sub-group project via the API443[Jun 06 2023 03:20:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds444[Jun 06 2023 03:20:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-8006ba55b7ef400b' via api in 0.29 seconds445[Jun 06 2023 03:20:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-8006ba55b7ef400b/sub-group-to-test-user-access-3b0db709ee0c5d0a' via api in 0.26 seconds446[Jun 06 2023 03:20:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-1ca93f5ca30faaf6' via api in 0.22 seconds447[Jun 06 2023 03:20:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-8006ba55b7ef400b/sub-group-to-test-user-access-3b0db709ee0c5d0a/sub-group-project-to-test-user-access-35c8680b21ddea56' via api in 0.67 seconds448[Jun 06 2023 03:20:03 UTC (QA Tests)] INFO -- Adding user qa-user-1ca93f5ca30faaf6 to gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-8006ba55b7ef400b QA::Resource::Group449[Jun 06 2023 03:20:03 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-1ca93f5ca30faaf6450[Jun 06 2023 03:20:03 UTC (QA Tests)] INFO -- Caching token for username: qa-user-1ca93f5ca30faaf6, last six chars of token:ZTH_3U451[Jun 06 2023 03:20:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-1ca93f5ca30faaf6-wbb3je6l' via api in 0.08 seconds452[Jun 06 2023 03:20:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds453[Jun 06 2023 03:20:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-1ca93f5ca30faaf6'454 is allowed to commit to sub-group project via the API455 when added to sub-group456[Jun 06 2023 03:20:04 UTC (QA Tests)] INFO -- Starting test: Data Stores User when added to sub-group is not allowed to create a file in parent group project via the API457[Jun 06 2023 03:20:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds458[Jun 06 2023 03:20:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-9bcb9f39b645d418' via api in 0.29 seconds459[Jun 06 2023 03:20:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-9bcb9f39b645d418/sub-group-to-test-user-access-bff446131a96e301' via api in 0.23 seconds460[Jun 06 2023 03:20:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-9bcb9f39b645d418/parent-group-project-to-test-user-access-d2da49f58a6acf99' via api in 0.65 seconds461[Jun 06 2023 03:20:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-bebbea7aec2a7c1b' via api in 0.22 seconds462[Jun 06 2023 03:20:05 UTC (QA Tests)] INFO -- Adding user qa-user-bebbea7aec2a7c1b to gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-9bcb9f39b645d418/sub-group-to-test-user-access-bff446131a96e301 QA::Resource::Group463[Jun 06 2023 03:20:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds464[Jun 06 2023 03:20:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.11 seconds465[Jun 06 2023 03:20:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-new-file-d4844344ed312673' via api in 0.83 seconds466[Jun 06 2023 03:20:06 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-bebbea7aec2a7c1b467[Jun 06 2023 03:20:06 UTC (QA Tests)] INFO -- Caching token for username: qa-user-bebbea7aec2a7c1b, last six chars of token:KUDmsQ468[Jun 06 2023 03:20:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-bebbea7aec2a7c1b-ssakn4im' via api in 0.06 seconds469[Jun 06 2023 03:20:06 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-bebbea7aec2a7c1b'470 is not allowed to create a file in parent group project via the API471[Jun 06 2023 03:20:07 UTC (QA Tests)] INFO -- Starting test: Data Stores User when added to sub-group is not allowed to commit to parent group project via the API472[Jun 06 2023 03:20:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds473[Jun 06 2023 03:20:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-b0b9db691fba3461' via api in 0.27 seconds474[Jun 06 2023 03:20:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-b0b9db691fba3461/sub-group-to-test-user-access-d4a3f6675d65ca43' via api in 0.24 seconds475[Jun 06 2023 03:20:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-b0b9db691fba3461/parent-group-project-to-test-user-access-77e9b0a1b0393bda' via api in 0.68 seconds476[Jun 06 2023 03:20:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-7fe54e343368b503' via api in 0.24 seconds477[Jun 06 2023 03:20:08 UTC (QA Tests)] INFO -- Adding user qa-user-7fe54e343368b503 to gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-b0b9db691fba3461/sub-group-to-test-user-access-d4a3f6675d65ca43 QA::Resource::Group478[Jun 06 2023 03:20:08 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-7fe54e343368b503479[Jun 06 2023 03:20:08 UTC (QA Tests)] INFO -- Caching token for username: qa-user-7fe54e343368b503, last six chars of token:DjPhjY480[Jun 06 2023 03:20:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-7fe54e343368b503-sxwyi030' via api in 0.07 seconds481[Jun 06 2023 03:20:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-7fe54e343368b503'482 is not allowed to commit to parent group project via the API483[Jun 06 2023 03:20:09 UTC (QA Tests)] INFO -- Starting test: Data Stores User when added to sub-group is not allowed to push code to parent group project via the CLI484[Jun 06 2023 03:20:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds485[Jun 06 2023 03:20:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-4e7f7db8613161ad' via api in 0.31 seconds486[Jun 06 2023 03:20:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-4e7f7db8613161ad/sub-group-to-test-user-access-db0acd43a2216ca5' via api in 0.26 seconds487[Jun 06 2023 03:20:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-4e7f7db8613161ad/parent-group-project-to-test-user-access-242577235618b03d' via api in 1.31 seconds488[Jun 06 2023 03:20:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-89b80c689652237f' via api in 0.23 seconds489[Jun 06 2023 03:20:11 UTC (QA Tests)] INFO -- Adding user qa-user-89b80c689652237f to gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-4e7f7db8613161ad/sub-group-to-test-user-access-db0acd43a2216ca5 QA::Resource::Group490[Jun 06 2023 03:20:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-89b80c689652237f'491 is not allowed to push code to parent group project via the CLI492Package493 SaaS Container Registry494 pulls an image from an existing repository (PENDING: Test is not compatible with this environment or pipeline)495Plan496 Testing wiki content creation inside a project497[Jun 06 2023 03:20:12 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a home page to the wiki498[Jun 06 2023 03:20:13 UTC (QA Tests)] INFO -- filling :login_field with "root"499[Jun 06 2023 03:20:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field500[Jun 06 2023 03:20:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"501[Jun 06 2023 03:20:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field502[Jun 06 2023 03:20:13 UTC (QA Tests)] INFO -- clicking :sign_in_button503[Jun 06 2023 03:20:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.278s504[Jun 06 2023 03:20:15 UTC (QA Tests)] INFO -- Enabling super sidebar!505[Jun 06 2023 03:20:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled506[Jun 06 2023 03:20:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds507[Jun 06 2023 03:20:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.13 seconds508[Jun 06 2023 03:20:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/the_awesome_project-c0f0942c8cb3e366' via api in 0.53 seconds509[Jun 06 2023 03:20:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/the_awesome_project-c0f0942c8cb3e366510[Jun 06 2023 03:20:18 UTC (QA Tests)] INFO -- clicking :menu_section_button511[Jun 06 2023 03:20:18 UTC (QA Tests)] INFO -- clicking :nav_item_link512[Jun 06 2023 03:20:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.783s513[Jun 06 2023 03:20:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? js_lazy_loaded_content' took 11.058s514[Jun 06 2023 03:20:30 UTC (QA Tests)] INFO -- clicking :create_first_page_link515[Jun 06 2023 03:20:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_first_page_link' took 0.879s516[Jun 06 2023 03:20:31 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "just_another_wiki_page"517[Jun 06 2023 03:20:31 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox518[Jun 06 2023 03:20:31 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "this content is changed or added"519[Jun 06 2023 03:20:31 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field520[Jun 06 2023 03:20:32 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "this is a new addition to the wiki"521[Jun 06 2023 03:20:32 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox522[Jun 06 2023 03:20:33 UTC (QA Tests)] INFO -- clicking :wiki_submit_button523[Jun 06 2023 03:20:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.303s524 by adding a home page to the wiki525[Jun 06 2023 03:20:35 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a second page to the wiki526[Jun 06 2023 03:20:35 UTC (QA Tests)] INFO -- filling :login_field with "root"527[Jun 06 2023 03:20:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field528[Jun 06 2023 03:20:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"529[Jun 06 2023 03:20:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field530[Jun 06 2023 03:20:36 UTC (QA Tests)] INFO -- clicking :sign_in_button531[Jun 06 2023 03:20:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.04s532[Jun 06 2023 03:20:37 UTC (QA Tests)] INFO -- Enabling super sidebar!533[Jun 06 2023 03:20:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled534[Jun 06 2023 03:20:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds535[Jun 06 2023 03:20:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.12 seconds536[Jun 06 2023 03:20:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/wiki_testing-2a4cb386f9468762' via api in 0.54 seconds537[Jun 06 2023 03:20:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.99 seconds538[Jun 06 2023 03:20:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/wiki_testing-2a4cb386f9468762/-/wikis/Home539[Jun 06 2023 03:20:41 UTC (QA Tests)] INFO -- clicking :new_page_button540[Jun 06 2023 03:20:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_page_button' took 0.896s541[Jun 06 2023 03:20:42 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "just_another_wiki_page"542[Jun 06 2023 03:20:42 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox543[Jun 06 2023 03:20:42 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "this content is changed or added"544[Jun 06 2023 03:20:42 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field545[Jun 06 2023 03:20:43 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "this is a new addition to the wiki"546[Jun 06 2023 03:20:43 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox547[Jun 06 2023 03:20:44 UTC (QA Tests)] INFO -- clicking :wiki_submit_button548[Jun 06 2023 03:20:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.318s549 by adding a second page to the wiki550[Jun 06 2023 03:20:45 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a home page to the wiki using git push551[Jun 06 2023 03:20:46 UTC (QA Tests)] INFO -- filling :login_field with "root"552[Jun 06 2023 03:20:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field553[Jun 06 2023 03:20:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"554[Jun 06 2023 03:20:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field555[Jun 06 2023 03:20:47 UTC (QA Tests)] INFO -- clicking :sign_in_button556[Jun 06 2023 03:20:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.098s557[Jun 06 2023 03:20:48 UTC (QA Tests)] INFO -- Enabling super sidebar!558[Jun 06 2023 03:20:48 UTC (QA Tests)] INFO -- Super sidebar is already enabled559[Jun 06 2023 03:20:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds560[Jun 06 2023 03:20:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.11 seconds561[Jun 06 2023 03:20:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/wiki_testing-c28bc8ca364d8b60' via api in 0.49 seconds562[Jun 06 2023 03:20:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::WikiPush via browser_ui in 1.44 seconds563[Jun 06 2023 03:20:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::WikiPush at http://root@gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/wiki_testing-c28bc8ca364d8b60/-/wikis/just_another_wiki_page564 by adding a home page to the wiki using git push565[Jun 06 2023 03:20:52 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a second page to the wiki using git push566[Jun 06 2023 03:20:53 UTC (QA Tests)] INFO -- filling :login_field with "root"567[Jun 06 2023 03:20:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field568[Jun 06 2023 03:20:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"569[Jun 06 2023 03:20:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field570[Jun 06 2023 03:20:54 UTC (QA Tests)] INFO -- clicking :sign_in_button571[Jun 06 2023 03:20:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.064s572[Jun 06 2023 03:20:55 UTC (QA Tests)] INFO -- Enabling super sidebar!573[Jun 06 2023 03:20:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled574[Jun 06 2023 03:20:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds575[Jun 06 2023 03:20:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.15 seconds576[Jun 06 2023 03:20:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/wiki_testing-19b44e3996337cb4' via api in 0.56 seconds577[Jun 06 2023 03:20:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.93 seconds578[Jun 06 2023 03:20:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::WikiPush via browser_ui in 1.06 seconds579[Jun 06 2023 03:20:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::WikiPush at http://root@gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/wiki_testing-19b44e3996337cb4/-/wikis/just_another_wiki_page580 by adding a second page to the wiki using git push581Create582 File management583[Jun 06 2023 03:21:00 UTC (QA Tests)] INFO -- Starting test: Create File management user deletes a file via the Web584[Jun 06 2023 03:21:00 UTC (QA Tests)] INFO -- filling :login_field with "root"585[Jun 06 2023 03:21:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field586[Jun 06 2023 03:21:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"587[Jun 06 2023 03:21:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field588[Jun 06 2023 03:21:01 UTC (QA Tests)] INFO -- clicking :sign_in_button589[Jun 06 2023 03:21:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.187s590[Jun 06 2023 03:21:03 UTC (QA Tests)] INFO -- Enabling super sidebar!591[Jun 06 2023 03:21:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled592[Jun 06 2023 03:21:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds593[Jun 06 2023 03:21:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.12 seconds594[Jun 06 2023 03:21:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-new-file-0639e6de668d6ead' via api in 0.81 seconds595[Jun 06 2023 03:21:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via api in 0.43 seconds596[Jun 06 2023 03:21:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::File at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-new-file-0639e6de668d6ead/-/blob/main/QA+Test+-+File+name597[Jun 06 2023 03:21:07 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Delete file"598[Jun 06 2023 03:21:07 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field599 user deletes a file via the Web600Create601 Merge request push options602[Jun 06 2023 03:21:09 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets title and description603[Jun 06 2023 03:21:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds604[Jun 06 2023 03:21:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.12 seconds605[Jun 06 2023 03:21:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/merge-request-push-options-00e488399583faa4' via api in 0.77 seconds606[Jun 06 2023 03:21:11 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"607[Jun 06 2023 03:21:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.5 seconds608[Jun 06 2023 03:21:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.16 seconds609[Jun 06 2023 03:21:12 UTC (QA Tests)] INFO -- Merging via PUT /projects/24/merge_requests/1/merge610[Jun 06 2023 03:21:14 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_merge with title "MR push options test 0253b34deea11a24"611 sets title and description612Verify613 Group runner registration614[Jun 06 2023 03:21:14 UTC (QA Tests)] INFO -- Starting test: Verify Group runner registration user registers a new group runner615[Jun 06 2023 03:21:14 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.616[Jun 06 2023 03:21:14 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`617[Jun 06 2023 03:21:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds618[Jun 06 2023 03:21:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-with-ci-cd-42c39a629a102ff9' via api in 0.33 seconds619[Jun 06 2023 03:21:14 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`620[Jun 06 2023 03:21:15 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686021674 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686021674 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-1686021674 --url http://gitlab-ce-b813a74d.test --registration-token **** --run-untagged=true --executor shell && gitlab-runner run" `621[Jun 06 2023 03:21:15 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686021674`622[Jun 06 2023 03:21:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`623[Jun 06 2023 03:21:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1686021674' via api in 2.59 seconds624[Jun 06 2023 03:21:17 UTC (QA Tests)] INFO -- filling :login_field with "root"625[Jun 06 2023 03:21:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field626[Jun 06 2023 03:21:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"627[Jun 06 2023 03:21:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field628[Jun 06 2023 03:21:18 UTC (QA Tests)] INFO -- clicking :sign_in_button629[Jun 06 2023 03:21:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.105s630[Jun 06 2023 03:21:19 UTC (QA Tests)] INFO -- Enabling super sidebar!631[Jun 06 2023 03:21:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled632[Jun 06 2023 03:21:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-b813a74d.test/groups/gitlab-qa-sandbox-group-3/group-with-ci-cd-42c39a629a102ff9633[Jun 06 2023 03:21:22 UTC (QA Tests)] INFO -- clicking :menu_section_button634[Jun 06 2023 03:21:22 UTC (QA Tests)] INFO -- clicking :nav_item_link635[Jun 06 2023 03:21:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.719s636[Jun 06 2023 03:21:23 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1686021674'637[Jun 06 2023 03:21:23 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686021674`638 user registers a new group runner639Release640 Git clone using a deploy key641[Jun 06 2023 03:21:23 UTC (QA Tests)] INFO -- Starting test: Release Git clone using a deploy key user sets up a deploy key with QA::Runtime::Key::ECDSA(521) to clone code using pipelines642[Jun 06 2023 03:21:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds643[Jun 06 2023 03:21:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.12 seconds644[Jun 06 2023 03:21:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/deploy-key-clone-project-89efcab44f0762b3' via api in 0.54 seconds645[Jun 06 2023 03:21:24 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.646[Jun 06 2023 03:21:24 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`647[Jun 06 2023 03:21:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`648[Jun 06 2023 03:21:24 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-c1bcd122 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-c1bcd122 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-c1bcd122 --url http://gitlab-ce-b813a74d.test --registration-token **** --tag-list qa-runner-c1bcd122 --executor shell && gitlab-runner run" `649[Jun 06 2023 03:21:25 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-c1bcd122`650[Jun 06 2023 03:21:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`651[Jun 06 2023 03:21:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-c1bcd122' via api in 1.14 seconds652[Jun 06 2023 03:21:25 UTC (QA Tests)] INFO -- filling :login_field with "root"653[Jun 06 2023 03:21:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field654[Jun 06 2023 03:21:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"655[Jun 06 2023 03:21:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field656[Jun 06 2023 03:21:26 UTC (QA Tests)] INFO -- clicking :sign_in_button657[Jun 06 2023 03:21:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.111s658[Jun 06 2023 03:21:28 UTC (QA Tests)] INFO -- Enabling super sidebar!659[Jun 06 2023 03:21:28 UTC (QA Tests)] INFO -- Super sidebar is already enabled660[Jun 06 2023 03:21:29 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t ecdsa -b 521 -f /tmp/d20230606-39-fjy8kr/id_ecdsa -N `661[Jun 06 2023 03:21:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/deploy-key-clone-project-89efcab44f0762b3662[Jun 06 2023 03:21:30 UTC (QA Tests)] INFO -- clicking :menu_section_button663[Jun 06 2023 03:21:31 UTC (QA Tests)] INFO -- clicking :nav_item_link664[Jun 06 2023 03:21:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.757s665[Jun 06 2023 03:21:33 UTC (QA Tests)] INFO -- filling :deploy_key_title_field with "*****"666[Jun 06 2023 03:21:33 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_title_field667[Jun 06 2023 03:21:33 UTC (QA Tests)] INFO -- filling :deploy_key_field with "*****"668[Jun 06 2023 03:21:33 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_field669[Jun 06 2023 03:21:33 UTC (QA Tests)] INFO -- clicking :add_deploy_key_button670[Jun 06 2023 03:21:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add_deploy_key_button' took 1.186s671[Jun 06 2023 03:21:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey via browser_ui in 5.21 seconds672[Jun 06 2023 03:21:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds673[Jun 06 2023 03:21:36 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add .gitlab-ci.yml"674[Jun 06 2023 03:21:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.37 seconds675[Jun 06 2023 03:21:36 UTC (QA Tests)] INFO -- clicking :menu_section_button676[Jun 06 2023 03:21:37 UTC (QA Tests)] INFO -- clicking :nav_item_link677[Jun 06 2023 03:21:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.866s678[Jun 06 2023 03:21:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.527s679[Jun 06 2023 03:21:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 0.549s680[Jun 06 2023 03:21:40 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-c1bcd122'681[Jun 06 2023 03:21:40 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-c1bcd122`682[Jun 06 2023 03:21:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/deploy-key-clone-project-89efcab44f0762b3'683 user sets up a deploy key with QA::Runtime::Key::ECDSA(521) to clone code using pipelines684[Jun 06 2023 03:21:41 UTC (QA Tests)] INFO -- Starting test: Release Git clone using a deploy key user sets up a deploy key with QA::Runtime::Key::RSA(8192) to clone code using pipelines685[Jun 06 2023 03:21:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds686[Jun 06 2023 03:21:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.11 seconds687[Jun 06 2023 03:21:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/deploy-key-clone-project-ac39df135a2e8f0b' via api in 0.54 seconds688[Jun 06 2023 03:21:41 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.689[Jun 06 2023 03:21:41 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`690[Jun 06 2023 03:21:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`691[Jun 06 2023 03:21:42 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-8a5c41ac --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-8a5c41ac 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-8a5c41ac --url http://gitlab-ce-b813a74d.test --registration-token **** --tag-list qa-runner-8a5c41ac --executor shell && gitlab-runner run" `692[Jun 06 2023 03:21:42 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-8a5c41ac`693[Jun 06 2023 03:21:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`694[Jun 06 2023 03:21:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-8a5c41ac' via api in 1.09 seconds695[Jun 06 2023 03:21:43 UTC (QA Tests)] INFO -- filling :login_field with "root"696[Jun 06 2023 03:21:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field697[Jun 06 2023 03:21:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"698[Jun 06 2023 03:21:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field699[Jun 06 2023 03:21:44 UTC (QA Tests)] INFO -- clicking :sign_in_button700[Jun 06 2023 03:21:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.046s701[Jun 06 2023 03:21:45 UTC (QA Tests)] INFO -- Enabling super sidebar!702[Jun 06 2023 03:21:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled703[Jun 06 2023 03:21:47 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 8192 -f /tmp/d20230606-39-9xdahz/id_rsa -N `704[Jun 06 2023 03:21:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/deploy-key-clone-project-ac39df135a2e8f0b705[Jun 06 2023 03:21:51 UTC (QA Tests)] INFO -- clicking :menu_section_button706[Jun 06 2023 03:21:51 UTC (QA Tests)] INFO -- clicking :nav_item_link707[Jun 06 2023 03:21:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.981s708[Jun 06 2023 03:21:53 UTC (QA Tests)] INFO -- filling :deploy_key_title_field with "*****"709[Jun 06 2023 03:21:53 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_title_field710[Jun 06 2023 03:21:54 UTC (QA Tests)] INFO -- filling :deploy_key_field with "*****"711[Jun 06 2023 03:21:54 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_field712[Jun 06 2023 03:21:54 UTC (QA Tests)] INFO -- clicking :add_deploy_key_button713[Jun 06 2023 03:21:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add_deploy_key_button' took 1.069s714[Jun 06 2023 03:21:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey via browser_ui in 5.18 seconds715[Jun 06 2023 03:21:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds716[Jun 06 2023 03:21:57 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add .gitlab-ci.yml"717[Jun 06 2023 03:21:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.27 seconds718[Jun 06 2023 03:21:57 UTC (QA Tests)] INFO -- clicking :menu_section_button719[Jun 06 2023 03:21:57 UTC (QA Tests)] INFO -- clicking :nav_item_link720[Jun 06 2023 03:21:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.815s721[Jun 06 2023 03:22:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 1.236s722[Jun 06 2023 03:22:01 UTC (QA Tests)] INFO -- refreshing http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/deploy-key-clone-project-ac39df135a2e8f0b/-/jobs/5723[Jun 06 2023 03:22:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.556s724[Jun 06 2023 03:22:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-8a5c41ac'725[Jun 06 2023 03:22:04 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-8a5c41ac`726[Jun 06 2023 03:22:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/deploy-key-clone-project-ac39df135a2e8f0b'727 user sets up a deploy key with QA::Runtime::Key::RSA(8192) to clone code using pipelines728[Jun 06 2023 03:22:04 UTC (QA Tests)] INFO -- Starting test: Release Git clone using a deploy key user sets up a deploy key with QA::Runtime::Key::ED25519(256) to clone code using pipelines729[Jun 06 2023 03:22:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds730[Jun 06 2023 03:22:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.13 seconds731[Jun 06 2023 03:22:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/deploy-key-clone-project-036274dad1f8896a' via api in 0.56 seconds732[Jun 06 2023 03:22:05 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.733[Jun 06 2023 03:22:05 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`734[Jun 06 2023 03:22:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`735[Jun 06 2023 03:22:05 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-e9b67d0e --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-e9b67d0e 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-e9b67d0e --url http://gitlab-ce-b813a74d.test --registration-token **** --tag-list qa-runner-e9b67d0e --executor shell && gitlab-runner run" `736[Jun 06 2023 03:22:06 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-e9b67d0e`737[Jun 06 2023 03:22:06 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`738[Jun 06 2023 03:22:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-e9b67d0e' via api in 1.17 seconds739[Jun 06 2023 03:22:07 UTC (QA Tests)] INFO -- filling :login_field with "root"740[Jun 06 2023 03:22:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field741[Jun 06 2023 03:22:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"742[Jun 06 2023 03:22:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field743[Jun 06 2023 03:22:07 UTC (QA Tests)] INFO -- clicking :sign_in_button744[Jun 06 2023 03:22:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.128s745[Jun 06 2023 03:22:09 UTC (QA Tests)] INFO -- Enabling super sidebar!746[Jun 06 2023 03:22:09 UTC (QA Tests)] INFO -- Super sidebar is already enabled747[Jun 06 2023 03:22:10 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t ed25519 -b 256 -f /tmp/d20230606-39-9i8tia/id_ed25519 -N `748[Jun 06 2023 03:22:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/deploy-key-clone-project-036274dad1f8896a749[Jun 06 2023 03:22:11 UTC (QA Tests)] INFO -- clicking :menu_section_button750[Jun 06 2023 03:22:12 UTC (QA Tests)] INFO -- clicking :nav_item_link751[Jun 06 2023 03:22:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.72s752[Jun 06 2023 03:22:14 UTC (QA Tests)] INFO -- filling :deploy_key_title_field with "*****"753[Jun 06 2023 03:22:14 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_title_field754[Jun 06 2023 03:22:14 UTC (QA Tests)] INFO -- filling :deploy_key_field with "*****"755[Jun 06 2023 03:22:14 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_field756[Jun 06 2023 03:22:14 UTC (QA Tests)] INFO -- clicking :add_deploy_key_button757[Jun 06 2023 03:22:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add_deploy_key_button' took 0.849s758[Jun 06 2023 03:22:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey via browser_ui in 4.79 seconds759[Jun 06 2023 03:22:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds760[Jun 06 2023 03:22:16 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add .gitlab-ci.yml"761[Jun 06 2023 03:22:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.28 seconds762[Jun 06 2023 03:22:17 UTC (QA Tests)] INFO -- clicking :menu_section_button763[Jun 06 2023 03:22:17 UTC (QA Tests)] INFO -- clicking :nav_item_link764[Jun 06 2023 03:22:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.72s765[Jun 06 2023 03:22:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.503s766[Jun 06 2023 03:22:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 0.52s767[Jun 06 2023 03:22:20 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-e9b67d0e'768[Jun 06 2023 03:22:20 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-e9b67d0e`769[Jun 06 2023 03:22:21 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/deploy-key-clone-project-036274dad1f8896a'770 user sets up a deploy key with QA::Runtime::Key::ED25519(256) to clone code using pipelines771Manage772 Gitlab migration773 with import within same instance774[Jun 06 2023 03:22:21 UTC (QA Tests)] INFO -- Starting test: Manage Gitlab migration with import within same instance successfully imports project775[Jun 06 2023 03:22:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.05 seconds776[Jun 06 2023 03:22:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds777[Jun 06 2023 03:22:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.12 seconds778[Jun 06 2023 03:22:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/source-group-for-import-5fc0cfe9' via api in 0.52 seconds779[Jun 06 2023 03:22:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.05 seconds780[Jun 06 2023 03:22:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'target-user-a22773c7db74' via api in 0.23 seconds781[Jun 06 2023 03:22:22 UTC (QA Tests)] INFO -- Setting application settings: {:bulk_import_enabled=>true}782[Jun 06 2023 03:22:28 UTC (QA Tests)] INFO -- Setting application settings: {:bulk_import_enabled=>true}783[Jun 06 2023 03:22:28 UTC (QA Tests)] INFO -- Adding user target-user-a22773c7db74 to gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a QA::Resource::Group784[Jun 06 2023 03:22:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/source-group-for-import-5fc0cfe9/the_awesome_project-4db705e9eb578994' via api in 0.75 seconds785[Jun 06 2023 03:22:29 UTC (QA Tests)] INFO -- No cached token found for username: target-user-a22773c7db74786[Jun 06 2023 03:22:29 UTC (QA Tests)] INFO -- Caching token for username: target-user-a22773c7db74, last six chars of token:YNnvEg787[Jun 06 2023 03:22:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-target-user-a22773c7db74-me42kbpv' via api in 0.08 seconds788[Jun 06 2023 03:22:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::BulkImportGroup with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/target-group-for-import-d6a61491' via api in 0.56 seconds789[Jun 06 2023 03:23:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'target-user-a22773c7db74'790 successfully imports project791Monitor792 Recovery alert793 when using Prometheus integration794 behaves like triggers recovery alert795 only closes the correct incident (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/395512)796 when using HTTP endpoint integration797 behaves like triggers recovery alert798 only closes the correct incident (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/395512)799Create800 Link to line in Web IDE801[Jun 06 2023 03:23:46 UTC (QA Tests)] INFO -- Starting test: Create Link to line in Web IDE can link to a specific line of code in Web IDE802[Jun 06 2023 03:23:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds803[Jun 06 2023 03:23:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.12 seconds804[Jun 06 2023 03:23:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/the_awesome_project-50b47473df9041a3' via api in 5.79 seconds805[Jun 06 2023 03:23:52 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/the_awesome_project-50b47473df9041a3'806 can link to a specific line of code in Web IDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)807Data Stores808 Check for broken images809 when logged in as a new user810 behaves like loads all images811[Jun 06 2023 03:23:52 UTC (QA Tests)] INFO -- Starting test: Data Stores Check for broken images when logged in as a new user behaves like loads all images loads all images812[Jun 06 2023 03:23:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-bf4a0a4e9361e391' via api in 0.23 seconds813[Jun 06 2023 03:23:52 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-bf4a0a4e9361e391"814[Jun 06 2023 03:23:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field815[Jun 06 2023 03:23:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"816[Jun 06 2023 03:23:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field817[Jun 06 2023 03:23:53 UTC (QA Tests)] INFO -- clicking :sign_in_button818[Jun 06 2023 03:23:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.735s819[Jun 06 2023 03:23:54 UTC (QA Tests)] INFO -- Enabling super sidebar!820[Jun 06 2023 03:23:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled821[Jun 06 2023 03:23:56 UTC (QA Tests)] INFO -- refreshing http://gitlab-ce-b813a74d.test/822[Jun 06 2023 03:23:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-bf4a0a4e9361e391'823 loads all images824 when logged in as a new admin825 behaves like loads all images826[Jun 06 2023 03:23:57 UTC (QA Tests)] INFO -- Starting test: Data Stores Check for broken images when logged in as a new admin behaves like loads all images loads all images827[Jun 06 2023 03:23:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-fe710e9a89f11c03' via api in 0.26 seconds828[Jun 06 2023 03:23:58 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-fe710e9a89f11c03"829[Jun 06 2023 03:23:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field830[Jun 06 2023 03:23:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"831[Jun 06 2023 03:23:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field832[Jun 06 2023 03:23:59 UTC (QA Tests)] INFO -- clicking :sign_in_button833[Jun 06 2023 03:23:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.662s834[Jun 06 2023 03:24:00 UTC (QA Tests)] INFO -- Enabling super sidebar!835[Jun 06 2023 03:24:00 UTC (QA Tests)] INFO -- Super sidebar is already enabled836[Jun 06 2023 03:24:01 UTC (QA Tests)] INFO -- refreshing http://gitlab-ce-b813a74d.test/837[Jun 06 2023 03:24:02 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-fe710e9a89f11c03'838 loads all images839Verify840 Trigger child pipeline with 'when:manual'841[Jun 06 2023 03:24:02 UTC (QA Tests)] INFO -- Starting test: Verify Trigger child pipeline with 'when:manual' can trigger bridge job842[Jun 06 2023 03:24:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds843[Jun 06 2023 03:24:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.13 seconds844[Jun 06 2023 03:24:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-pipeline-05de0404c4a622fa' via api in 0.51 seconds845[Jun 06 2023 03:24:03 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.846[Jun 06 2023 03:24:03 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`847[Jun 06 2023 03:24:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`848[Jun 06 2023 03:24:03 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-urr8h2xw --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-urr8h2xw 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-urr8h2xw --url http://gitlab-ce-b813a74d.test --registration-token **** --tag-list qa-runner-urr8h2xw --executor shell && gitlab-runner run" `849[Jun 06 2023 03:24:04 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-urr8h2xw`850[Jun 06 2023 03:24:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`851[Jun 06 2023 03:24:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-urr8h2xw' via api in 1.15 seconds852[Jun 06 2023 03:24:05 UTC (QA Tests)] INFO -- filling :login_field with "root"853[Jun 06 2023 03:24:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field854[Jun 06 2023 03:24:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"855[Jun 06 2023 03:24:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field856[Jun 06 2023 03:24:05 UTC (QA Tests)] INFO -- clicking :sign_in_button857[Jun 06 2023 03:24:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.0s858[Jun 06 2023 03:24:07 UTC (QA Tests)] INFO -- Enabling super sidebar!859[Jun 06 2023 03:24:07 UTC (QA Tests)] INFO -- Super sidebar is already enabled860[Jun 06 2023 03:24:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds861[Jun 06 2023 03:24:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-pipeline-05de0404c4a622fa862[Jun 06 2023 03:24:10 UTC (QA Tests)] INFO -- clicking :menu_section_button863[Jun 06 2023 03:24:10 UTC (QA Tests)] INFO -- clicking :nav_item_link864[Jun 06 2023 03:24:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.748s865[Jun 06 2023 03:24:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.659s866[Jun 06 2023 03:24:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? linked_pipeline_container' took 0.671s867[Jun 06 2023 03:24:24 UTC (QA Tests)] INFO -- clicking :job_action_button868[Jun 06 2023 03:24:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? linked_pipeline_container' took 9.475s869[Jun 06 2023 03:24:33 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button870[Jun 06 2023 03:24:34 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-urr8h2xw'871[Jun 06 2023 03:24:34 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-urr8h2xw`872 can trigger bridge job873Plan874 Milestones875 Project milestone876 behaves like milestone assigned to new issue877[Jun 06 2023 03:24:34 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Project milestone behaves like milestone assigned to new issue is assigned to a new issue878[Jun 06 2023 03:24:35 UTC (QA Tests)] INFO -- filling :login_field with "root"879[Jun 06 2023 03:24:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field880[Jun 06 2023 03:24:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"881[Jun 06 2023 03:24:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field882[Jun 06 2023 03:24:36 UTC (QA Tests)] INFO -- clicking :sign_in_button883[Jun 06 2023 03:24:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.096s884[Jun 06 2023 03:24:37 UTC (QA Tests)] INFO -- Enabling super sidebar!885[Jun 06 2023 03:24:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled886[Jun 06 2023 03:24:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds887[Jun 06 2023 03:24:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-to-test-milestones-ff7c96b3' via api in 0.3 seconds888[Jun 06 2023 03:24:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-to-test-milestones-ff7c96b3/project-to-test-milestones-0503ce06-37b1615061f586cf' via api in 0.41 seconds889[Jun 06 2023 03:24:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '1' via api in 0.15 seconds890[Jun 06 2023 03:24:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/group-to-test-milestones-ff7c96b3/project-to-test-milestones-0503ce06-37b1615061f586cf891[Jun 06 2023 03:24:41 UTC (QA Tests)] INFO -- clicking :new_menu_toggle892[Jun 06 2023 03:24:41 UTC (QA Tests)] INFO -- clicking :create_menu_item893[Jun 06 2023 03:24:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.105s894[Jun 06 2023 03:24:42 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title 233b465d80e98c68"895[Jun 06 2023 03:24:42 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field896[Jun 06 2023 03:24:43 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description e0319e39eff3cc09"897[Jun 06 2023 03:24:43 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field898[Jun 06 2023 03:24:44 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present899[Jun 06 2023 03:24:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.803s900[Jun 06 2023 03:24:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 7.06 seconds901 is assigned to a new issue902 behaves like milestone assigned to existing issue903[Jun 06 2023 03:24:47 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Project milestone behaves like milestone assigned to existing issue is assigned to an existing issue904[Jun 06 2023 03:24:48 UTC (QA Tests)] INFO -- filling :login_field with "root"905[Jun 06 2023 03:24:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field906[Jun 06 2023 03:24:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"907[Jun 06 2023 03:24:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field908[Jun 06 2023 03:24:48 UTC (QA Tests)] INFO -- clicking :sign_in_button909[Jun 06 2023 03:24:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.098s910[Jun 06 2023 03:24:50 UTC (QA Tests)] INFO -- Enabling super sidebar!911[Jun 06 2023 03:24:50 UTC (QA Tests)] INFO -- Super sidebar is already enabled912[Jun 06 2023 03:24:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds913[Jun 06 2023 03:24:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-to-test-milestones-cb37dbf7' via api in 0.3 seconds914[Jun 06 2023 03:24:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-to-test-milestones-cb37dbf7/project-to-test-milestones-df6f751e-da0c45278a79cab0' via api in 0.42 seconds915[Jun 06 2023 03:24:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 0.37 seconds916[Jun 06 2023 03:24:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/group-to-test-milestones-cb37dbf7/project-to-test-milestones-df6f751e-da0c45278a79cab0/-/issues/1917[Jun 06 2023 03:24:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '2' via api in 0.15 seconds918[Jun 06 2023 03:24:55 UTC (QA Tests)] INFO -- clicking :edit_link919[Jun 06 2023 03:24:56 UTC (QA Tests)] INFO -- refreshing http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/group-to-test-milestones-cb37dbf7/project-to-test-milestones-df6f751e-da0c45278a79cab0/-/issues/1920[Jun 06 2023 03:24:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.894s921 is assigned to an existing issue922 Group milestone923 behaves like milestone assigned to new issue924[Jun 06 2023 03:24:58 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Group milestone behaves like milestone assigned to new issue is assigned to a new issue925[Jun 06 2023 03:24:58 UTC (QA Tests)] INFO -- filling :login_field with "root"926[Jun 06 2023 03:24:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field927[Jun 06 2023 03:24:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"928[Jun 06 2023 03:24:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field929[Jun 06 2023 03:24:59 UTC (QA Tests)] INFO -- clicking :sign_in_button930[Jun 06 2023 03:25:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.124s931[Jun 06 2023 03:25:01 UTC (QA Tests)] INFO -- Enabling super sidebar!932[Jun 06 2023 03:25:01 UTC (QA Tests)] INFO -- Super sidebar is already enabled933[Jun 06 2023 03:25:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds934[Jun 06 2023 03:25:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-to-test-milestones-5dab57d0' via api in 0.34 seconds935[Jun 06 2023 03:25:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-to-test-milestones-5dab57d0/project-to-test-milestones-1be42069-859ff738773f51ec' via api in 0.47 seconds936[Jun 06 2023 03:25:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupMilestone with id '3' via api in 0.11 seconds937[Jun 06 2023 03:25:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/group-to-test-milestones-5dab57d0/project-to-test-milestones-1be42069-859ff738773f51ec938[Jun 06 2023 03:25:04 UTC (QA Tests)] INFO -- clicking :new_menu_toggle939[Jun 06 2023 03:25:04 UTC (QA Tests)] INFO -- clicking :create_menu_item940[Jun 06 2023 03:25:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.043s941[Jun 06 2023 03:25:05 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title 17901862ee26d5e0"942[Jun 06 2023 03:25:05 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field943[Jun 06 2023 03:25:06 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description befc64c4fbac7393"944[Jun 06 2023 03:25:06 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field945[Jun 06 2023 03:25:07 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present946[Jun 06 2023 03:25:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.213s947[Jun 06 2023 03:25:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 5.77 seconds948 is assigned to a new issue949 behaves like milestone assigned to existing issue950[Jun 06 2023 03:25:09 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Group milestone behaves like milestone assigned to existing issue is assigned to an existing issue951[Jun 06 2023 03:25:10 UTC (QA Tests)] INFO -- filling :login_field with "root"952[Jun 06 2023 03:25:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field953[Jun 06 2023 03:25:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"954[Jun 06 2023 03:25:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field955[Jun 06 2023 03:25:11 UTC (QA Tests)] INFO -- clicking :sign_in_button956[Jun 06 2023 03:25:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.192s957[Jun 06 2023 03:25:12 UTC (QA Tests)] INFO -- Enabling super sidebar!958[Jun 06 2023 03:25:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled959[Jun 06 2023 03:25:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds960[Jun 06 2023 03:25:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-to-test-milestones-c5a68fa9' via api in 0.29 seconds961[Jun 06 2023 03:25:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-to-test-milestones-c5a68fa9/project-to-test-milestones-95243d6f-2833c227517c3028' via api in 0.44 seconds962[Jun 06 2023 03:25:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 0.22 seconds963[Jun 06 2023 03:25:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/group-to-test-milestones-c5a68fa9/project-to-test-milestones-95243d6f-2833c227517c3028/-/issues/1964[Jun 06 2023 03:25:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupMilestone with id '4' via api in 0.12 seconds965[Jun 06 2023 03:25:17 UTC (QA Tests)] INFO -- clicking :edit_link966[Jun 06 2023 03:25:18 UTC (QA Tests)] INFO -- refreshing http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/group-to-test-milestones-c5a68fa9/project-to-test-milestones-95243d6f-2833c227517c3028/-/issues/1967[Jun 06 2023 03:25:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.865s968 is assigned to an existing issue969Create970 Commit data971[Jun 06 2023 03:25:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.06 seconds972[Jun 06 2023 03:25:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds973[Jun 06 2023 03:25:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.13 seconds974[Jun 06 2023 03:25:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-code-f0f871c5cc716908' via api in 0.59 seconds975[Jun 06 2023 03:25:22 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"976[Jun 06 2023 03:25:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.04 seconds977[Jun 06 2023 03:25:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds978[Jun 06 2023 03:25:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.13 seconds979[Jun 06 2023 03:25:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-new-file-2f670865db35cb95' via api in 0.92 seconds980[Jun 06 2023 03:25:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'second' via api in 0.46 seconds981[Jun 06 2023 03:25:24 UTC (QA Tests)] INFO -- Starting test: Create Commit data user views raw email patch982[Jun 06 2023 03:25:24 UTC (QA Tests)] INFO -- filling :login_field with "root"983[Jun 06 2023 03:25:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field984[Jun 06 2023 03:25:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"985[Jun 06 2023 03:25:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field986[Jun 06 2023 03:25:25 UTC (QA Tests)] INFO -- clicking :sign_in_button987[Jun 06 2023 03:25:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.257s988[Jun 06 2023 03:25:27 UTC (QA Tests)] INFO -- Enabling super sidebar!989[Jun 06 2023 03:25:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled990[Jun 06 2023 03:25:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-code-f0f871c5cc716908991[Jun 06 2023 03:25:31 UTC (QA Tests)] INFO -- clicking :options_button992 user views raw email patch993[Jun 06 2023 03:25:32 UTC (QA Tests)] INFO -- Starting test: Create Commit data user views raw commit diff994[Jun 06 2023 03:25:32 UTC (QA Tests)] INFO -- filling :login_field with "root"995[Jun 06 2023 03:25:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field996[Jun 06 2023 03:25:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"997[Jun 06 2023 03:25:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field998[Jun 06 2023 03:25:33 UTC (QA Tests)] INFO -- clicking :sign_in_button999[Jun 06 2023 03:25:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.165s1000[Jun 06 2023 03:25:35 UTC (QA Tests)] INFO -- Enabling super sidebar!1001[Jun 06 2023 03:25:35 UTC (QA Tests)] INFO -- Super sidebar is already enabled1002[Jun 06 2023 03:25:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-code-f0f871c5cc7169081003[Jun 06 2023 03:25:39 UTC (QA Tests)] INFO -- clicking :options_button1004 user views raw commit diff1005Data Stores1006 Subgroup transfer1007[Jun 06 2023 03:25:39 UTC (QA Tests)] INFO -- Starting test: Data Stores Subgroup transfer transfers a subgroup to another group1008[Jun 06 2023 03:25:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1009[Jun 06 2023 03:25:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/target-group-for-transfer_2241864ceccad086' via api in 0.29 seconds1010[Jun 06 2023 03:25:40 UTC (QA Tests)] INFO -- filling :login_field with "root"1011[Jun 06 2023 03:25:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1012[Jun 06 2023 03:25:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"1013[Jun 06 2023 03:25:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1014[Jun 06 2023 03:25:41 UTC (QA Tests)] INFO -- clicking :sign_in_button1015[Jun 06 2023 03:25:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.145s1016[Jun 06 2023 03:25:43 UTC (QA Tests)] INFO -- Enabling super sidebar!1017[Jun 06 2023 03:25:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled1018[Jun 06 2023 03:25:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1019[Jun 06 2023 03:25:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/source-group-for-transfer_7a6fd55df77fe0ab' via api in 0.31 seconds1020[Jun 06 2023 03:25:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/source-group-for-transfer_7a6fd55df77fe0ab/subgroup-for-transfer_77d3bb416ac30b95' via api in 0.27 seconds1021[Jun 06 2023 03:25:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-b813a74d.test/groups/gitlab-qa-sandbox-group-3/source-group-for-transfer_7a6fd55df77fe0ab/subgroup-for-transfer_77d3bb416ac30b951022[Jun 06 2023 03:25:46 UTC (QA Tests)] INFO -- clicking :menu_section_button1023[Jun 06 2023 03:25:46 UTC (QA Tests)] INFO -- clicking :nav_item_link1024[Jun 06 2023 03:25:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.89s1025[Jun 06 2023 03:25:47 UTC (QA Tests)] INFO -- Transferring group: subgroup-for-transfer_77d3bb416ac30b95 to target group: target-group-for-transfer_2241864ceccad0861026[Jun 06 2023 03:25:48 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-content1027[Jun 06 2023 03:25:48 UTC (QA Tests)] INFO -- clicking :namespaces_list1028[Jun 06 2023 03:25:49 UTC (QA Tests)] INFO -- filling :namespaces_list_search with "target-group-for-transfer_2241864ceccad086"1029[Jun 06 2023 03:25:49 UTC (QA Tests)] INFO -- clicking the coordinates of :namespaces_list_search1030[Jun 06 2023 03:25:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element namespaces_list_item' took 0.608s1031[Jun 06 2023 03:25:50 UTC (QA Tests)] INFO -- clicking :transfer_group_button1032[Jun 06 2023 03:25:50 UTC (QA Tests)] INFO -- filling :confirm_danger_field with "gitlab-qa-sandbox-group-3/source-group-for-transfer_7a6fd55df77fe0ab/subgroup-for-transfer_77d3bb416ac30b95"1033[Jun 06 2023 03:25:50 UTC (QA Tests)] INFO -- clicking the coordinates of :confirm_danger_field1034[Jun 06 2023 03:25:50 UTC (QA Tests)] INFO -- clicking :confirm_danger_modal_button1035[Jun 06 2023 03:25:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_danger_modal_button' took 0.922s1036 transfers a subgroup to another group1037Verify1038 Pipeline API defined variable inheritance1039[Jun 06 2023 03:25:52 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline API defined variable inheritance is determined based on forward:pipeline_variables condition1040[Jun 06 2023 03:25:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1041[Jun 06 2023 03:25:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-2xpsr8v5' via api in 0.32 seconds1042[Jun 06 2023 03:25:52 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1043[Jun 06 2023 03:25:52 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1044[Jun 06 2023 03:25:52 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1045[Jun 06 2023 03:25:52 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name 2xpsr8v5 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach 2xpsr8v5 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 2xpsr8v5 --url http://gitlab-ce-b813a74d.test --registration-token **** --tag-list 2xpsr8v5 --executor shell && gitlab-runner run" `1046[Jun 06 2023 03:25:53 UTC (QA Tests)] INFO -- Executing: `docker logs 2xpsr8v5`1047[Jun 06 2023 03:25:53 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1048[Jun 06 2023 03:25:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name '2xpsr8v5' via api in 1.43 seconds1049[Jun 06 2023 03:25:54 UTC (QA Tests)] INFO -- filling :login_field with "root"1050[Jun 06 2023 03:25:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1051[Jun 06 2023 03:25:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1052[Jun 06 2023 03:25:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1053[Jun 06 2023 03:25:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1054[Jun 06 2023 03:25:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.14s1055[Jun 06 2023 03:25:56 UTC (QA Tests)] INFO -- Enabling super sidebar!1056[Jun 06 2023 03:25:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled1057[Jun 06 2023 03:25:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-2xpsr8v5/downstream1-variable-inheritance-57f62c635dadeef9' via api in 0.42 seconds1058[Jun 06 2023 03:25:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds1059[Jun 06 2023 03:25:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-2xpsr8v5/upstream-variable-inheritance-742ff69366bf0be3' via api in 0.45 seconds1060[Jun 06 2023 03:26:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.53 seconds1061[Jun 06 2023 03:26:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '8' via api in 0.09 seconds1062[Jun 06 2023 03:26:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '8' via api in 0.08 seconds1063[Jun 06 2023 03:26:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '8' via api in 0.11 seconds1064[Jun 06 2023 03:26:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '8' via api in 0.09 seconds1065[Jun 06 2023 03:26:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '8' via api in 0.13 seconds1066[Jun 06 2023 03:26:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '8' via api in 0.07 seconds1067[Jun 06 2023 03:26:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '8' via api in 0.07 seconds1068[Jun 06 2023 03:26:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '8' via api in 0.07 seconds1069[Jun 06 2023 03:26:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '8' via api in 0.06 seconds1070[Jun 06 2023 03:26:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '8' via api in 0.07 seconds1071[Jun 06 2023 03:26:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '8' via api in 0.07 seconds1072[Jun 06 2023 03:26:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '8' via api in 0.08 seconds1073[Jun 06 2023 03:26:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '8' via api in 0.08 seconds1074[Jun 06 2023 03:26:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '8' via api in 0.1 seconds1075[Jun 06 2023 03:26:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Pipeline with id '12' via api in 0.45 seconds1076[Jun 06 2023 03:26:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '12' via api in 0.07 seconds1077[Jun 06 2023 03:26:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '12' via api in 0.08 seconds1078[Jun 06 2023 03:26:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '12' via api in 0.07 seconds1079[Jun 06 2023 03:26:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '15' via api in 0.07 seconds1080[Jun 06 2023 03:26:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '12' via api in 0.07 seconds1081[Jun 06 2023 03:26:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '13' via api in 0.07 seconds1082[Jun 06 2023 03:26:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '12' via api in 0.07 seconds1083[Jun 06 2023 03:26:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '14' via api in 0.07 seconds1084[Jun 06 2023 03:26:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '12' via api in 0.08 seconds1085[Jun 06 2023 03:26:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '15' via api in 0.07 seconds1086[Jun 06 2023 03:26:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name '2xpsr8v5'1087[Jun 06 2023 03:26:18 UTC (QA Tests)] INFO -- Executing: `docker rm -f 2xpsr8v5`1088 is determined based on forward:pipeline_variables condition1089Data Stores1090 Project1091 in personal namespace1092 behaves like successful project creation1093[Jun 06 2023 03:26:19 UTC (QA Tests)] INFO -- Starting test: Data Stores Project in personal namespace behaves like successful project creation creates a new project1094[Jun 06 2023 03:26:19 UTC (QA Tests)] INFO -- filling :login_field with "root"1095[Jun 06 2023 03:26:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1096[Jun 06 2023 03:26:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"1097[Jun 06 2023 03:26:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1098[Jun 06 2023 03:26:20 UTC (QA Tests)] INFO -- clicking :sign_in_button1099[Jun 06 2023 03:26:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.068s1100[Jun 06 2023 03:26:22 UTC (QA Tests)] INFO -- Enabling super sidebar!1101[Jun 06 2023 03:26:22 UTC (QA Tests)] INFO -- Super sidebar is already enabled1102[Jun 06 2023 03:26:23 UTC (QA Tests)] INFO -- clicking :new_project_button and ensuring QA::Page::Project::New is present1103[Jun 06 2023 03:26:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.805s1104[Jun 06 2023 03:26:24 UTC (QA Tests)] INFO -- clicking :panel_link1105[Jun 06 2023 03:26:24 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown1106[Jun 06 2023 03:26:24 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "root"1107[Jun 06 2023 03:26:24 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field1108[Jun 06 2023 03:26:25 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}1109[Jun 06 2023 03:26:26 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}1110[Jun 06 2023 03:26:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'root/project-in-personal-namespace-c804b7a5cd2a5375-5ca1e838bcd4b9d8' via browser_ui in 3.7 seconds1111 creates a new project1112 in group1113 behaves like successful project creation1114[Jun 06 2023 03:26:27 UTC (QA Tests)] INFO -- Starting test: Data Stores Project in group behaves like successful project creation creates a new project1115[Jun 06 2023 03:26:28 UTC (QA Tests)] INFO -- filling :login_field with "root"1116[Jun 06 2023 03:26:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1117[Jun 06 2023 03:26:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"1118[Jun 06 2023 03:26:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1119[Jun 06 2023 03:26:29 UTC (QA Tests)] INFO -- clicking :sign_in_button1120[Jun 06 2023 03:26:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.015s1121[Jun 06 2023 03:26:31 UTC (QA Tests)] INFO -- Enabling super sidebar!1122[Jun 06 2023 03:26:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled1123[Jun 06 2023 03:26:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1124[Jun 06 2023 03:26:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.13 seconds1125[Jun 06 2023 03:26:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-b813a74d.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a1126[Jun 06 2023 03:26:34 UTC (QA Tests)] INFO -- clicking :new_project_button1127[Jun 06 2023 03:26:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.681s1128[Jun 06 2023 03:26:35 UTC (QA Tests)] INFO -- clicking :panel_link1129[Jun 06 2023 03:26:35 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown1130[Jun 06 2023 03:26:35 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a"1131[Jun 06 2023 03:26:35 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field1132[Jun 06 2023 03:26:36 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}1133[Jun 06 2023 03:26:36 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}1134[Jun 06 2023 03:26:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-in-group-da81e09f73c0a74d-06271dc13c538e7d' via browser_ui in 4.9 seconds1135 creates a new project1136Manage1137 Gitlab migration1138 migrates large gitlab group via api (PENDING: Test is not compatible with this environment or pipeline)1139Create1140 Branch Rules Overview1141 adds a new branch rule (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/403583)1142Data Stores1143 Create project badge1144[Jun 06 2023 03:26:38 UTC (QA Tests)] INFO -- Starting test: Data Stores Create project badge creates project badge successfully1145[Jun 06 2023 03:26:39 UTC (QA Tests)] INFO -- filling :login_field with "root"1146[Jun 06 2023 03:26:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1147[Jun 06 2023 03:26:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"1148[Jun 06 2023 03:26:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1149[Jun 06 2023 03:26:39 UTC (QA Tests)] INFO -- clicking :sign_in_button1150[Jun 06 2023 03:26:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.806s1151[Jun 06 2023 03:26:42 UTC (QA Tests)] INFO -- Enabling super sidebar!1152[Jun 06 2023 03:26:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled1153[Jun 06 2023 03:26:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.29 seconds1154[Jun 06 2023 03:26:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.35 seconds1155[Jun 06 2023 03:26:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/badge-test-project-bec37e4b961165ae' via api in 2.38 seconds1156[Jun 06 2023 03:26:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/badge-test-project-bec37e4b961165ae1157[Jun 06 2023 03:26:49 UTC (QA Tests)] INFO -- clicking :menu_section_button1158[Jun 06 2023 03:26:49 UTC (QA Tests)] INFO -- clicking :nav_item_link1159[Jun 06 2023 03:26:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.13s1160[Jun 06 2023 03:26:51 UTC (QA Tests)] INFO -- filling :badge_name_field with "project-badge-1966050846c02b37"1161[Jun 06 2023 03:26:51 UTC (QA Tests)] INFO -- clicking the coordinates of :badge_name_field1162[Jun 06 2023 03:26:52 UTC (QA Tests)] INFO -- filling :badge_link_url_field with "http://gitlab-ce-b813a74d.test/%{project_path}"1163[Jun 06 2023 03:26:52 UTC (QA Tests)] INFO -- clicking the coordinates of :badge_link_url_field1164[Jun 06 2023 03:26:52 UTC (QA Tests)] INFO -- filling :badge_image_url_field with "http://gitlab-ce-b813a74d.test/%{project_path}/badges/%{default_branch}/pipeline.svg"1165[Jun 06 2023 03:26:52 UTC (QA Tests)] INFO -- clicking the coordinates of :badge_image_url_field1166[Jun 06 2023 03:26:53 UTC (QA Tests)] INFO -- clicking :add_badge_button1167[Jun 06 2023 03:26:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectBadge with name 'project-badge-1966050846c02b37' via browser_ui in 4.13 seconds1168[Jun 06 2023 03:26:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/badge-test-project-bec37e4b961165ae1169 creates project badge successfully1170Create1171 SSH key support1172[Jun 06 2023 03:26:57 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230606-39-au9p38/id_rsa -N `1173[Jun 06 2023 03:26:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '4' via api in 0.93 seconds1174[Jun 06 2023 03:26:58 UTC (QA Tests)] INFO -- Starting test: Create SSH key support pushes code to the repository via SSH1175[Jun 06 2023 03:26:58 UTC (QA Tests)] INFO -- filling :login_field with "root"1176[Jun 06 2023 03:26:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1177[Jun 06 2023 03:26:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"1178[Jun 06 2023 03:26:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1179[Jun 06 2023 03:26:59 UTC (QA Tests)] INFO -- clicking :sign_in_button1180[Jun 06 2023 03:27:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.286s1181[Jun 06 2023 03:27:01 UTC (QA Tests)] INFO -- Enabling super sidebar!1182[Jun 06 2023 03:27:01 UTC (QA Tests)] INFO -- Super sidebar is already enabled1183[Jun 06 2023 03:27:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1184[Jun 06 2023 03:27:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.14 seconds1185[Jun 06 2023 03:27:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/ssh-tests-d6062e81916cb86a' via api in 0.56 seconds1186[Jun 06 2023 03:27:04 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1187[Jun 06 2023 03:27:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.59 seconds1188[Jun 06 2023 03:27:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/ssh-tests-d6062e81916cb86a1189 pushes code to the repository via SSH1190[Jun 06 2023 03:27:06 UTC (QA Tests)] INFO -- Starting test: Create SSH key support pushes multiple branches and tags together1191[Jun 06 2023 03:27:07 UTC (QA Tests)] INFO -- filling :login_field with "root"1192[Jun 06 2023 03:27:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1193[Jun 06 2023 03:27:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"1194[Jun 06 2023 03:27:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1195[Jun 06 2023 03:27:08 UTC (QA Tests)] INFO -- clicking :sign_in_button1196[Jun 06 2023 03:27:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.972s1197[Jun 06 2023 03:27:10 UTC (QA Tests)] INFO -- Enabling super sidebar!1198[Jun 06 2023 03:27:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled1199[Jun 06 2023 03:27:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.13 seconds1200[Jun 06 2023 03:27:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.23 seconds1201[Jun 06 2023 03:27:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/ssh-tests-7af3784fd492e3cb' via api in 1.21 seconds1202 pushes multiple branches and tags together1203[Jun 06 2023 03:27:15 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '4'1204Create1205 File templates1206[Jun 06 2023 03:27:15 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds LICENSE via file template Mozilla Public License 2.01207[Jun 06 2023 03:27:15 UTC (QA Tests)] INFO -- filling :login_field with "root"1208[Jun 06 2023 03:27:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1209[Jun 06 2023 03:27:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1210[Jun 06 2023 03:27:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1211[Jun 06 2023 03:27:16 UTC (QA Tests)] INFO -- clicking :sign_in_button1212[Jun 06 2023 03:27:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.307s1213[Jun 06 2023 03:27:18 UTC (QA Tests)] INFO -- Enabling super sidebar!1214[Jun 06 2023 03:27:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled1215[Jun 06 2023 03:27:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1216[Jun 06 2023 03:27:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.13 seconds1217[Jun 06 2023 03:27:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/file-template-project-0ddc7aa86d0135c3' via api in 0.86 seconds1218[Jun 06 2023 03:27:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/file-template-project-0ddc7aa86d0135c31219[Jun 06 2023 03:27:22 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1220[Jun 06 2023 03:27:22 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1221[Jun 06 2023 03:27:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.174s1222[Jun 06 2023 03:27:23 UTC (QA Tests)] INFO -- filling :file_name_field with "LICENSE"1223[Jun 06 2023 03:27:23 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1224[Jun 06 2023 03:27:24 UTC (QA Tests)] INFO -- clicking :license_dropdown1225[Jun 06 2023 03:27:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.176s1226[Jun 06 2023 03:27:26 UTC (QA Tests)] INFO -- clicking :commit_button1227[Jun 06 2023 03:27:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.462s1228 user adds LICENSE via file template Mozilla Public License 2.01229[Jun 06 2023 03:27:29 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds Dockerfile via file template Python1230[Jun 06 2023 03:27:30 UTC (QA Tests)] INFO -- filling :login_field with "root"1231[Jun 06 2023 03:27:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1232[Jun 06 2023 03:27:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"1233[Jun 06 2023 03:27:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1234[Jun 06 2023 03:27:31 UTC (QA Tests)] INFO -- clicking :sign_in_button1235[Jun 06 2023 03:27:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.147s1236[Jun 06 2023 03:27:33 UTC (QA Tests)] INFO -- Enabling super sidebar!1237[Jun 06 2023 03:27:33 UTC (QA Tests)] INFO -- Super sidebar is already enabled1238[Jun 06 2023 03:27:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1239[Jun 06 2023 03:27:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.13 seconds1240[Jun 06 2023 03:27:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/file-template-project-8378f5d916ae221a' via api in 0.84 seconds1241[Jun 06 2023 03:27:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/file-template-project-8378f5d916ae221a1242[Jun 06 2023 03:27:36 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1243[Jun 06 2023 03:27:36 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1244[Jun 06 2023 03:27:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 0.853s1245[Jun 06 2023 03:27:37 UTC (QA Tests)] INFO -- filling :file_name_field with "08c53cad328eb905/Dockerfile"1246[Jun 06 2023 03:27:37 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1247[Jun 06 2023 03:27:38 UTC (QA Tests)] INFO -- clicking :dockerfile_dropdown1248[Jun 06 2023 03:27:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.141s1249[Jun 06 2023 03:27:39 UTC (QA Tests)] INFO -- clicking :commit_button1250[Jun 06 2023 03:27:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.223s1251 user adds Dockerfile via file template Python1252[Jun 06 2023 03:27:41 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds .gitlab-ci.yml via file template Julia1253[Jun 06 2023 03:27:42 UTC (QA Tests)] INFO -- filling :login_field with "root"1254[Jun 06 2023 03:27:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1255[Jun 06 2023 03:27:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"1256[Jun 06 2023 03:27:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1257[Jun 06 2023 03:27:42 UTC (QA Tests)] INFO -- clicking :sign_in_button1258[Jun 06 2023 03:27:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.119s1259[Jun 06 2023 03:27:44 UTC (QA Tests)] INFO -- Enabling super sidebar!1260[Jun 06 2023 03:27:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled1261[Jun 06 2023 03:27:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1262[Jun 06 2023 03:27:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.11 seconds1263[Jun 06 2023 03:27:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/file-template-project-db4b306bc239f484' via api in 0.82 seconds1264[Jun 06 2023 03:27:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/file-template-project-db4b306bc239f4841265[Jun 06 2023 03:27:48 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1266[Jun 06 2023 03:27:48 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1267[Jun 06 2023 03:27:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.048s1268[Jun 06 2023 03:27:49 UTC (QA Tests)] INFO -- filling :file_name_field with "30cf5ddb43ae3da4/.gitlab-ci.yml"1269[Jun 06 2023 03:27:49 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1270[Jun 06 2023 03:27:49 UTC (QA Tests)] INFO -- clicking :gitlab_ci_yml_dropdown1271[Jun 06 2023 03:27:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.144s1272[Jun 06 2023 03:27:51 UTC (QA Tests)] INFO -- clicking :commit_button1273[Jun 06 2023 03:27:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.433s1274 user adds .gitlab-ci.yml via file template Julia1275[Jun 06 2023 03:27:54 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds .gitignore via file template Android1276[Jun 06 2023 03:27:54 UTC (QA Tests)] INFO -- filling :login_field with "root"1277[Jun 06 2023 03:27:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1278[Jun 06 2023 03:27:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"1279[Jun 06 2023 03:27:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1280[Jun 06 2023 03:27:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1281[Jun 06 2023 03:27:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.479s1282[Jun 06 2023 03:27:57 UTC (QA Tests)] INFO -- Enabling super sidebar!1283[Jun 06 2023 03:27:57 UTC (QA Tests)] INFO -- Super sidebar is already enabled1284[Jun 06 2023 03:27:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1285[Jun 06 2023 03:27:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.11 seconds1286[Jun 06 2023 03:28:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/file-template-project-1e07485d1695fe4f' via api in 1.62 seconds1287[Jun 06 2023 03:28:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/file-template-project-1e07485d1695fe4f1288[Jun 06 2023 03:28:02 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1289[Jun 06 2023 03:28:02 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1290[Jun 06 2023 03:28:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 0.922s1291[Jun 06 2023 03:28:03 UTC (QA Tests)] INFO -- filling :file_name_field with "ea707e0ffa3f430e/.gitignore"1292[Jun 06 2023 03:28:03 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1293[Jun 06 2023 03:28:03 UTC (QA Tests)] INFO -- clicking :gitignore_dropdown1294[Jun 06 2023 03:28:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.141s1295[Jun 06 2023 03:28:05 UTC (QA Tests)] INFO -- clicking :commit_button1296[Jun 06 2023 03:28:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.303s1297 user adds .gitignore via file template Android1298Create1299 Prereceive hook1300 when creating a tag for a ref1301 when it triggers a prereceive hook configured with a custom error1302[Jun 06 2023 03:28:07 UTC (QA Tests)] INFO -- Starting test: Create Prereceive hook when creating a tag for a ref when it triggers a prereceive hook configured with a custom error returns a custom server hook error1303[Jun 06 2023 03:28:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1304[Jun 06 2023 03:28:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.12 seconds1305[Jun 06 2023 03:28:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/the_awesome_project-fdc8fcbbcd3bff5f' via api in 0.89 seconds1306 returns a custom server hook error1307Create1308 Merge request push options1309[Jun 06 2023 03:28:10 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets labels1310[Jun 06 2023 03:28:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1311[Jun 06 2023 03:28:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.15 seconds1312[Jun 06 2023 03:28:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/the_awesome_project-fc9a0469317a4522' via api in 0.92 seconds1313[Jun 06 2023 03:28:12 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1314[Jun 06 2023 03:28:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.49 seconds1315 sets labels1316 when labels are set already1317[Jun 06 2023 03:28:12 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options when labels are set already removes them on subsequent push1318[Jun 06 2023 03:28:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1319[Jun 06 2023 03:28:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.18 seconds1320[Jun 06 2023 03:28:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/the_awesome_project-56a74b1a4481e6f5' via api in 0.93 seconds1321[Jun 06 2023 03:28:15 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1322[Jun 06 2023 03:28:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.58 seconds1323[Jun 06 2023 03:28:16 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1324[Jun 06 2023 03:28:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.5 seconds1325 removes them on subsequent push1326Verify1327 UI defined variable1328[Jun 06 2023 03:28:17 UTC (QA Tests)] INFO -- Starting test: Verify UI defined variable is not inheritable when forward:pipeline_variables is false1329[Jun 06 2023 03:28:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1330[Jun 06 2023 03:28:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-go8liq9f' via api in 0.33 seconds1331[Jun 06 2023 03:28:17 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1332[Jun 06 2023 03:28:17 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1333[Jun 06 2023 03:28:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1334[Jun 06 2023 03:28:18 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name go8liq9f --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach go8liq9f 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 go8liq9f --url http://gitlab-ce-b813a74d.test --registration-token **** --tag-list go8liq9f --executor shell && gitlab-runner run" `1335[Jun 06 2023 03:28:18 UTC (QA Tests)] INFO -- Executing: `docker logs go8liq9f`1336[Jun 06 2023 03:28:18 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1337[Jun 06 2023 03:28:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'go8liq9f' via api in 2.39 seconds1338[Jun 06 2023 03:28:20 UTC (QA Tests)] INFO -- filling :login_field with "root"1339[Jun 06 2023 03:28:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1340[Jun 06 2023 03:28:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"1341[Jun 06 2023 03:28:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1342[Jun 06 2023 03:28:21 UTC (QA Tests)] INFO -- clicking :sign_in_button1343[Jun 06 2023 03:28:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.573s1344[Jun 06 2023 03:28:23 UTC (QA Tests)] INFO -- Enabling super sidebar!1345[Jun 06 2023 03:28:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled1346[Jun 06 2023 03:28:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-go8liq9f/downstream1-variable-inheritance-84bc489b0b38d095' via api in 0.46 seconds1347[Jun 06 2023 03:28:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds1348[Jun 06 2023 03:28:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-go8liq9f/downstream2-variable-inheritance-7ba36d03e8828431' via api in 0.45 seconds1349[Jun 06 2023 03:28:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.77 seconds1350[Jun 06 2023 03:28:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-go8liq9f/upstream-variable-inheritance-e1f395a5fdca484e' via api in 0.76 seconds1351[Jun 06 2023 03:28:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.59 seconds1352[Jun 06 2023 03:28:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/group-for-variable-inheritance-go8liq9f/upstream-variable-inheritance-e1f395a5fdca484e1353[Jun 06 2023 03:28:30 UTC (QA Tests)] INFO -- clicking :menu_section_button1354[Jun 06 2023 03:28:30 UTC (QA Tests)] INFO -- clicking :nav_item_link1355[Jun 06 2023 03:28:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.924s1356[Jun 06 2023 03:28:42 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present1357[Jun 06 2023 03:28:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.015s1358[Jun 06 2023 03:28:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.021s1359[Jun 06 2023 03:28:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.669s1360[Jun 06 2023 03:28:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.802s1361[Jun 06 2023 03:28:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements ci_variable_row_container' took 1.82s1362[Jun 06 2023 03:28:45 UTC (QA Tests)] INFO -- filling :ci_variable_key_field with "*****"1363[Jun 06 2023 03:28:45 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_key_field1364[Jun 06 2023 03:28:45 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "This is great!"1365[Jun 06 2023 03:28:45 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field1366[Jun 06 2023 03:28:46 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::Show is present1367[Jun 06 2023 03:28:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_header' took 1.496s1368[Jun 06 2023 03:28:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.845s1369[Jun 06 2023 03:28:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '24' via api in 0.59 seconds1370[Jun 06 2023 03:28:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '24' via api in 0.09 seconds1371[Jun 06 2023 03:28:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '24' via api in 0.07 seconds1372[Jun 06 2023 03:28:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '27' via api in 0.07 seconds1373[Jun 06 2023 03:28:59 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button1374[Jun 06 2023 03:28:59 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1375[Jun 06 2023 03:29:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.85s1376[Jun 06 2023 03:29:02 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button1377[Jun 06 2023 03:29:02 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1378[Jun 06 2023 03:29:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.269s1379[Jun 06 2023 03:29:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'go8liq9f'1380[Jun 06 2023 03:29:04 UTC (QA Tests)] INFO -- Executing: `docker rm -f go8liq9f`1381 is not inheritable when forward:pipeline_variables is false1382[Jun 06 2023 03:29:05 UTC (QA Tests)] INFO -- Starting test: Verify UI defined variable is not inheritable by default1383[Jun 06 2023 03:29:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.12 seconds1384[Jun 06 2023 03:29:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-yp80daob' via api in 0.75 seconds1385[Jun 06 2023 03:29:05 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1386[Jun 06 2023 03:29:05 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1387[Jun 06 2023 03:29:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1388[Jun 06 2023 03:29:11 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name yp80daob --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach yp80daob 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 yp80daob --url http://gitlab-ce-b813a74d.test --registration-token **** --tag-list yp80daob --executor shell && gitlab-runner run" `1389[Jun 06 2023 03:29:11 UTC (QA Tests)] INFO -- Executing: `docker logs yp80daob`1390[Jun 06 2023 03:29:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1391[Jun 06 2023 03:29:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'yp80daob' via api in 6.19 seconds1392[Jun 06 2023 03:29:12 UTC (QA Tests)] INFO -- filling :login_field with "root"1393[Jun 06 2023 03:29:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1394[Jun 06 2023 03:29:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"1395[Jun 06 2023 03:29:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1396[Jun 06 2023 03:29:13 UTC (QA Tests)] INFO -- clicking :sign_in_button1397[Jun 06 2023 03:29:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.216s1398[Jun 06 2023 03:29:15 UTC (QA Tests)] INFO -- Enabling super sidebar!1399[Jun 06 2023 03:29:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled1400[Jun 06 2023 03:29:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-yp80daob/downstream1-variable-inheritance-26446024e7954ce8' via api in 0.94 seconds1401[Jun 06 2023 03:29:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.53 seconds1402[Jun 06 2023 03:29:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-yp80daob/downstream2-variable-inheritance-3e4a4a647363fca3' via api in 0.43 seconds1403[Jun 06 2023 03:29:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.58 seconds1404[Jun 06 2023 03:29:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-yp80daob/upstream-variable-inheritance-4aa6e2901671c2dc' via api in 0.52 seconds1405[Jun 06 2023 03:29:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds1406[Jun 06 2023 03:29:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/group-for-variable-inheritance-yp80daob/upstream-variable-inheritance-4aa6e2901671c2dc1407[Jun 06 2023 03:29:23 UTC (QA Tests)] INFO -- clicking :menu_section_button1408[Jun 06 2023 03:29:23 UTC (QA Tests)] INFO -- clicking :nav_item_link1409[Jun 06 2023 03:29:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.826s1410[Jun 06 2023 03:29:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 1.044s1411[Jun 06 2023 03:29:36 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present1412[Jun 06 2023 03:29:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 0.951s1413[Jun 06 2023 03:29:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.018s1414[Jun 06 2023 03:29:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.621s1415[Jun 06 2023 03:29:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.75s1416[Jun 06 2023 03:29:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements ci_variable_row_container' took 1.769s1417[Jun 06 2023 03:29:38 UTC (QA Tests)] INFO -- filling :ci_variable_key_field with "*****"1418[Jun 06 2023 03:29:38 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_key_field1419[Jun 06 2023 03:29:39 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "This is great!"1420[Jun 06 2023 03:29:39 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field1421[Jun 06 2023 03:29:39 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::Show is present1422[Jun 06 2023 03:29:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_header' took 1.394s1423[Jun 06 2023 03:29:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.707s1424[Jun 06 2023 03:29:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '36' via api in 0.09 seconds1425[Jun 06 2023 03:29:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '36' via api in 0.07 seconds1426[Jun 06 2023 03:29:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '36' via api in 0.07 seconds1427[Jun 06 2023 03:29:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '39' via api in 0.06 seconds1428[Jun 06 2023 03:29:52 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button1429[Jun 06 2023 03:29:52 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1430[Jun 06 2023 03:29:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.555s1431[Jun 06 2023 03:29:55 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button1432[Jun 06 2023 03:29:55 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1433[Jun 06 2023 03:29:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.157s1434[Jun 06 2023 03:29:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'yp80daob'1435[Jun 06 2023 03:29:56 UTC (QA Tests)] INFO -- Executing: `docker rm -f yp80daob`1436 is not inheritable by default1437Create1438 Add a directory in Web IDE1439 when user adds a new empty directory1440[Jun 06 2023 03:29:57 UTC (QA Tests)] INFO -- Starting test: Create Add a directory in Web IDE when user adds a new empty directory shows successfully but not able to be committed1441[Jun 06 2023 03:29:57 UTC (QA Tests)] INFO -- filling :login_field with "root"1442[Jun 06 2023 03:29:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1443[Jun 06 2023 03:29:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"1444[Jun 06 2023 03:29:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1445[Jun 06 2023 03:29:58 UTC (QA Tests)] INFO -- clicking :sign_in_button1446[Jun 06 2023 03:29:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.183s1447[Jun 06 2023 03:30:00 UTC (QA Tests)] INFO -- Enabling super sidebar!1448[Jun 06 2023 03:30:00 UTC (QA Tests)] INFO -- Super sidebar is already enabled1449[Jun 06 2023 03:30:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1450[Jun 06 2023 03:30:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.12 seconds1451[Jun 06 2023 03:30:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/add-directory-project-1c69ae75fce87975' via api in 0.82 seconds1452[Jun 06 2023 03:30:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/add-directory-project-1c69ae75fce879751453[Jun 06 2023 03:30:04 UTC (QA Tests)] INFO -- clicking :web_ide_button1454 shows successfully but not able to be committed1455 when a directory with the same name already exists1456[Jun 06 2023 03:30:18 UTC (QA Tests)] INFO -- Starting test: Create Add a directory in Web IDE when a directory with the same name already exists throws an error1457[Jun 06 2023 03:30:19 UTC (QA Tests)] INFO -- filling :login_field with "root"1458[Jun 06 2023 03:30:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1459[Jun 06 2023 03:30:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"1460[Jun 06 2023 03:30:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1461[Jun 06 2023 03:30:19 UTC (QA Tests)] INFO -- clicking :sign_in_button1462[Jun 06 2023 03:30:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.325s1463[Jun 06 2023 03:30:21 UTC (QA Tests)] INFO -- Enabling super sidebar!1464[Jun 06 2023 03:30:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled1465[Jun 06 2023 03:30:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1466[Jun 06 2023 03:30:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.21 seconds1467[Jun 06 2023 03:30:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/add-directory-project-08483e20abecb90b' via api in 1.45 seconds1468[Jun 06 2023 03:30:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/add-directory-project-08483e20abecb90b1469[Jun 06 2023 03:30:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds1470[Jun 06 2023 03:30:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/add-directory-project-08483e20abecb90b1471[Jun 06 2023 03:30:28 UTC (QA Tests)] INFO -- clicking :web_ide_button1472 throws an error1473Verify1474 Unlocking job artifacts across pipelines1475 when latest pipeline is blocked1476 keeps job artifacts from the latest blocked pipeline and from latest successful pipeline (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/387087)1477 when latest pipeline is successful1478[Jun 06 2023 03:30:32 UTC (QA Tests)] INFO -- Starting test: Verify Unlocking job artifacts across pipelines when latest pipeline is successful unlocks job artifacts from previous successful pipeline1479[Jun 06 2023 03:30:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1480[Jun 06 2023 03:30:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.13 seconds1481[Jun 06 2023 03:30:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/unlock-job-artifacts-project-bed1845533c6b279' via api in 0.58 seconds1482[Jun 06 2023 03:30:33 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1483[Jun 06 2023 03:30:33 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1484[Jun 06 2023 03:30:38 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1485[Jun 06 2023 03:30:38 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-ed2ehonw --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-ed2ehonw 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-ed2ehonw --url http://gitlab-ce-b813a74d.test --registration-token **** --tag-list qa-runner-ed2ehonw --executor shell && gitlab-runner run" `1486[Jun 06 2023 03:30:38 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-ed2ehonw`1487[Jun 06 2023 03:30:38 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1488[Jun 06 2023 03:30:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-ed2ehonw' via api in 6.21 seconds1489[Jun 06 2023 03:30:39 UTC (QA Tests)] INFO -- filling :login_field with "root"1490[Jun 06 2023 03:30:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1491[Jun 06 2023 03:30:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"1492[Jun 06 2023 03:30:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1493[Jun 06 2023 03:30:40 UTC (QA Tests)] INFO -- clicking :sign_in_button1494[Jun 06 2023 03:30:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.299s1495[Jun 06 2023 03:30:42 UTC (QA Tests)] INFO -- Enabling super sidebar!1496[Jun 06 2023 03:30:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled1497[Jun 06 2023 03:30:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/unlock-job-artifacts-project-bed1845533c6b2791498[Jun 06 2023 03:30:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1499[Jun 06 2023 03:30:45 UTC (QA Tests)] INFO -- clicking :menu_section_button1500[Jun 06 2023 03:30:45 UTC (QA Tests)] INFO -- clicking :nav_item_link1501[Jun 06 2023 03:30:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.855s1502[Jun 06 2023 03:30:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '64' via api in 0.09 seconds1503[Jun 06 2023 03:30:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/unlock-job-artifacts-project-bed1845533c6b279/-/jobs/641504[Jun 06 2023 03:30:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds1505[Jun 06 2023 03:30:59 UTC (QA Tests)] INFO -- clicking :nav_item_link1506[Jun 06 2023 03:31:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.755s1507[Jun 06 2023 03:31:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '65' via api in 0.09 seconds1508[Jun 06 2023 03:31:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/unlock-job-artifacts-project-bed1845533c6b279/-/jobs/651509[Jun 06 2023 03:31:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '64' via api in 0.13 seconds1510[Jun 06 2023 03:31:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/unlock-job-artifacts-project-bed1845533c6b279/-/jobs/641511 unlocks job artifacts from previous successful pipeline1512 when latest pipeline failed1513 keeps job artifacts from latest failed pipelines and from latest successful pipeline (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/266958)1514Analytics1515 Performance bar display1516 when logged in as an admin user1517[Jun 06 2023 03:31:13 UTC (QA Tests)] INFO -- Starting test: Analytics Performance bar display when logged in as an admin user shows results for the original request and AJAX requests1518[Jun 06 2023 03:31:14 UTC (QA Tests)] INFO -- filling :login_field with "root"1519[Jun 06 2023 03:31:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1520[Jun 06 2023 03:31:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"1521[Jun 06 2023 03:31:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1522[Jun 06 2023 03:31:15 UTC (QA Tests)] INFO -- clicking :sign_in_button1523[Jun 06 2023 03:31:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.228s1524[Jun 06 2023 03:31:16 UTC (QA Tests)] INFO -- Enabling super sidebar!1525[Jun 06 2023 03:31:16 UTC (QA Tests)] INFO -- Super sidebar is already enabled1526[Jun 06 2023 03:31:18 UTC (QA Tests)] INFO -- clicking :context_switcher1527[Jun 06 2023 03:31:18 UTC (QA Tests)] INFO -- clicking :nav_item_link1528[Jun 06 2023 03:31:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.608s1529[Jun 06 2023 03:31:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.253s1530[Jun 06 2023 03:31:20 UTC (QA Tests)] INFO -- clicking :menu_section_button1531[Jun 06 2023 03:31:20 UTC (QA Tests)] INFO -- clicking :nav_item_link1532[Jun 06 2023 03:31:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.512s1533[Jun 06 2023 03:31:22 UTC (QA Tests)] INFO -- checking via JS :enable_performance_bar_checkbox with args {}1534[Jun 06 2023 03:31:22 UTC (QA Tests)] INFO -- clicking :save_changes_button1535[Jun 06 2023 03:31:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 6.094s1536[Jun 06 2023 03:31:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1537[Jun 06 2023 03:31:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.12 seconds1538[Jun 06 2023 03:31:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-issues-d33ea4846e3061fe' via api in 0.58 seconds1539[Jun 06 2023 03:31:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-issues-d33ea4846e3061fe1540[Jun 06 2023 03:31:30 UTC (QA Tests)] INFO -- clicking :new_menu_toggle1541[Jun 06 2023 03:31:30 UTC (QA Tests)] INFO -- clicking :create_menu_item1542[Jun 06 2023 03:31:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.324s1543[Jun 06 2023 03:31:31 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Performance bar test"1544[Jun 06 2023 03:31:31 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1545[Jun 06 2023 03:31:32 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description 3a2808afa672f43b"1546[Jun 06 2023 03:31:32 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field1547[Jun 06 2023 03:31:32 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present1548[Jun 06 2023 03:31:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.545s1549[Jun 06 2023 03:31:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 7.95 seconds1550[Jun 06 2023 03:31:36 UTC (QA Tests)] INFO -- clicking :request_dropdown1551 shows results for the original request and AJAX requests1552Create1553 Snippet index page1554 behaves like displaying details on index page1555[Jun 06 2023 03:31:37 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of project_snippet_with_single_file including file number1556[Jun 06 2023 03:31:37 UTC (QA Tests)] INFO -- filling :login_field with "root"1557[Jun 06 2023 03:31:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1558[Jun 06 2023 03:31:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"1559[Jun 06 2023 03:31:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1560[Jun 06 2023 03:31:38 UTC (QA Tests)] INFO -- clicking :sign_in_button1561[Jun 06 2023 03:31:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.166s1562[Jun 06 2023 03:31:40 UTC (QA Tests)] INFO -- Enabling super sidebar!1563[Jun 06 2023 03:31:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled1564[Jun 06 2023 03:31:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1565[Jun 06 2023 03:31:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.13 seconds1566[Jun 06 2023 03:31:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-snippets-e7f1c0884649509a' via api in 0.6 seconds1567[Jun 06 2023 03:31:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '1' via api in 1.1 seconds1568[Jun 06 2023 03:31:43 UTC (QA Tests)] INFO -- clicking :nav_item_link1569 shows correct details of project_snippet_with_single_file including file number1570 behaves like displaying details on index page1571[Jun 06 2023 03:31:43 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of personal_snippet_with_single_file including file number1572[Jun 06 2023 03:31:44 UTC (QA Tests)] INFO -- filling :login_field with "root"1573[Jun 06 2023 03:31:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1574[Jun 06 2023 03:31:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"1575[Jun 06 2023 03:31:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1576[Jun 06 2023 03:31:45 UTC (QA Tests)] INFO -- clicking :sign_in_button1577[Jun 06 2023 03:31:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.383s1578[Jun 06 2023 03:31:47 UTC (QA Tests)] INFO -- Enabling super sidebar!1579[Jun 06 2023 03:31:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled1580[Jun 06 2023 03:31:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '2' via api in 0.4 seconds1581[Jun 06 2023 03:31:49 UTC (QA Tests)] INFO -- clicking :nav_item_link1582 shows correct details of personal_snippet_with_single_file including file number1583 behaves like displaying details on index page1584[Jun 06 2023 03:31:49 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of project_snippet_with_multiple_files including file number1585[Jun 06 2023 03:31:50 UTC (QA Tests)] INFO -- filling :login_field with "root"1586[Jun 06 2023 03:31:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1587[Jun 06 2023 03:31:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"1588[Jun 06 2023 03:31:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1589[Jun 06 2023 03:31:50 UTC (QA Tests)] INFO -- clicking :sign_in_button1590[Jun 06 2023 03:31:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.218s1591[Jun 06 2023 03:31:52 UTC (QA Tests)] INFO -- Enabling super sidebar!1592[Jun 06 2023 03:31:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled1593[Jun 06 2023 03:31:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1594[Jun 06 2023 03:31:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.12 seconds1595[Jun 06 2023 03:31:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-with-snippets-638ac67d52fc4635' via api in 0.56 seconds1596[Jun 06 2023 03:31:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '3' via api in 1.07 seconds1597[Jun 06 2023 03:31:55 UTC (QA Tests)] INFO -- clicking :nav_item_link1598 shows correct details of project_snippet_with_multiple_files including file number1599 behaves like displaying details on index page1600[Jun 06 2023 03:31:55 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of personal_snippet_with_multiple_files including file number1601[Jun 06 2023 03:31:56 UTC (QA Tests)] INFO -- filling :login_field with "root"1602[Jun 06 2023 03:31:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1603[Jun 06 2023 03:31:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"1604[Jun 06 2023 03:31:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1605[Jun 06 2023 03:31:57 UTC (QA Tests)] INFO -- clicking :sign_in_button1606[Jun 06 2023 03:31:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.239s1607[Jun 06 2023 03:31:59 UTC (QA Tests)] INFO -- Enabling super sidebar!1608[Jun 06 2023 03:31:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled1609[Jun 06 2023 03:32:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '4' via api in 0.41 seconds1610[Jun 06 2023 03:32:01 UTC (QA Tests)] INFO -- clicking :nav_item_link1611[Jun 06 2023 03:32:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? snippet_file_count_content' took 6.075s1612[Jun 06 2023 03:32:08 UTC (QA Tests)] INFO -- refreshing http://gitlab-ce-b813a74d.test/dashboard/snippets1613 shows correct details of personal_snippet_with_multiple_files including file number1614Plan1615 Design Management1616[Jun 06 2023 03:32:09 UTC (QA Tests)] INFO -- Starting test: Plan Design Management user adds a design and annotates it1617[Jun 06 2023 03:32:09 UTC (QA Tests)] INFO -- filling :login_field with "root"1618[Jun 06 2023 03:32:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1619[Jun 06 2023 03:32:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"1620[Jun 06 2023 03:32:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1621[Jun 06 2023 03:32:10 UTC (QA Tests)] INFO -- clicking :sign_in_button1622[Jun 06 2023 03:32:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.217s1623[Jun 06 2023 03:32:12 UTC (QA Tests)] INFO -- Enabling super sidebar!1624[Jun 06 2023 03:32:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled1625[Jun 06 2023 03:32:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1626[Jun 06 2023 03:32:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a' via api in 0.11 seconds1627[Jun 06 2023 03:32:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-issues-a125a59f6d4829e0' via api in 0.66 seconds1628[Jun 06 2023 03:32:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '6' via api in 1.06 seconds1629[Jun 06 2023 03:32:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-b813a74d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-17-31-af55a3bec871091a/project-for-issues-a125a59f6d4829e0/-/issues/11630[Jun 06 2023 03:32:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.931s1631[Jun 06 2023 03:32:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element design_image' took 0.95s1632[Jun 06 2023 03:32:17 UTC (QA Tests)] INFO -- clicking :design_file_name1633[Jun 06 2023 03:32:18 UTC (QA Tests)] INFO -- clicking :design_image_button1634[Jun 06 2023 03:32:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element design_image_button' took 0.571s1635[Jun 06 2023 03:32:18 UTC (QA Tests)] INFO -- filling :note_textarea with "This design is great!"1636[Jun 06 2023 03:32:18 UTC (QA Tests)] INFO -- clicking the coordinates of :note_textarea1637[Jun 06 2023 03:32:19 UTC (QA Tests)] INFO -- clicking :save_comment_button1638[Jun 06 2023 03:32:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.881s1639[Jun 06 2023 03:32:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? save_comment_button' took 0.89s1640 user adds a design and annotates it1641[Jun 06 2023 03:32:20 UTC (QA Tests)] INFO -- 1642========= Knapsack Time Offset Warning ==========1643Time offset: 30s1644Max allowed node time execution: 15m 51s1645Exceeded time: -01m 02s1647Global time execution for this CI node is fine.1648Happy testing!1649Need explanation? See FAQ:1651=================================================1652Read up on the benefits of a dynamic test split with Knapsack Pro Queue Mode:1653https://docs.knapsackpro.com/2020/how-to-speed-up-ruby-and-javascript-tests-with-ci-parallelisation1654Sign up for Knapsack Pro here:1656=================================================1657[Jun 06 2023 03:32:20 UTC (QA Tests)] INFO -- 1658Knapsack global time execution for tests: 14m 49s1659Pending: (Failures listed here are expected and do not affect your suite's status)1660 1) Package SaaS Container Registry pulls an image from an existing repository1661 # Test is not compatible with this environment or pipeline1662 # ./qa/specs/features/browser_ui/5_package/container_registry/saas/pull_container_registry_image_spec.rb:121663 2) Monitor Recovery alert when using Prometheus integration behaves like triggers recovery alert only closes the correct incident1664 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3955121665 # ./qa/specs/features/browser_ui/8_monitor/incident_management/recovery_alert_closes_correct_incident_spec.rb:101666 3) Monitor Recovery alert when using HTTP endpoint integration behaves like triggers recovery alert only closes the correct incident1667 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3955121668 # ./qa/specs/features/browser_ui/8_monitor/incident_management/recovery_alert_closes_correct_incident_spec.rb:101669 4) Create Link to line in Web IDE can link to a specific line of code in Web IDE1670 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441671 # ./qa/specs/features/browser_ui/3_create/web_ide_old/link_to_line_in_web_ide_spec.rb:261672 5) Manage Gitlab migration migrates large gitlab group via api1673 # Test is not compatible with this environment or pipeline1674 # ./qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb:1221675 6) Create Branch Rules Overview adds a new branch rule1676 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4035831677 # ./qa/specs/features/browser_ui/3_create/repository/add_new_branch_rule_spec.rb:421678 7) Verify Unlocking job artifacts across pipelines when latest pipeline is blocked keeps job artifacts from the latest blocked pipeline and from latest successful pipeline1679 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3870871680 # ./qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb:971681 8) Verify Unlocking job artifacts across pipelines when latest pipeline failed keeps job artifacts from latest failed pipelines and from latest successful pipeline1682 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/2669581683 # ./qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb:621684Finished in 14 minutes 52 seconds (files took 1 minute 5.31 seconds to load)168569 examples, 0 failures, 8 pending1686Randomized with seed 435491687[Jun 06 2023 03:32:21 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ce-b813a74d`1688[Jun 06 2023 03:32:21 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ce-b813a74d`1690Running after script...1691$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command1692$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")1693$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"1827Not uploading cache qa-e2e-ruby-3.0-f1d27392b7eb7debf223b7abd1c46416-16 due to policy1829Uploading artifacts...1830gitlab-qa-run-*: found 344 matching artifact files and directories 1831Uploading artifacts as "archive" to coordinator... 201 Created id=4417509112 responseStatus=201 Created token=64_uZXQs1832Uploading artifacts...1833gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 1834Uploading artifacts as "junit" to coordinator... 201 Created id=4417509112 responseStatus=201 Created token=64_uZXQs1835Uploading artifacts...1836/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 1837Uploading artifacts as "dotenv" to coordinator... 201 Created id=4417509112 responseStatus=201 Created token=64_uZXQs1839Job succeeded