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

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.11.0 (436955cb)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:0965b14b96d892eee2a963801769af5328817a64ed1af67ec4d76364ddd62706 for docker:23.0.1-dind with digest docker@sha256:d9a0fd8bdd156aae6e9be5db0264e0bc99e000e89e92055d4567e27ff13daff0 ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1691462749-b347b13d-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: 156289, done. 20remote: Counting objects: 100% (156289/156289), done. 21remote: Compressing objects: 100% (97374/97374), done. 22remote: Total 156289 (delta 72763), reused 110250 (delta 53289), pack-reused 0 23Receiving objects: 100% (156289/156289), 122.42 MiB | 44.69 MiB/s, done.24Resolving deltas: 100% (72763/72763), done.26 * [new ref] refs/pipelines/958846053 -> refs/pipelines/95884605327 * [new branch] master -> origin/master28Checking out a2692edb as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-6ac9e6a80164295b57016b344a0f3568-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-6ac9e6a80164295b57016b344a0f3568-16 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (4821869247)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4821869247 responseStatus=200 OK token=64_igAky38Downloading artifacts for download-fast-quarantine-report (4821869249)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4821869249 responseStatus=200 OK token=64_igAky41Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...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, 135 gems now installed.46Use `bundle info [gemname]` to see where a bundled gem is installed.47$ export RSPEC_FAST_QUARANTINE_PATH="/home/gitlab/qa/${RSPEC_FAST_QUARANTINE_PATH}"48$ export RSPEC_SKIPPED_TESTS_REPORT_PATH="/home/gitlab/qa/rspec/skipped_tests-${CI_JOB_ID}.txt"49$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"50$ echo "Running - '$QA_COMMAND'"51Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:a2692edb3649566201449e61374faf3fed83bbd4 --omnibus-config decomposition_multiple_db -- --format QA::Support::JsonFormatter --out tmp/rspec-4821869265.json --format RspecJunitFormatter --out tmp/rspec-4821869265.xml --format html --out tmp/rspec-$(echo decomposition-multiple-db 2/5 | sed 's/[ /]/_/g').htm --color --format documentation'52$ eval "$QA_COMMAND"53[Aug 08 2023 02:50:08 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-6f9d2d7b$`54[Aug 08 2023 02:50:08 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-6f9d2d7b --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`55[Aug 08 2023 02:50:09 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/authority/. alpine-6f9d2d7b:/etc/gitlab/trusted-certs`56[Aug 08 2023 02:50:09 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/gitlab/. alpine-6f9d2d7b:/etc/gitlab/ssl`57[Aug 08 2023 02:50:10 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-6f9d2d7b`58[Aug 08 2023 02:50:10 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-6f9d2d7b`59[Aug 08 2023 02:50:10 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`60[Aug 08 2023 02:50:10 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:a2692edb3649566201449e61374faf3fed83bbd4`61[Aug 08 2023 02:50:42 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ce-f779241a$`62[Aug 08 2023 02:50:43 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`63[Aug 08 2023 02:50:43 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`64[Aug 08 2023 02:50:43 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ce-f779241a --net test --hostname gitlab-ce-f779241a.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-08-08-02-50-08-cc9ab501/gitlab-ce-f779241a/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:a2692edb3649566201449e61374faf3fed83bbd4`65[Aug 08 2023 02:50:52 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-f779241a bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-08-08 02:50:0866# Gitlab::QA::Runtime::OmnibusConfigurations::Default67gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme68gitlab_rails['gitlab_disable_animations'] = true # Disable animations69gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry70gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password71# Gitlab::QA::Runtime::OmnibusConfigurations::DecompositionMultipleDb72#gitlab_rails['databases']['main']['enable'] = true73#gitlab_rails['databases']['ci']['enable'] = true74#gitlab_rails['databases']['ci']['db_database'] = 'gitlabhq_production_ci'75gitlab_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;"`76[Aug 08 2023 02:50:52 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ce-f779241a`77[Aug 08 2023 02:54:20 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...78[Aug 08 2023 02:54:20 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-f779241a`79[Aug 08 2023 02:54:20 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ce-f779241a 80/tcp`80[Aug 08 2023 02:54:20 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!81[Aug 08 2023 02:54:20 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-f779241a bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`82[Aug 08 2023 02:54:21 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-f779241a bash -c "echo '#!/usr/bin/env bash83if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then84 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'85 exit 186fi87' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`88[Aug 08 2023 02:54:21 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-f779241a bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`89[Aug 08 2023 02:54:21 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/support/data gitlab-ce-f779241a:/tmp/data-seeds`90[Aug 08 2023 02:54:21 UTC (Gitlab QA)] INFO -- Running exec_commands...91[Aug 08 2023 02:54:21 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-f779241a bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`92[Aug 08 2023 02:55:08 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-f779241a bash -c "sed -i 's/#gitlab_rails/gitlab_rails/g' /etc/gitlab/gitlab.rb"`93[Aug 08 2023 02:55:09 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-f779241a bash -c "gitlab-ctl reconfigure"`94[Aug 08 2023 02:55:26 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-f779241a 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'"`95[Aug 08 2023 02:55:27 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-f779241a bash -c "gitlab-psql -d gitlabhq_production_ci -c 'create extension if not exists btree_gist'"`96[Aug 08 2023 02:55:27 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-f779241a bash -c "gitlab-psql -d gitlabhq_production_ci -c 'create extension if not exists pg_trgm'"`97[Aug 08 2023 02:55:27 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-f779241a 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"`98[Aug 08 2023 02:56:06 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-f779241a bash -c "gitlab-ctl restart"`99[Aug 08 2023 02:56:36 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`100[Aug 08 2023 02:56:36 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:a2692edb3649566201449e61374faf3fed83bbd4`101[Aug 08 2023 02:57:27 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ce102[Aug 08 2023 02:57:27 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_FACEBOOK_OAUTH_APP_ID="$QA_FACEBOOK_OAUTH_APP_ID" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_RSPEC_REPORT_PATH="$QA_RSPEC_REPORT_PATH" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_KNAPSACK_REPORT_PATH="$QA_KNAPSACK_REPORT_PATH" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_FACEBOOK_OAUTH_APP_SECRET="$QA_FACEBOOK_OAUTH_APP_SECRET" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_FACEBOOK_PASSWORD="$QA_FACEBOOK_PASSWORD" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_TRIGGER_AUTO_QUARANTINE="$QA_TRIGGER_AUTO_QUARANTINE" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_SELENOID_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_SELENOID_BROWSER_IMAGE="selenoid/chrome" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env RSPEC_FAST_QUARANTINE_PATH="$RSPEC_FAST_QUARANTINE_PATH" --env RSPEC_SKIPPED_TESTS_REPORT_PATH="$RSPEC_SKIPPED_TESTS_REPORT_PATH" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_NAME_SLUG="$CI_JOB_NAME_SLUG" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_INDEX="$CI_NODE_INDEX" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-08-08-02-50-08-cc9ab501/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-08-08-02-50-08-cc9ab501/gitlab-ce-qa-92536bab:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/qa/rspec:/home/gitlab/qa/rspec:z --volume /builds/gitlab-org/gitlab/qa/knapsack:/home/gitlab/qa/knapsack:z --name gitlab-ce-qa-92536bab registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:a2692edb3649566201449e61374faf3fed83bbd4 Test::Instance::All http://gitlab-ce-f779241a.test -- --format QA::Support::JsonFormatter --out tmp/rspec-4821869265.json --format RspecJunitFormatter --out tmp/rspec-4821869265.xml --format html --out tmp/rspec-decomposition-multiple-db_2_5.htm --color --format documentation`1032023-08-08 02:57:42 / CONF :: 104 ==> Base URL: http://gitlab-ce-f779241a.test105 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007fd208c24200>106 ==> Libraries: Chemlab::Vendor107[Aug 08 2023 02:57:42 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA108[Aug 08 2023 02:57:42 UTC (QA Tests)] INFO -- Browser: chrome109[Aug 08 2023 02:57:42 UTC (QA Tests)] INFO -- Performing sanity check for environment!110[Aug 08 2023 02:58:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? login_page' took 61.024s111[Aug 08 2023 02:58:45 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'decomposition-multiple-db' to 'knapsack/decomposition-multiple-db.json'112[Aug 08 2023 02:58:45 UTC (QA Tests)] INFO -- Report already exists, skipping!113[Aug 08 2023 02:58:45 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====114[Aug 08 2023 02:58:45 UTC (QA Tests)] INFO -- Report specs:115[Aug 08 2023 02:58:45 UTC (QA Tests)] INFO -- ["qa/specs/features/browser_ui/5_package/package_registry/maven/maven_group_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/nuget/nuget_project_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/maven/maven_project_level_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/pipeline_with_protected_variable_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide/upload_new_file_in_web_ide_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_independent_relationship_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/invite_group_to_project_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/composer_registry_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/trigger_child_pipeline_with_manual_spec.rb", "qa/specs/features/api/4_verify/file_variable_downstream_pipeline_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/prefill_variables_spec.rb", "qa/specs/features/api/4_verify/api_variable_inheritance_with_forward_pipeline_variables_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/revert/revert_commit_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_manipulation_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/delete_file_from_snippet_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/create_project_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/share_snippet_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/create_project_milestone_spec.rb", "qa/specs/features/browser_ui/3_create/source_editor/source_editor_toolbar_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/custom_issue_template_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/create_file_via_web_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/real_time_assignee_spec.rb", "qa/specs/features/browser_ui/1_manage/project/project_access_token_spec.rb", "qa/specs/features/browser_ui/3_create/repository/branch_with_unusual_name_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/check_mentions_for_xss_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_http_private_token_spec.rb", "qa/specs/features/api/1_manage/rate_limits_spec.rb", "qa/specs/features/api/1_manage/project_access_token_spec.rb", "qa/specs/features/api/3_create/repository/add_list_delete_branches_spec.rb", "qa/specs/features/api/3_create/repository/tag_revision_trigger_prereceive_hook_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/server_hooks_custom_error_message_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/review_merge_request_spec.rb"]116[Aug 08 2023 02:58:45 UTC (QA Tests)] INFO -- Leftover specs:117[Aug 08 2023 02:58:45 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/backend_node_recovery_spec.rb", "qa/specs/features/api/1_manage/import/import_github_repo_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb", "qa/specs/features/api/3_create/snippet/snippet_repository_storage_move_spec.rb", "qa/specs/features/browser_ui/1_manage/import/import_github_repo_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_in_with_2fa_spec.rb", "qa/specs/features/browser_ui/1_manage/login/oauth_login_with_github_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/merge_when_pipeline_succeeds_spec.rb", "qa/specs/features/browser_ui/5_package/container_registry/saas/container_registry_spec.rb", "qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb", "qa/specs/features/sanity/interception_spec.rb"]118[Aug 08 2023 02:58:45 UTC (QA Tests)] INFO -- Knapsack time offset warning enabled!119[Aug 08 2023 02:58:45 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'decomposition-multiple-db' to 'knapsack/decomposition-multiple-db.json'120[Aug 08 2023 02:58:45 UTC (QA Tests)] INFO -- Report already exists, skipping!121Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true, :requires_praefect=>true}122Randomized with seed 53102123Create124 Git push over HTTP125[Aug 08 2023 02:58:49 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user using a personal access token pushes code to the repository126[Aug 08 2023 02:58:49 UTC (QA Tests)] INFO -- filling :login_field with "root"127[Aug 08 2023 02:58:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field128[Aug 08 2023 02:58:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"129[Aug 08 2023 02:58:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field130[Aug 08 2023 02:58:50 UTC (QA Tests)] INFO -- clicking :sign_in_button131[Aug 08 2023 02:58:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.719s132[Aug 08 2023 02:58:53 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA133[Aug 08 2023 02:58:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-r5ikcs4u' via cache in 0.0 seconds134[Aug 08 2023 02:58:53 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA135[Aug 08 2023 02:58:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-yeti5uh7' via cache in 0.0 seconds136[Aug 08 2023 02:58:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 1.06 seconds137[Aug 08 2023 02:58:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 1.32 seconds138[Aug 08 2023 02:58:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-code-9486b0dcfed2aff1' via api in 2.45 seconds139[Aug 08 2023 02:58:58 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"140[Aug 08 2023 02:58:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 5.22 seconds141[Aug 08 2023 02:58:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-code-9486b0dcfed2aff1142 user using a personal access token pushes code to the repository143Create144 Upload a file in Web IDE145 when a file with the same name already exists146[Aug 08 2023 02:59:02 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when a file with the same name already exists throws an error147 throws an error (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)148 when the file is an image149[Aug 08 2023 02:59:02 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is an image shows an image viewer150 shows an image viewer (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)151 when the file is a text file152[Aug 08 2023 02:59:02 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is a text file shows the Edit tab with the text153 shows the Edit tab with the text (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)154 when the file is binary155[Aug 08 2023 02:59:02 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is binary shows a Download button156 shows a Download button (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)157Package158 Maven project level endpoint159 using a project deploy token160[Aug 08 2023 02:59:02 UTC (QA Tests)] INFO -- Starting test: Package Maven project level endpoint using a project deploy token pushes and pulls a maven package via maven161[Aug 08 2023 02:59:03 UTC (QA Tests)] INFO -- filling :login_field with "root"162[Aug 08 2023 02:59:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field163[Aug 08 2023 02:59:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"164[Aug 08 2023 02:59:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field165[Aug 08 2023 02:59:04 UTC (QA Tests)] INFO -- clicking :sign_in_button166[Aug 08 2023 02:59:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.457s167[Aug 08 2023 02:59:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.13 seconds168[Aug 08 2023 02:59:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.29 seconds169[Aug 08 2023 02:59:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-fd688b65d8160a92' via api in 1.87 seconds170[Aug 08 2023 02:59:09 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.171[Aug 08 2023 02:59:09 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`172[Aug 08 2023 02:59:12 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`173[Aug 08 2023 02:59:12 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`174[Aug 08 2023 02:59:12 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1691463547 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1691463547 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-1691463547 --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list runner-for-maven_package_project-fd688b65d8160a92 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `175[Aug 08 2023 02:59:14 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1691463547`176[Aug 08 2023 02:59:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`177[Aug 08 2023 02:59:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1691463547' via api in 7.41 seconds178[Aug 08 2023 02:59:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-1' via api in 0.18 seconds179[Aug 08 2023 02:59:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.19 seconds180[Aug 08 2023 02:59:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.61 seconds181[Aug 08 2023 02:59:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-fd688b65d8160a92182[Aug 08 2023 02:59:20 UTC (QA Tests)] INFO -- clicking :menu_section_button183[Aug 08 2023 02:59:20 UTC (QA Tests)] INFO -- clicking :nav_item_link184[Aug 08 2023 02:59:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.723s185[Aug 08 2023 02:59:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 0.831s186[Aug 08 2023 02:59:23 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present187[Aug 08 2023 02:59:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_path' took 0.851s188[Aug 08 2023 02:59:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 2.299s189[Aug 08 2023 02:59:57 UTC (QA Tests)] INFO -- clicking :menu_section_button190[Aug 08 2023 02:59:57 UTC (QA Tests)] INFO -- clicking :nav_item_link191[Aug 08 2023 02:59:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.782s192[Aug 08 2023 02:59:58 UTC (QA Tests)] INFO -- clicking :details-link193[Aug 08 2023 02:59:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1691463547'194[Aug 08 2023 02:59:58 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1691463547`195[Aug 08 2023 02:59:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-e24e7d2974429aa4'196[Aug 08 2023 02:59:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-fd688b65d8160a92'197 pushes and pulls a maven package via maven198 using a personal access token199[Aug 08 2023 02:59:59 UTC (QA Tests)] INFO -- Starting test: Package Maven project level endpoint using a personal access token pushes and pulls a maven package via maven200[Aug 08 2023 03:00:00 UTC (QA Tests)] INFO -- filling :login_field with "root"201[Aug 08 2023 03:00:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field202[Aug 08 2023 03:00:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"203[Aug 08 2023 03:00:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field204[Aug 08 2023 03:00:00 UTC (QA Tests)] INFO -- clicking :sign_in_button205[Aug 08 2023 03:00:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.23s206[Aug 08 2023 03:00:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds207[Aug 08 2023 03:00:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.12 seconds208[Aug 08 2023 03:00:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-313ac137185838e0' via api in 0.9 seconds209[Aug 08 2023 03:00:04 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.210[Aug 08 2023 03:00:04 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`211[Aug 08 2023 03:00:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`212[Aug 08 2023 03:00:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`213[Aug 08 2023 03:00:05 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1691463603 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1691463603 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-1691463603 --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list runner-for-maven_package_project-313ac137185838e0 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `214[Aug 08 2023 03:00:05 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1691463603`215[Aug 08 2023 03:00:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`216[Aug 08 2023 03:00:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1691463603' via api in 1.35 seconds217[Aug 08 2023 03:00:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds218[Aug 08 2023 03:00:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds219[Aug 08 2023 03:00:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-313ac137185838e0220[Aug 08 2023 03:00:09 UTC (QA Tests)] INFO -- clicking :menu_section_button221[Aug 08 2023 03:00:09 UTC (QA Tests)] INFO -- clicking :nav_item_link222[Aug 08 2023 03:00:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.755s223[Aug 08 2023 03:00:10 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present224[Aug 08 2023 03:00:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.305s225[Aug 08 2023 03:00:34 UTC (QA Tests)] INFO -- clicking :menu_section_button226[Aug 08 2023 03:00:34 UTC (QA Tests)] INFO -- clicking :nav_item_link227[Aug 08 2023 03:00:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.017s228[Aug 08 2023 03:00:35 UTC (QA Tests)] INFO -- clicking :details-link229[Aug 08 2023 03:00:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1691463603'230[Aug 08 2023 03:00:36 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1691463603`231[Aug 08 2023 03:00:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-5a83b7dd306de5ad'232[Aug 08 2023 03:00:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-313ac137185838e0'233 pushes and pulls a maven package via maven234 using a ci job token235[Aug 08 2023 03:00:37 UTC (QA Tests)] INFO -- Starting test: Package Maven project level endpoint using a ci job token pushes and pulls a maven package via maven236[Aug 08 2023 03:00:38 UTC (QA Tests)] INFO -- filling :login_field with "root"237[Aug 08 2023 03:00:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field238[Aug 08 2023 03:00:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"239[Aug 08 2023 03:00:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field240[Aug 08 2023 03:00:38 UTC (QA Tests)] INFO -- clicking :sign_in_button241[Aug 08 2023 03:00:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.987s242[Aug 08 2023 03:00:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds243[Aug 08 2023 03:00:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.14 seconds244[Aug 08 2023 03:00:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-044bc57ef21b93ec' via api in 1.31 seconds245[Aug 08 2023 03:00:42 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.246[Aug 08 2023 03:00:42 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`247[Aug 08 2023 03:00:47 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`248[Aug 08 2023 03:00:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`249[Aug 08 2023 03:00:48 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1691463641 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1691463641 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-1691463641 --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list runner-for-maven_package_project-044bc57ef21b93ec --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `250[Aug 08 2023 03:00:48 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1691463641`251[Aug 08 2023 03:00:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`252[Aug 08 2023 03:00:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1691463641' via api in 6.29 seconds253[Aug 08 2023 03:00:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds254[Aug 08 2023 03:00:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-044bc57ef21b93ec255[Aug 08 2023 03:00:51 UTC (QA Tests)] INFO -- clicking :menu_section_button256[Aug 08 2023 03:00:51 UTC (QA Tests)] INFO -- clicking :nav_item_link257[Aug 08 2023 03:00:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.731s258[Aug 08 2023 03:00:53 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present259[Aug 08 2023 03:00:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.072s260[Aug 08 2023 03:01:16 UTC (QA Tests)] INFO -- clicking :menu_section_button261[Aug 08 2023 03:01:16 UTC (QA Tests)] INFO -- clicking :nav_item_link262[Aug 08 2023 03:01:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.746s263[Aug 08 2023 03:01:17 UTC (QA Tests)] INFO -- clicking :details-link264[Aug 08 2023 03:01:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1691463641'265[Aug 08 2023 03:01:18 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1691463641`266[Aug 08 2023 03:01:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-15d3544e75218d07'267[Aug 08 2023 03:01:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-044bc57ef21b93ec'268 pushes and pulls a maven package via maven269Manage270 Project access tokens271[Aug 08 2023 03:01:19 UTC (QA Tests)] INFO -- Starting test: Manage Project access tokens can be created and revoked via the UI272[Aug 08 2023 03:01:20 UTC (QA Tests)] INFO -- filling :login_field with "root"273[Aug 08 2023 03:01:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field274[Aug 08 2023 03:01:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"275[Aug 08 2023 03:01:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field276[Aug 08 2023 03:01:20 UTC (QA Tests)] INFO -- clicking :sign_in_button277[Aug 08 2023 03:01:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.796s278[Aug 08 2023 03:01:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds279[Aug 08 2023 03:01:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.12 seconds280[Aug 08 2023 03:01:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/the_awesome_project-d0a387a740c72141' via api in 0.52 seconds281[Aug 08 2023 03:01:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/the_awesome_project-d0a387a740c72141282[Aug 08 2023 03:01:24 UTC (QA Tests)] INFO -- clicking :menu_section_button283[Aug 08 2023 03:01:24 UTC (QA Tests)] INFO -- clicking :nav_item_link284[Aug 08 2023 03:01:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.859s285[Aug 08 2023 03:01:25 UTC (QA Tests)] INFO -- clicking :add-new-token-button286[Aug 08 2023 03:01:25 UTC (QA Tests)] INFO -- filling :access_token_name_field with "*****"287[Aug 08 2023 03:01:25 UTC (QA Tests)] INFO -- clicking the coordinates of :access_token_name_field288[Aug 08 2023 03:01:26 UTC (QA Tests)] INFO -- clicking :api_label289[Aug 08 2023 03:01:26 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-08-10"290[Aug 08 2023 03:01:26 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field291[Aug 08 2023 03:01:26 UTC (QA Tests)] INFO -- clicking :create_token_button292[Aug 08 2023 03:01:26 UTC (QA Tests)] INFO -- clicking :toggle_visibility_button293[Aug 08 2023 03:01:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectAccessToken with name 'api-project-access-token-s1ct5k5k', token's bot username 'project_5_bot_80c831ada87147dd3efaa921aa9f5e0f' via browser_ui in 7.9 seconds294[Aug 08 2023 03:01:27 UTC (QA Tests)] INFO -- clicking :revoke_button295[Aug 08 2023 03:01:27 UTC (QA Tests)] INFO -- clicking :confirm-ok-button296[Aug 08 2023 03:01:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/the_awesome_project-d0a387a740c72141'297 can be created and revoked via the UI298Create299 Multiple file snippet300 behaves like deleting file from snippet301[Aug 08 2023 03:01:28 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like deleting file from snippet deletes second file from an existing personal_snippet to make it single-file302[Aug 08 2023 03:01:29 UTC (QA Tests)] INFO -- filling :login_field with "root"303[Aug 08 2023 03:01:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field304[Aug 08 2023 03:01:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"305[Aug 08 2023 03:01:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field306[Aug 08 2023 03:01:30 UTC (QA Tests)] INFO -- clicking :sign_in_button307[Aug 08 2023 03:01:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.66s308[Aug 08 2023 03:01:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '1' via api in 0.39 seconds309[Aug 08 2023 03:01:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-f779241a.test/-/snippets/1310[Aug 08 2023 03:01:33 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present311[Aug 08 2023 03:01:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 0.973s312[Aug 08 2023 03:01:34 UTC (QA Tests)] INFO -- clicking :delete_file_button313[Aug 08 2023 03:01:34 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button314[Aug 08 2023 03:01:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.131s315[Aug 08 2023 03:01:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.144s316 deletes second file from an existing personal_snippet to make it single-file317 behaves like deleting file from snippet318[Aug 08 2023 03:01:36 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like deleting file from snippet deletes second file from an existing project_snippet to make it single-file319[Aug 08 2023 03:01:37 UTC (QA Tests)] INFO -- filling :login_field with "root"320[Aug 08 2023 03:01:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field321[Aug 08 2023 03:01:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"322[Aug 08 2023 03:01:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field323[Aug 08 2023 03:01:37 UTC (QA Tests)] INFO -- clicking :sign_in_button324[Aug 08 2023 03:01:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.649s325[Aug 08 2023 03:01:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.16 seconds326[Aug 08 2023 03:01:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.25 seconds327[Aug 08 2023 03:01:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-snippets-76fa76ef5c302009' via api in 0.91 seconds328[Aug 08 2023 03:01:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '2' via api in 1.56 seconds329[Aug 08 2023 03:01:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-snippets-76fa76ef5c302009/-/snippets/2330[Aug 08 2023 03:01:43 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present331[Aug 08 2023 03:01:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.188s332[Aug 08 2023 03:01:45 UTC (QA Tests)] INFO -- clicking :delete_file_button333[Aug 08 2023 03:01:45 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button334[Aug 08 2023 03:01:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.243s335[Aug 08 2023 03:01:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.253s336 deletes second file from an existing project_snippet to make it single-file337Plan338 check xss occurence in @mentions in issues339[Aug 08 2023 03:01:47 UTC (QA Tests)] INFO -- Starting test: Plan check xss occurence in @mentions in issues mentions a user in a comment340[Aug 08 2023 03:01:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-de6b2aaef677e188' via api in 0.24 seconds341[Aug 08 2023 03:01:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds342[Aug 08 2023 03:01:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.12 seconds343[Aug 08 2023 03:01:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/xss-test-for-mentions-project-34cea2d54c6493da' via api in 0.75 seconds344[Aug 08 2023 03:01:48 UTC (QA Tests)] INFO -- filling :login_field with "root"345[Aug 08 2023 03:01:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field346[Aug 08 2023 03:01:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"347[Aug 08 2023 03:01:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field348[Aug 08 2023 03:01:49 UTC (QA Tests)] INFO -- clicking :sign_in_button349[Aug 08 2023 03:01:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.956s350[Aug 08 2023 03:01:51 UTC (QA Tests)] INFO -- Adding user qa-user-de6b2aaef677e188 to gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/xss-test-for-mentions-project-34cea2d54c6493da QA::Resource::Project351[Aug 08 2023 03:01:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 0.36 seconds352[Aug 08 2023 03:01:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/xss-test-for-mentions-project-34cea2d54c6493da/-/issues/1353[Aug 08 2023 03:01:55 UTC (QA Tests)] INFO -- clicking :issue-title354[Aug 08 2023 03:01:55 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown355[Aug 08 2023 03:01:55 UTC (QA Tests)] INFO -- clicking :close-button356[Aug 08 2023 03:01:55 UTC (QA Tests)] INFO -- clicking :issue-title357[Aug 08 2023 03:01:55 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown358[Aug 08 2023 03:01:56 UTC (QA Tests)] INFO -- filling :comment_field with "cc-ing you here @qa-user-de6b2aaef677e188359"360[Aug 08 2023 03:01:56 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field361[Aug 08 2023 03:01:56 UTC (QA Tests)] INFO -- clicking :comment_button362[Aug 08 2023 03:01:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? noteable_note_container' took 1.297s363[Aug 08 2023 03:01:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-de6b2aaef677e188'364 mentions a user in a comment365Plan366 Custom issue templates367[Aug 08 2023 03:01:58 UTC (QA Tests)] INFO -- Starting test: Plan Custom issue templates creates an issue via custom template368[Aug 08 2023 03:01:59 UTC (QA Tests)] INFO -- filling :login_field with "root"369[Aug 08 2023 03:01:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field370[Aug 08 2023 03:01:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"371[Aug 08 2023 03:01:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field372[Aug 08 2023 03:01:59 UTC (QA Tests)] INFO -- clicking :sign_in_button373[Aug 08 2023 03:02:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.89s374[Aug 08 2023 03:02:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds375[Aug 08 2023 03:02:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.13 seconds376[Aug 08 2023 03:02:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/custom-issue-template-project-84e9ae2333efaad3' via api in 1.09 seconds377[Aug 08 2023 03:02:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds378[Aug 08 2023 03:02:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/custom-issue-template-project-84e9ae2333efaad3379[Aug 08 2023 03:02:06 UTC (QA Tests)] INFO -- clicking :new-menu-toggle380[Aug 08 2023 03:02:06 UTC (QA Tests)] INFO -- clicking :create_menu_item381[Aug 08 2023 03:02:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.116s382[Aug 08 2023 03:02:07 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title 890fdc41db02df52"383[Aug 08 2023 03:02:07 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field384[Aug 08 2023 03:02:08 UTC (QA Tests)] INFO -- clicking :template_dropdown385[Aug 08 2023 03:02:08 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present386[Aug 08 2023 03:02:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.602s387[Aug 08 2023 03:02:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 6.91 seconds388 creates an issue via custom template389Create390 Review a merge request in Web IDE391[Aug 08 2023 03:02:11 UTC (QA Tests)] INFO -- Starting test: Create Review a merge request in Web IDE opens and edits a merge request in Web IDE392 opens and edits a merge request in Web IDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)393Plan394 Assignees395[Aug 08 2023 03:02:11 UTC (QA Tests)] INFO -- Starting test: Plan Assignees update without refresh396[Aug 08 2023 03:02:12 UTC (QA Tests)] INFO -- filling :login_field with "root"397[Aug 08 2023 03:02:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field398[Aug 08 2023 03:02:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"399[Aug 08 2023 03:02:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field400[Aug 08 2023 03:02:13 UTC (QA Tests)] INFO -- clicking :sign_in_button401[Aug 08 2023 03:02:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.522s402[Aug 08 2023 03:02:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds403[Aug 08 2023 03:02:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.11 seconds404[Aug 08 2023 03:02:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-to-test-assignees-569b7279b5c2fa96' via api in 0.7 seconds405[Aug 08 2023 03:02:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.78 seconds406[Aug 08 2023 03:02:17 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-to-test-assignees-569b7279b5c2fa96 QA::Resource::Project407[Aug 08 2023 03:02:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.67 seconds408[Aug 08 2023 03:02:17 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-to-test-assignees-569b7279b5c2fa96 QA::Resource::Project409[Aug 08 2023 03:02:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '3' via api in 0.98 seconds410[Aug 08 2023 03:02:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-to-test-assignees-569b7279b5c2fa96/-/issues/1411 update without refresh412Package413 Maven group level endpoint414 duplication setting415 when enabled416[Aug 08 2023 03:02:23 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint duplication setting when enabled allows users to publish duplicates417[Aug 08 2023 03:02:24 UTC (QA Tests)] INFO -- filling :login_field with "root"418[Aug 08 2023 03:02:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field419[Aug 08 2023 03:02:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"420[Aug 08 2023 03:02:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field421[Aug 08 2023 03:02:25 UTC (QA Tests)] INFO -- clicking :sign_in_button422[Aug 08 2023 03:02:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.75s423[Aug 08 2023 03:02:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds424[Aug 08 2023 03:02:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.15 seconds425[Aug 08 2023 03:02:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-ca0e33f936cd639f' via api in 0.93 seconds426[Aug 08 2023 03:02:28 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.427[Aug 08 2023 03:02:28 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`428[Aug 08 2023 03:02:28 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`429[Aug 08 2023 03:02:28 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`430[Aug 08 2023 03:02:28 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1691463747 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1691463747 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-1691463747 --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list runner-for-qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `431[Aug 08 2023 03:02:29 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1691463747`432[Aug 08 2023 03:02:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`433[Aug 08 2023 03:02:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1691463747' via api in 1.3 seconds434[Aug 08 2023 03:02:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds435[Aug 08 2023 03:02:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_client_project-46f1a40fe9303956' via api in 0.75 seconds436[Aug 08 2023 03:02:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds437[Aug 08 2023 03:02:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-f779241a.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9438[Aug 08 2023 03:02:31 UTC (QA Tests)] INFO -- clicking :menu_section_button439[Aug 08 2023 03:02:31 UTC (QA Tests)] INFO -- clicking :nav_item_link440[Aug 08 2023 03:02:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.635s441[Aug 08 2023 03:02:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.71 seconds442[Aug 08 2023 03:02:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-ca0e33f936cd639f443[Aug 08 2023 03:02:35 UTC (QA Tests)] INFO -- clicking :menu_section_button444[Aug 08 2023 03:02:35 UTC (QA Tests)] INFO -- clicking :nav_item_link445[Aug 08 2023 03:02:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.798s446[Aug 08 2023 03:02:37 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present447[Aug 08 2023 03:02:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.273s448[Aug 08 2023 03:03:01 UTC (QA Tests)] INFO -- clicking :retry_button449[Aug 08 2023 03:03:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element retry_button' took 1.087s450[Aug 08 2023 03:03:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-ca0e33f936cd639f451[Aug 08 2023 03:03:04 UTC (QA Tests)] INFO -- clicking :menu_section_button452[Aug 08 2023 03:03:04 UTC (QA Tests)] INFO -- clicking :nav_item_link453[Aug 08 2023 03:03:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.346s454[Aug 08 2023 03:03:07 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present455[Aug 08 2023 03:03:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.391s456[Aug 08 2023 03:03:22 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1691463747'457[Aug 08 2023 03:03:22 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1691463747`458[Aug 08 2023 03:03:22 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-9eb175f2b36a5d9b'459[Aug 08 2023 03:03:22 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-ca0e33f936cd639f'460[Aug 08 2023 03:03:22 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_client_project-46f1a40fe9303956'461 allows users to publish duplicates462 when disabled463[Aug 08 2023 03:03:23 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint duplication setting when disabled prevents users from publishing duplicates464[Aug 08 2023 03:03:23 UTC (QA Tests)] INFO -- filling :login_field with "root"465[Aug 08 2023 03:03:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field466[Aug 08 2023 03:03:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"467[Aug 08 2023 03:03:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field468[Aug 08 2023 03:03:24 UTC (QA Tests)] INFO -- clicking :sign_in_button469[Aug 08 2023 03:03:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.757s470[Aug 08 2023 03:03:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds471[Aug 08 2023 03:03:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.12 seconds472[Aug 08 2023 03:03:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-43ab9ac74e950abf' via api in 0.87 seconds473[Aug 08 2023 03:03:27 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.474[Aug 08 2023 03:03:27 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`475[Aug 08 2023 03:03:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`476[Aug 08 2023 03:03:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`477[Aug 08 2023 03:03:33 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1691463807 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1691463807 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-1691463807 --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list runner-for-qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `478[Aug 08 2023 03:03:33 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1691463807`479[Aug 08 2023 03:03:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`480[Aug 08 2023 03:03:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1691463807' via api in 6.2 seconds481[Aug 08 2023 03:03:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds482[Aug 08 2023 03:03:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_client_project-e2c2c58adc2ce4d0' via api in 0.73 seconds483[Aug 08 2023 03:03:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds484[Aug 08 2023 03:03:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-f779241a.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9485[Aug 08 2023 03:03:36 UTC (QA Tests)] INFO -- clicking :menu_section_button486[Aug 08 2023 03:03:36 UTC (QA Tests)] INFO -- clicking :nav_item_link487[Aug 08 2023 03:03:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.635s488[Aug 08 2023 03:03:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds489[Aug 08 2023 03:03:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-43ab9ac74e950abf490[Aug 08 2023 03:03:39 UTC (QA Tests)] INFO -- clicking :menu_section_button491[Aug 08 2023 03:03:39 UTC (QA Tests)] INFO -- clicking :nav_item_link492[Aug 08 2023 03:03:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.71s493[Aug 08 2023 03:03:41 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present494[Aug 08 2023 03:03:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.147s495[Aug 08 2023 03:04:04 UTC (QA Tests)] INFO -- clicking :retry_button496[Aug 08 2023 03:04:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element retry_button' took 1.195s497[Aug 08 2023 03:04:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-43ab9ac74e950abf498[Aug 08 2023 03:04:07 UTC (QA Tests)] INFO -- clicking :menu_section_button499[Aug 08 2023 03:04:07 UTC (QA Tests)] INFO -- clicking :nav_item_link500[Aug 08 2023 03:04:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.717s501[Aug 08 2023 03:04:09 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present502[Aug 08 2023 03:04:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.385s503[Aug 08 2023 03:04:23 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1691463807'504[Aug 08 2023 03:04:23 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1691463807`505[Aug 08 2023 03:04:24 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-0db75006203f579e'506[Aug 08 2023 03:04:24 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-43ab9ac74e950abf'507[Aug 08 2023 03:04:24 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_client_project-e2c2c58adc2ce4d0'508 prevents users from publishing duplicates509 via maven510 using a ci job token511[Aug 08 2023 03:04:24 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a ci job token pushes and pulls a maven package512[Aug 08 2023 03:04:25 UTC (QA Tests)] INFO -- filling :login_field with "root"513[Aug 08 2023 03:04:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field514[Aug 08 2023 03:04:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"515[Aug 08 2023 03:04:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field516[Aug 08 2023 03:04:26 UTC (QA Tests)] INFO -- clicking :sign_in_button517[Aug 08 2023 03:04:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.897s518[Aug 08 2023 03:04:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds519[Aug 08 2023 03:04:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.15 seconds520[Aug 08 2023 03:04:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-fe805e7dcdc4456e' via api in 0.88 seconds521[Aug 08 2023 03:04:29 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.522[Aug 08 2023 03:04:29 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`523[Aug 08 2023 03:04:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`524[Aug 08 2023 03:04:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`525[Aug 08 2023 03:04:30 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1691463868 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1691463868 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-1691463868 --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list runner-for-qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `526[Aug 08 2023 03:04:30 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1691463868`527[Aug 08 2023 03:04:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`528[Aug 08 2023 03:04:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1691463868' via api in 1.4 seconds529[Aug 08 2023 03:04:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.07 seconds530[Aug 08 2023 03:04:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_client_project-937f1d7e5535814b' via api in 0.76 seconds531[Aug 08 2023 03:04:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.07 seconds532[Aug 08 2023 03:04:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.62 seconds533[Aug 08 2023 03:04:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-fe805e7dcdc4456e534[Aug 08 2023 03:04:34 UTC (QA Tests)] INFO -- clicking :menu_section_button535[Aug 08 2023 03:04:34 UTC (QA Tests)] INFO -- clicking :nav_item_link536[Aug 08 2023 03:04:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.745s537[Aug 08 2023 03:04:36 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present538[Aug 08 2023 03:04:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.312s539[Aug 08 2023 03:05:00 UTC (QA Tests)] INFO -- clicking :menu_section_button540[Aug 08 2023 03:05:00 UTC (QA Tests)] INFO -- clicking :nav_item_link541[Aug 08 2023 03:05:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.762s542[Aug 08 2023 03:05:01 UTC (QA Tests)] INFO -- clicking :details-link543[Aug 08 2023 03:05:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds544[Aug 08 2023 03:05:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_client_project-937f1d7e5535814b545[Aug 08 2023 03:05:04 UTC (QA Tests)] INFO -- clicking :menu_section_button546[Aug 08 2023 03:05:04 UTC (QA Tests)] INFO -- clicking :nav_item_link547[Aug 08 2023 03:05:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.865s548[Aug 08 2023 03:05:06 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present549[Aug 08 2023 03:05:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.247s550[Aug 08 2023 03:05:20 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1691463868'551[Aug 08 2023 03:05:20 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1691463868`552[Aug 08 2023 03:05:20 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-1befd7c1a31e72b2'553[Aug 08 2023 03:05:21 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-fe805e7dcdc4456e'554[Aug 08 2023 03:05:21 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_client_project-937f1d7e5535814b'555 pushes and pulls a maven package556 using a project deploy token557[Aug 08 2023 03:05:21 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a project deploy token pushes and pulls a maven package558[Aug 08 2023 03:05:21 UTC (QA Tests)] INFO -- filling :login_field with "root"559[Aug 08 2023 03:05:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field560[Aug 08 2023 03:05:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"561[Aug 08 2023 03:05:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field562[Aug 08 2023 03:05:22 UTC (QA Tests)] INFO -- clicking :sign_in_button563[Aug 08 2023 03:05:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.541s564[Aug 08 2023 03:05:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds565[Aug 08 2023 03:05:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.12 seconds566[Aug 08 2023 03:05:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-e98c272fc68b730a' via api in 0.9 seconds567[Aug 08 2023 03:05:26 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.568[Aug 08 2023 03:05:26 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`569[Aug 08 2023 03:05:26 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`570[Aug 08 2023 03:05:26 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`571[Aug 08 2023 03:05:26 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1691463925 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1691463925 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-1691463925 --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list runner-for-qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `572[Aug 08 2023 03:05:27 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1691463925`573[Aug 08 2023 03:05:27 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`574[Aug 08 2023 03:05:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1691463925' via api in 1.31 seconds575[Aug 08 2023 03:05:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupDeployToken with username 'gitlab+deploy-token-2' via api in 0.08 seconds576[Aug 08 2023 03:05:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds577[Aug 08 2023 03:05:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_client_project-06cf220361cdcaf3' via api in 0.78 seconds578[Aug 08 2023 03:05:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds579[Aug 08 2023 03:05:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds580[Aug 08 2023 03:05:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-e98c272fc68b730a581[Aug 08 2023 03:05:30 UTC (QA Tests)] INFO -- clicking :menu_section_button582[Aug 08 2023 03:05:30 UTC (QA Tests)] INFO -- clicking :nav_item_link583[Aug 08 2023 03:05:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.768s584[Aug 08 2023 03:05:32 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present585[Aug 08 2023 03:05:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.243s586[Aug 08 2023 03:05:56 UTC (QA Tests)] INFO -- clicking :menu_section_button587[Aug 08 2023 03:05:56 UTC (QA Tests)] INFO -- clicking :nav_item_link588[Aug 08 2023 03:05:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.718s589[Aug 08 2023 03:05:57 UTC (QA Tests)] INFO -- clicking :details-link590[Aug 08 2023 03:05:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds591[Aug 08 2023 03:05:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_client_project-06cf220361cdcaf3592[Aug 08 2023 03:06:00 UTC (QA Tests)] INFO -- clicking :menu_section_button593[Aug 08 2023 03:06:00 UTC (QA Tests)] INFO -- clicking :nav_item_link594[Aug 08 2023 03:06:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.798s595[Aug 08 2023 03:06:02 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present596[Aug 08 2023 03:06:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.311s597[Aug 08 2023 03:06:16 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1691463925'598[Aug 08 2023 03:06:16 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1691463925`599[Aug 08 2023 03:06:17 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-e060db8b7e62b00b'600[Aug 08 2023 03:06:17 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-e98c272fc68b730a'601[Aug 08 2023 03:06:17 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_client_project-06cf220361cdcaf3'602 pushes and pulls a maven package603 using a personal access token604[Aug 08 2023 03:06:17 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a personal access token pushes and pulls a maven package605[Aug 08 2023 03:06:18 UTC (QA Tests)] INFO -- filling :login_field with "root"606[Aug 08 2023 03:06:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field607[Aug 08 2023 03:06:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"608[Aug 08 2023 03:06:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field609[Aug 08 2023 03:06:19 UTC (QA Tests)] INFO -- clicking :sign_in_button610[Aug 08 2023 03:06:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.886s611[Aug 08 2023 03:06:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds612[Aug 08 2023 03:06:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.11 seconds613[Aug 08 2023 03:06:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-1b8532242f805449' via api in 0.86 seconds614[Aug 08 2023 03:06:22 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.615[Aug 08 2023 03:06:22 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`616[Aug 08 2023 03:06:23 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`617[Aug 08 2023 03:06:23 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`618[Aug 08 2023 03:06:23 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1691463981 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1691463981 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-1691463981 --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list runner-for-qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `619[Aug 08 2023 03:06:23 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1691463981`620[Aug 08 2023 03:06:23 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`621[Aug 08 2023 03:06:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1691463981' via api in 1.3 seconds622[Aug 08 2023 03:06:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds623[Aug 08 2023 03:06:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_client_project-c913ca552ed1ac9b' via api in 0.73 seconds624[Aug 08 2023 03:06:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds625[Aug 08 2023 03:06:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds626[Aug 08 2023 03:06:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-1b8532242f805449627[Aug 08 2023 03:06:27 UTC (QA Tests)] INFO -- clicking :menu_section_button628[Aug 08 2023 03:06:27 UTC (QA Tests)] INFO -- clicking :nav_item_link629[Aug 08 2023 03:06:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.722s630[Aug 08 2023 03:06:29 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present631[Aug 08 2023 03:06:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.103s632[Aug 08 2023 03:06:52 UTC (QA Tests)] INFO -- clicking :menu_section_button633[Aug 08 2023 03:06:52 UTC (QA Tests)] INFO -- clicking :nav_item_link634[Aug 08 2023 03:06:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.744s635[Aug 08 2023 03:06:53 UTC (QA Tests)] INFO -- clicking :details-link636[Aug 08 2023 03:06:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds637[Aug 08 2023 03:06:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_client_project-c913ca552ed1ac9b638[Aug 08 2023 03:06:56 UTC (QA Tests)] INFO -- clicking :menu_section_button639[Aug 08 2023 03:06:56 UTC (QA Tests)] INFO -- clicking :nav_item_link640[Aug 08 2023 03:06:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.786s641[Aug 08 2023 03:06:58 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present642[Aug 08 2023 03:06:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.229s643[Aug 08 2023 03:07:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1691463981'644[Aug 08 2023 03:07:13 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1691463981`645[Aug 08 2023 03:07:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-f50804a246811841'646[Aug 08 2023 03:07:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_package_project-1b8532242f805449'647[Aug 08 2023 03:07:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/maven_client_project-c913ca552ed1ac9b'648 pushes and pulls a maven package649Create650 Merge requests651 when merging once652 behaves like merge when pipeline succeeds653 merges after pipeline succeeds (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/403017)654Verify655 Pipeline with prefill variables656[Aug 08 2023 03:07:13 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with prefill variables shows only variables with description as prefill variables on the run pipeline page657[Aug 08 2023 03:07:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds658[Aug 08 2023 03:07:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.16 seconds659[Aug 08 2023 03:07:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-prefill-variables-67af29dad7b63aac' via api in 0.65 seconds660[Aug 08 2023 03:07:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds661[Aug 08 2023 03:07:16 UTC (QA Tests)] INFO -- filling :login_field with "root"662[Aug 08 2023 03:07:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field663[Aug 08 2023 03:07:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"664[Aug 08 2023 03:07:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field665[Aug 08 2023 03:07:17 UTC (QA Tests)] INFO -- clicking :sign_in_button666[Aug 08 2023 03:07:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.859s667[Aug 08 2023 03:07:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-prefill-variables-67af29dad7b63aac668[Aug 08 2023 03:07:21 UTC (QA Tests)] INFO -- clicking :menu_section_button669[Aug 08 2023 03:07:21 UTC (QA Tests)] INFO -- clicking :nav_item_link670[Aug 08 2023 03:07:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.679s671[Aug 08 2023 03:07:22 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present672[Aug 08 2023 03:07:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.021s673 shows only variables with description as prefill variables on the run pipeline page674[Aug 08 2023 03:07:25 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with prefill variables shows dropdown for variables with description, value, and options defined675[Aug 08 2023 03:07:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds676[Aug 08 2023 03:07:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.11 seconds677[Aug 08 2023 03:07:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-prefill-variables-3011a322887a74d5' via api in 0.51 seconds678[Aug 08 2023 03:07:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds679[Aug 08 2023 03:07:27 UTC (QA Tests)] INFO -- filling :login_field with "root"680[Aug 08 2023 03:07:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field681[Aug 08 2023 03:07:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"682[Aug 08 2023 03:07:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field683[Aug 08 2023 03:07:27 UTC (QA Tests)] INFO -- clicking :sign_in_button684[Aug 08 2023 03:07:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.814s685[Aug 08 2023 03:07:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-prefill-variables-3011a322887a74d5686[Aug 08 2023 03:07:31 UTC (QA Tests)] INFO -- clicking :menu_section_button687[Aug 08 2023 03:07:32 UTC (QA Tests)] INFO -- clicking :nav_item_link688[Aug 08 2023 03:07:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.763s689[Aug 08 2023 03:07:32 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present690[Aug 08 2023 03:07:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.195s691[Aug 08 2023 03:07:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.736s692[Aug 08 2023 03:07:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.742s693[Aug 08 2023 03:07:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? ci_variable_value_dropdown' took 1.771s694[Aug 08 2023 03:07:36 UTC (QA Tests)] INFO -- clicking :ci_variable_value_dropdown695 shows dropdown for variables with description, value, and options defined696Plan697 Testing wiki content manipulation inside a project698[Aug 08 2023 03:07:36 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content manipulation inside a project by manipulating content on the page699[Aug 08 2023 03:07:36 UTC (QA Tests)] INFO -- filling :login_field with "root"700[Aug 08 2023 03:07:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field701[Aug 08 2023 03:07:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"702[Aug 08 2023 03:07:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field703[Aug 08 2023 03:07:37 UTC (QA Tests)] INFO -- clicking :sign_in_button704[Aug 08 2023 03:07:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.889s705[Aug 08 2023 03:07:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds706[Aug 08 2023 03:07:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.13 seconds707[Aug 08 2023 03:07:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/wiki_testing-0da46bf5891a8377' via api in 0.56 seconds708[Aug 08 2023 03:07:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.98 seconds709[Aug 08 2023 03:07:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/wiki_testing-0da46bf5891a8377/-/wikis/Home710[Aug 08 2023 03:07:42 UTC (QA Tests)] INFO -- clicking :edit_page_button711[Aug 08 2023 03:07:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_page_button' took 0.84s712[Aug 08 2023 03:07:43 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "just_another_wiki_page"713[Aug 08 2023 03:07:43 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox714[Aug 08 2023 03:07:43 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "this content is changed or added"715[Aug 08 2023 03:07:43 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field716[Aug 08 2023 03:07:44 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "this is a new addition to the wiki"717[Aug 08 2023 03:07:44 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox718[Aug 08 2023 03:07:45 UTC (QA Tests)] INFO -- clicking :wiki_submit_button719[Aug 08 2023 03:07:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.211s720 by manipulating content on the page721[Aug 08 2023 03:07:46 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content manipulation inside a project by manipulating content on the page using git push722[Aug 08 2023 03:07:47 UTC (QA Tests)] INFO -- filling :login_field with "root"723[Aug 08 2023 03:07:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field724[Aug 08 2023 03:07:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"725[Aug 08 2023 03:07:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field726[Aug 08 2023 03:07:48 UTC (QA Tests)] INFO -- clicking :sign_in_button727[Aug 08 2023 03:07:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.759s728[Aug 08 2023 03:07:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds729[Aug 08 2023 03:07:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.11 seconds730[Aug 08 2023 03:07:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/wiki_testing-21f06a9d5938daa2' via api in 0.61 seconds731[Aug 08 2023 03:07:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.02 seconds732[Aug 08 2023 03:07:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::WikiPush via browser_ui in 0.91 seconds733[Aug 08 2023 03:07:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::WikiPush at http://root@gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/wiki_testing-21f06a9d5938daa2/-/wikis/Home734 by manipulating content on the page using git push735Create736 Branch with unusual name737 when branch name contains slash, hash, double dash, and capital letter738[Aug 08 2023 03:07:53 UTC (QA Tests)] INFO -- Starting test: Create Branch with unusual name when branch name contains slash, hash, double dash, and capital letter renders repository file tree correctly739[Aug 08 2023 03:07:54 UTC (QA Tests)] INFO -- filling :login_field with "root"740[Aug 08 2023 03:07:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field741[Aug 08 2023 03:07:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"742[Aug 08 2023 03:07:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field743[Aug 08 2023 03:07:54 UTC (QA Tests)] INFO -- clicking :sign_in_button744[Aug 08 2023 03:07:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.838s745[Aug 08 2023 03:07:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds746[Aug 08 2023 03:07:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.13 seconds747[Aug 08 2023 03:07:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/unusually-named-branch-project-844fc99ccf059580' via api in 0.83 seconds748[Aug 08 2023 03:07:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.36 seconds749[Aug 08 2023 03:07:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/unusually-named-branch-project-844fc99ccf059580750[Aug 08 2023 03:08:01 UTC (QA Tests)] INFO -- clicking :file_name_link751[Aug 08 2023 03:08:02 UTC (QA Tests)] INFO -- clicking :file_name_link752 renders repository file tree correctly753Manage754 Project access token755[Aug 08 2023 03:08:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds756[Aug 08 2023 03:08:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.12 seconds757[Aug 08 2023 03:08:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/the_awesome_project-1a0cac8227c72560' via api in 0.89 seconds758[Aug 08 2023 03:08:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectAccessToken with name 'api-project-access-token-e5e6fipv', token's bot username 'project_25_bot_159aa26bab21b6e44a8e120b067859cd' via api in 0.23 seconds759 for the same project760[Aug 08 2023 03:08:04 UTC (QA Tests)] INFO -- Starting test: Manage Project access token for the same project can be used to create a file via the project API761[Aug 08 2023 03:08:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds762[Aug 08 2023 03:08:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.14 seconds763[Aug 08 2023 03:08:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-new-file-5b28c1211d0e17e6' via api in 0.9 seconds764[Aug 08 2023 03:08:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'text-bb15d78e03acb868.txt' via api in 0.41 seconds765 can be used to create a file via the project API766[Aug 08 2023 03:08:06 UTC (QA Tests)] INFO -- Starting test: Manage Project access token for the same project can be used to commit via the API767[Aug 08 2023 03:08:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds768 can be used to commit via the API769 for a different project770[Aug 08 2023 03:08:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds771[Aug 08 2023 03:08:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.13 seconds772[Aug 08 2023 03:08:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/the_awesome_project-d0ce9ebd9f7d5416' via api in 0.58 seconds773[Aug 08 2023 03:08:07 UTC (QA Tests)] INFO -- Starting test: Manage Project access token for a different project cannot be used to commit via the API774 cannot be used to commit via the API775[Aug 08 2023 03:08:07 UTC (QA Tests)] INFO -- Starting test: Manage Project access token for a different project cannot be used to create a file via the project API776[Aug 08 2023 03:08:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds777[Aug 08 2023 03:08:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.13 seconds778[Aug 08 2023 03:08:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-new-file-e12082e31ab13ecc' via api in 0.88 seconds779 cannot be used to create a file via the project API780[Aug 08 2023 03:08:08 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/the_awesome_project-d0ce9ebd9f7d5416'781Create782 Reverting a commit783[Aug 08 2023 03:08:08 UTC (QA Tests)] INFO -- Starting test: Create Reverting a commit creates a merge request784[Aug 08 2023 03:08:09 UTC (QA Tests)] INFO -- filling :login_field with "root"785[Aug 08 2023 03:08:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field786[Aug 08 2023 03:08:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"787[Aug 08 2023 03:08:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field788[Aug 08 2023 03:08:09 UTC (QA Tests)] INFO -- clicking :sign_in_button789[Aug 08 2023 03:08:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.961s790[Aug 08 2023 03:08:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds791[Aug 08 2023 03:08:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.12 seconds792[Aug 08 2023 03:08:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-e474ed5708066488' via api in 0.8 seconds793[Aug 08 2023 03:08:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds794[Aug 08 2023 03:08:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::Commit at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-e474ed5708066488/-/commit/f3cc7deb6606d53f38e04f37727cd3642a272269795[Aug 08 2023 03:08:15 UTC (QA Tests)] INFO -- clicking :options_button796[Aug 08 2023 03:08:15 UTC (QA Tests)] INFO -- clicking :revert_button and ensuring QA::Page::Component::CommitModal is present797[Aug 08 2023 03:08:15 UTC (QA Tests)] INFO -- clicking :submit_commit_button798[Aug 08 2023 03:08:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_commit_button' took 1.65s799[Aug 08 2023 03:08:17 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present800[Aug 08 2023 03:08:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.835s801[Aug 08 2023 03:08:20 UTC (QA Tests)] INFO -- clicking :diffs_tab802[Aug 08 2023 03:08:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? file_tree_container' took 11.042s803[Aug 08 2023 03:08:31 UTC (QA Tests)] INFO -- clicking :file_tree_button804[Aug 08 2023 03:08:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-e474ed5708066488'805 creates a merge request806Verify807 Pipeline API defined variable inheritance808[Aug 08 2023 03:08:31 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline API defined variable inheritance is determined based on forward:pipeline_variables condition809[Aug 08 2023 03:08:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds810[Aug 08 2023 03:08:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-7ir3sdd4' via api in 0.38 seconds811[Aug 08 2023 03:08:32 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.812[Aug 08 2023 03:08:32 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`813[Aug 08 2023 03:08:32 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`814[Aug 08 2023 03:08:32 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name 7ir3sdd4 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach 7ir3sdd4 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 7ir3sdd4 --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list 7ir3sdd4 --executor shell && gitlab-runner run" `815[Aug 08 2023 03:08:33 UTC (QA Tests)] INFO -- Executing: `docker logs 7ir3sdd4`816[Aug 08 2023 03:08:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`817[Aug 08 2023 03:08:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name '7ir3sdd4' via api in 1.27 seconds818[Aug 08 2023 03:08:34 UTC (QA Tests)] INFO -- filling :login_field with "root"819[Aug 08 2023 03:08:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field820[Aug 08 2023 03:08:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"821[Aug 08 2023 03:08:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field822[Aug 08 2023 03:08:34 UTC (QA Tests)] INFO -- clicking :sign_in_button823[Aug 08 2023 03:08:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.926s824[Aug 08 2023 03:08:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-7ir3sdd4/downstream1-variable-inheritance-20eba64112b96b10' via api in 0.41 seconds825[Aug 08 2023 03:08:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds826[Aug 08 2023 03:08:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-7ir3sdd4/upstream-variable-inheritance-8d9b358f8f33275d' via api in 0.46 seconds827[Aug 08 2023 03:08:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds828[Aug 08 2023 03:08:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '15' via api in 0.1 seconds829[Aug 08 2023 03:08:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '15' via api in 0.09 seconds830[Aug 08 2023 03:08:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '15' via api in 0.1 seconds831[Aug 08 2023 03:08:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '15' via api in 0.08 seconds832[Aug 08 2023 03:08:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '15' via api in 0.09 seconds833[Aug 08 2023 03:08:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '15' via api in 0.08 seconds834[Aug 08 2023 03:08:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '15' via api in 0.09 seconds835[Aug 08 2023 03:08:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '15' via api in 0.09 seconds836[Aug 08 2023 03:08:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '15' via api in 0.09 seconds837[Aug 08 2023 03:08:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Pipeline with id '19' via api in 0.45 seconds838[Aug 08 2023 03:08:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '19' via api in 0.1 seconds839[Aug 08 2023 03:08:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '19' via api in 0.08 seconds840[Aug 08 2023 03:08:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '19' via api in 0.07 seconds841[Aug 08 2023 03:08:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '22' via api in 0.07 seconds842[Aug 08 2023 03:08:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '19' via api in 0.07 seconds843[Aug 08 2023 03:08:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '20' via api in 0.07 seconds844[Aug 08 2023 03:08:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '19' via api in 0.08 seconds845[Aug 08 2023 03:08:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.07 seconds846[Aug 08 2023 03:08:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '19' via api in 0.07 seconds847[Aug 08 2023 03:08:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '22' via api in 0.07 seconds848[Aug 08 2023 03:08:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name '7ir3sdd4'849[Aug 08 2023 03:08:56 UTC (QA Tests)] INFO -- Executing: `docker rm -f 7ir3sdd4`850 is determined based on forward:pipeline_variables condition851Create852 Upload a file in Web IDE853 when the file is a text file854 behaves like upload a file855[Aug 08 2023 03:08:56 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is a text file behaves like upload a file verifies it successfully uploads and commits to a MR856[Aug 08 2023 03:08:57 UTC (QA Tests)] INFO -- filling :login_field with "root"857[Aug 08 2023 03:08:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field858[Aug 08 2023 03:08:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"859[Aug 08 2023 03:08:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field860[Aug 08 2023 03:08:57 UTC (QA Tests)] INFO -- clicking :sign_in_button861[Aug 08 2023 03:08:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.007s862[Aug 08 2023 03:09:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds863[Aug 08 2023 03:09:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.13 seconds864[Aug 08 2023 03:09:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/upload-file-project-5826c23067a9f9b7' via api in 1.01 seconds865[Aug 08 2023 03:09:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/upload-file-project-5826c23067a9f9b7866[Aug 08 2023 03:09:03 UTC (QA Tests)] INFO -- clicking :action_dropdown867[Aug 08 2023 03:09:03 UTC (QA Tests)] INFO -- clicking :webide_menu_item868[Aug 08 2023 03:09:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? broadcast_notification_container' took 6.097s869 verifies it successfully uploads and commits to a MR870 when a file with the same name already exists871[Aug 08 2023 03:09:14 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when a file with the same name already exists throws an error872[Aug 08 2023 03:09:14 UTC (QA Tests)] INFO -- filling :login_field with "root"873[Aug 08 2023 03:09:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field874[Aug 08 2023 03:09:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"875[Aug 08 2023 03:09:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field876[Aug 08 2023 03:09:15 UTC (QA Tests)] INFO -- clicking :sign_in_button877[Aug 08 2023 03:09:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.207s878[Aug 08 2023 03:09:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds879[Aug 08 2023 03:09:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.12 seconds880[Aug 08 2023 03:09:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/upload-file-project-d4dc728398f6a240' via api in 0.87 seconds881[Aug 08 2023 03:09:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/upload-file-project-d4dc728398f6a240882[Aug 08 2023 03:09:21 UTC (QA Tests)] INFO -- clicking :action_dropdown883[Aug 08 2023 03:09:21 UTC (QA Tests)] INFO -- clicking :webide_menu_item884[Aug 08 2023 03:09:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? broadcast_notification_container' took 6.207s885 throws an error886 when the file is an image887 behaves like upload a file888[Aug 08 2023 03:09:28 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is an image behaves like upload a file verifies it successfully uploads and commits to a MR889[Aug 08 2023 03:09:29 UTC (QA Tests)] INFO -- filling :login_field with "root"890[Aug 08 2023 03:09:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field891[Aug 08 2023 03:09:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"892[Aug 08 2023 03:09:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field893[Aug 08 2023 03:09:29 UTC (QA Tests)] INFO -- clicking :sign_in_button894[Aug 08 2023 03:09:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.042s895[Aug 08 2023 03:09:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds896[Aug 08 2023 03:09:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.12 seconds897[Aug 08 2023 03:09:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/upload-file-project-38a2e597d13faa9e' via api in 0.86 seconds898[Aug 08 2023 03:09:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/upload-file-project-38a2e597d13faa9e899[Aug 08 2023 03:09:35 UTC (QA Tests)] INFO -- clicking :action_dropdown900[Aug 08 2023 03:09:35 UTC (QA Tests)] INFO -- clicking :webide_menu_item901[Aug 08 2023 03:09:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? broadcast_notification_container' took 6.219s902 verifies it successfully uploads and commits to a MR903Create904 Prereceive hook905 when creating a tag for a ref906 when it triggers a prereceive hook configured with a custom error907[Aug 08 2023 03:09:46 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 error908[Aug 08 2023 03:09:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds909[Aug 08 2023 03:09:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.12 seconds910[Aug 08 2023 03:09:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/the_awesome_project-8daa4386ec8acb4e' via api in 0.87 seconds911 returns a custom server hook error912Verify913 Pipeline with protected variable914[Aug 08 2023 03:09:47 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with protected variable exposes variable on protected branch915[Aug 08 2023 03:09:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds916[Aug 08 2023 03:09:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.12 seconds917[Aug 08 2023 03:09:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-ci-variables-20d0147464b46b1a' via api in 0.58 seconds918[Aug 08 2023 03:09:48 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.919[Aug 08 2023 03:09:48 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`920[Aug 08 2023 03:09:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`921[Aug 08 2023 03:09:48 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-h4rnzuqg --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-h4rnzuqg 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-h4rnzuqg --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list qa-runner-h4rnzuqg --executor shell && gitlab-runner run" `922[Aug 08 2023 03:09:49 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-h4rnzuqg`923[Aug 08 2023 03:09:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`924[Aug 08 2023 03:09:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-h4rnzuqg' via api in 1.31 seconds925[Aug 08 2023 03:09:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds926[Aug 08 2023 03:09:50 UTC (QA Tests)] INFO -- filling :login_field with "root"927[Aug 08 2023 03:09:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field928[Aug 08 2023 03:09:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"929[Aug 08 2023 03:09:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field930[Aug 08 2023 03:09:51 UTC (QA Tests)] INFO -- clicking :sign_in_button931[Aug 08 2023 03:09:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.138s932[Aug 08 2023 03:09:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-ci-variables-20d0147464b46b1a933[Aug 08 2023 03:09:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds934[Aug 08 2023 03:09:56 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-ci-variables-20d0147464b46b1a QA::Resource::Project935[Aug 08 2023 03:09:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds936[Aug 08 2023 03:09:56 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-ci-variables-20d0147464b46b1a QA::Resource::Project937[Aug 08 2023 03:09:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds938[Aug 08 2023 03:09:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.35 seconds939[Aug 08 2023 03:09:57 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"940[Aug 08 2023 03:09:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.95 seconds941[Aug 08 2023 03:09:57 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user1942[Aug 08 2023 03:09:57 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user1, last six chars of token:Pov8Mh943[Aug 08 2023 03:09:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-ezb1vfeb' via api in 0.09 seconds944[Aug 08 2023 03:09:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds945[Aug 08 2023 03:09:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.068s946[Aug 08 2023 03:09:59 UTC (QA Tests)] INFO -- clicking :user_avatar_content947[Aug 08 2023 03:09:59 UTC (QA Tests)] INFO -- clicking :sign_out_link948[Aug 08 2023 03:10:00 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"949[Aug 08 2023 03:10:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field950[Aug 08 2023 03:10:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"951[Aug 08 2023 03:10:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field952[Aug 08 2023 03:10:01 UTC (QA Tests)] INFO -- clicking :sign_in_button953[Aug 08 2023 03:10:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.897s954[Aug 08 2023 03:10:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-ci-variables-20d0147464b46b1a955[Aug 08 2023 03:10:05 UTC (QA Tests)] INFO -- clicking :menu_section_button956[Aug 08 2023 03:10:05 UTC (QA Tests)] INFO -- clicking :nav_item_link957[Aug 08 2023 03:10:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.689s958[Aug 08 2023 03:10:07 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present959[Aug 08 2023 03:10:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.126s960[Aug 08 2023 03:10:08 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user2961[Aug 08 2023 03:10:08 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user2, last six chars of token:bcrxED962[Aug 08 2023 03:10:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user2-qw6nvdl6' via api in 0.08 seconds963[Aug 08 2023 03:10:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds964[Aug 08 2023 03:10:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.021s965[Aug 08 2023 03:10:10 UTC (QA Tests)] INFO -- clicking :user_avatar_content966[Aug 08 2023 03:10:10 UTC (QA Tests)] INFO -- clicking :sign_out_link967[Aug 08 2023 03:10:11 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"968[Aug 08 2023 03:10:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field969[Aug 08 2023 03:10:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"970[Aug 08 2023 03:10:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field971[Aug 08 2023 03:10:11 UTC (QA Tests)] INFO -- clicking :sign_in_button972[Aug 08 2023 03:10:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.774s973[Aug 08 2023 03:10:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-ci-variables-20d0147464b46b1a974[Aug 08 2023 03:10:15 UTC (QA Tests)] INFO -- clicking :menu_section_button975[Aug 08 2023 03:10:16 UTC (QA Tests)] INFO -- clicking :nav_item_link976[Aug 08 2023 03:10:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.679s977[Aug 08 2023 03:10:17 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present978[Aug 08 2023 03:10:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.141s979[Aug 08 2023 03:10:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-h4rnzuqg'980[Aug 08 2023 03:10:19 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-h4rnzuqg`981 exposes variable on protected branch982[Aug 08 2023 03:10:19 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with protected variable does not expose variable on unprotected branch983[Aug 08 2023 03:10:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds984[Aug 08 2023 03:10:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.11 seconds985[Aug 08 2023 03:10:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-ci-variables-439264843b822215' via api in 0.52 seconds986[Aug 08 2023 03:10:20 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.987[Aug 08 2023 03:10:20 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`988[Aug 08 2023 03:10:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`989[Aug 08 2023 03:10:25 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-6vsu6qk7 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-6vsu6qk7 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-6vsu6qk7 --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list qa-runner-6vsu6qk7 --executor shell && gitlab-runner run" `990[Aug 08 2023 03:10:26 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-6vsu6qk7`991[Aug 08 2023 03:10:26 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`992[Aug 08 2023 03:10:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-6vsu6qk7' via api in 6.14 seconds993[Aug 08 2023 03:10:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds994[Aug 08 2023 03:10:27 UTC (QA Tests)] INFO -- filling :login_field with "root"995[Aug 08 2023 03:10:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field996[Aug 08 2023 03:10:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"997[Aug 08 2023 03:10:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field998[Aug 08 2023 03:10:28 UTC (QA Tests)] INFO -- clicking :sign_in_button999[Aug 08 2023 03:10:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.095s1000[Aug 08 2023 03:10:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-ci-variables-439264843b8222151001[Aug 08 2023 03:10:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.17 seconds1002[Aug 08 2023 03:10:33 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-ci-variables-439264843b822215 QA::Resource::Project1003[Aug 08 2023 03:10:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds1004[Aug 08 2023 03:10:33 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-ci-variables-439264843b822215 QA::Resource::Project1005[Aug 08 2023 03:10:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds1006[Aug 08 2023 03:10:33 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:Pov8Mh1007[Aug 08 2023 03:10:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-o140daqu' via cache in 0.0 seconds1008[Aug 08 2023 03:10:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds1009[Aug 08 2023 03:10:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 2.05 seconds1010[Aug 08 2023 03:10:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.025s1011[Aug 08 2023 03:10:37 UTC (QA Tests)] INFO -- clicking :user_avatar_content1012[Aug 08 2023 03:10:37 UTC (QA Tests)] INFO -- clicking :sign_out_link1013[Aug 08 2023 03:10:37 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1014[Aug 08 2023 03:10:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1015[Aug 08 2023 03:10:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"1016[Aug 08 2023 03:10:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1017[Aug 08 2023 03:10:38 UTC (QA Tests)] INFO -- clicking :sign_in_button1018[Aug 08 2023 03:10:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.679s1019[Aug 08 2023 03:10:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-ci-variables-439264843b8222151020[Aug 08 2023 03:10:41 UTC (QA Tests)] INFO -- clicking :menu_section_button1021[Aug 08 2023 03:10:42 UTC (QA Tests)] INFO -- clicking :nav_item_link1022[Aug 08 2023 03:10:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.664s1023[Aug 08 2023 03:10:43 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1024[Aug 08 2023 03:10:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.146s1025[Aug 08 2023 03:10:45 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user2, last six chars of token:bcrxED1026[Aug 08 2023 03:10:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user2-q80eglex' via cache in 0.0 seconds1027[Aug 08 2023 03:10:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.34 seconds1028[Aug 08 2023 03:10:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '2' via api in 1.94 seconds1029[Aug 08 2023 03:10:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.058s1030[Aug 08 2023 03:10:48 UTC (QA Tests)] INFO -- clicking :user_avatar_content1031[Aug 08 2023 03:10:48 UTC (QA Tests)] INFO -- clicking :sign_out_link1032[Aug 08 2023 03:10:49 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"1033[Aug 08 2023 03:10:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1034[Aug 08 2023 03:10:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"1035[Aug 08 2023 03:10:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1036[Aug 08 2023 03:10:49 UTC (QA Tests)] INFO -- clicking :sign_in_button1037[Aug 08 2023 03:10:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.722s1038[Aug 08 2023 03:10:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-ci-variables-439264843b8222151039[Aug 08 2023 03:10:53 UTC (QA Tests)] INFO -- clicking :menu_section_button1040[Aug 08 2023 03:10:53 UTC (QA Tests)] INFO -- clicking :nav_item_link1041[Aug 08 2023 03:10:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.649s1042[Aug 08 2023 03:10:55 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1043[Aug 08 2023 03:10:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.118s1044[Aug 08 2023 03:10:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-6vsu6qk7'1045[Aug 08 2023 03:10:56 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-6vsu6qk7`1046 does not expose variable on unprotected branch1047Manage1048 rate limits1049[Aug 08 2023 03:10:57 UTC (QA Tests)] INFO -- Starting test: Manage rate limits throttles authenticated api requests by user1050[Aug 08 2023 03:10:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-bc3f29b6d7473ca9' via api in 0.24 seconds1051[Aug 08 2023 03:10:57 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-bc3f29b6d7473ca91052[Aug 08 2023 03:10:57 UTC (QA Tests)] INFO -- Caching token for username: qa-user-bc3f29b6d7473ca9, last six chars of token:n-1Dpd1053[Aug 08 2023 03:10:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-bc3f29b6d7473ca9-v2vc11mt' via api in 0.08 seconds1054[Aug 08 2023 03:10:57 UTC (QA Tests)] INFO -- Setting application settings: {:throttle_authenticated_api_requests_per_period=>5, :throttle_authenticated_api_period_in_seconds=>60, :throttle_authenticated_api_enabled=>true}1055[Aug 08 2023 03:10:58 UTC (QA Tests)] INFO -- Setting application settings: {:throttle_authenticated_api_requests_per_period=>7200, :throttle_authenticated_api_period_in_seconds=>3600, :throttle_authenticated_api_enabled=>false}1056[Aug 08 2023 03:10:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-bc3f29b6d7473ca9'1057 throttles authenticated api requests by user1058Data Stores1059 Invite group1060 with a personal namespace project1061 behaves like invites group to project1062[Aug 08 2023 03:10:58 UTC (QA Tests)] INFO -- Starting test: Data Stores Invite group with a personal namespace project behaves like invites group to project grants group and members correct access level1063[Aug 08 2023 03:10:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1064[Aug 08 2023 03:10:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1065[Aug 08 2023 03:10:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"1066[Aug 08 2023 03:10:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1067[Aug 08 2023 03:11:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1068[Aug 08 2023 03:11:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.184s1069[Aug 08 2023 03:11:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1070[Aug 08 2023 03:11:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-personal-project-3147a8bec8d8e049' via api in 0.28 seconds1071[Aug 08 2023 03:11:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds1072[Aug 08 2023 03:11:04 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/group-for-personal-project-3147a8bec8d8e049 QA::Resource::Group1073[Aug 08 2023 03:11:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'root/personal-namespace-project-b9e508b5dd86068e' via api in 0.43 seconds1074[Aug 08 2023 03:11:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/root/personal-namespace-project-b9e508b5dd86068e1075[Aug 08 2023 03:11:05 UTC (QA Tests)] INFO -- clicking :menu_section_button1076[Aug 08 2023 03:11:05 UTC (QA Tests)] INFO -- clicking :nav_item_link1077[Aug 08 2023 03:11:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.841s1078[Aug 08 2023 03:11:06 UTC (QA Tests)] INFO -- clicking :invite_a_group_button1079[Aug 08 2023 03:11:08 UTC (QA Tests)] INFO -- Searching in dropdown: "group-for-personal-project-3147a8bec8d8e049"1080[Aug 08 2023 03:11:09 UTC (QA Tests)] INFO -- selecting "Developer" in :access_level_dropdown1081[Aug 08 2023 03:11:09 UTC (QA Tests)] INFO -- clicking :invite_button1082[Aug 08 2023 03:11:11 UTC (QA Tests)] INFO -- clicking :groups_list_tab1083[Aug 08 2023 03:11:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.03s1084[Aug 08 2023 03:11:12 UTC (QA Tests)] INFO -- clicking :user_avatar_content1085[Aug 08 2023 03:11:13 UTC (QA Tests)] INFO -- clicking :sign_out_link1086[Aug 08 2023 03:11:13 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1087[Aug 08 2023 03:11:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1088[Aug 08 2023 03:11:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"1089[Aug 08 2023 03:11:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1090[Aug 08 2023 03:11:14 UTC (QA Tests)] INFO -- clicking :sign_in_button1091[Aug 08 2023 03:11:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.846s1092[Aug 08 2023 03:11:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/root/personal-namespace-project-b9e508b5dd86068e1093[Aug 08 2023 03:11:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'root/personal-namespace-project-b9e508b5dd86068e'1094[Aug 08 2023 03:11:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-personal-project-3147a8bec8d8e049'1095 grants group and members correct access level1096 with a group project1097 behaves like invites group to project1098[Aug 08 2023 03:11:18 UTC (QA Tests)] INFO -- Starting test: Data Stores Invite group with a group project behaves like invites group to project grants group and members correct access level1099[Aug 08 2023 03:11:18 UTC (QA Tests)] INFO -- filling :login_field with "root"1100[Aug 08 2023 03:11:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1101[Aug 08 2023 03:11:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"1102[Aug 08 2023 03:11:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1103[Aug 08 2023 03:11:19 UTC (QA Tests)] INFO -- clicking :sign_in_button1104[Aug 08 2023 03:11:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.132s1105[Aug 08 2023 03:11:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1106[Aug 08 2023 03:11:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-group-project-8e136eb30548157b' via api in 0.32 seconds1107[Aug 08 2023 03:11:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds1108[Aug 08 2023 03:11:23 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/group-for-group-project-8e136eb30548157b QA::Resource::Group1109[Aug 08 2023 03:11:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1110[Aug 08 2023 03:11:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.13 seconds1111[Aug 08 2023 03:11:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/group-project-6d0da6d9b5789453' via api in 0.56 seconds1112[Aug 08 2023 03:11:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/group-project-6d0da6d9b57894531113[Aug 08 2023 03:11:24 UTC (QA Tests)] INFO -- clicking :menu_section_button1114[Aug 08 2023 03:11:24 UTC (QA Tests)] INFO -- clicking :nav_item_link1115[Aug 08 2023 03:11:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.759s1116[Aug 08 2023 03:11:25 UTC (QA Tests)] INFO -- clicking :invite_a_group_button1117[Aug 08 2023 03:11:28 UTC (QA Tests)] INFO -- Searching in dropdown: "group-for-group-project-8e136eb30548157b"1118[Aug 08 2023 03:11:28 UTC (QA Tests)] INFO -- selecting "Developer" in :access_level_dropdown1119[Aug 08 2023 03:11:28 UTC (QA Tests)] INFO -- clicking :invite_button1120[Aug 08 2023 03:11:30 UTC (QA Tests)] INFO -- clicking :groups_list_tab1121[Aug 08 2023 03:11:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.048s1122[Aug 08 2023 03:11:32 UTC (QA Tests)] INFO -- clicking :user_avatar_content1123[Aug 08 2023 03:11:32 UTC (QA Tests)] INFO -- clicking :sign_out_link1124[Aug 08 2023 03:11:32 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1125[Aug 08 2023 03:11:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1126[Aug 08 2023 03:11:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"1127[Aug 08 2023 03:11:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1128[Aug 08 2023 03:11:33 UTC (QA Tests)] INFO -- clicking :sign_in_button1129[Aug 08 2023 03:11:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.561s1130[Aug 08 2023 03:11:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/group-project-6d0da6d9b57894531131[Aug 08 2023 03:11:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/group-project-6d0da6d9b5789453'1132[Aug 08 2023 03:11:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-group-project-8e136eb30548157b'1133 grants group and members correct access level1134Package1135 Composer Repository1136[Aug 08 2023 03:11:37 UTC (QA Tests)] INFO -- Starting test: Package Composer Repository publishes a composer package and deletes it1137[Aug 08 2023 03:11:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1138[Aug 08 2023 03:11:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.13 seconds1139[Aug 08 2023 03:11:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/composer-package-project-783eb0bc2c350eda' via api in 0.6 seconds1140[Aug 08 2023 03:11:37 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1141[Aug 08 2023 03:11:37 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1142[Aug 08 2023 03:11:38 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1143[Aug 08 2023 03:11:38 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1144[Aug 08 2023 03:11:38 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1691464297 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1691464297 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-1691464297 --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list runner-for-composer-package-project-783eb0bc2c350eda --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1145[Aug 08 2023 03:11:38 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1691464297`1146[Aug 08 2023 03:11:38 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1147[Aug 08 2023 03:11:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1691464297' via api in 1.29 seconds1148[Aug 08 2023 03:11:39 UTC (QA Tests)] INFO -- filling :login_field with "root"1149[Aug 08 2023 03:11:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1150[Aug 08 2023 03:11:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"1151[Aug 08 2023 03:11:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1152[Aug 08 2023 03:11:40 UTC (QA Tests)] INFO -- clicking :sign_in_button1153[Aug 08 2023 03:11:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.209s1154[Aug 08 2023 03:11:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds1155[Aug 08 2023 03:11:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/composer-package-project-783eb0bc2c350eda1156[Aug 08 2023 03:11:45 UTC (QA Tests)] INFO -- clicking :menu_section_button1157[Aug 08 2023 03:11:45 UTC (QA Tests)] INFO -- clicking :nav_item_link1158[Aug 08 2023 03:11:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.649s1159[Aug 08 2023 03:11:47 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1160[Aug 08 2023 03:11:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.322s1161[Aug 08 2023 03:12:01 UTC (QA Tests)] INFO -- clicking :menu_section_button1162[Aug 08 2023 03:12:01 UTC (QA Tests)] INFO -- clicking :nav_item_link1163[Aug 08 2023 03:12:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.703s1164[Aug 08 2023 03:12:02 UTC (QA Tests)] INFO -- clicking :details-link1165[Aug 08 2023 03:12:02 UTC (QA Tests)] INFO -- clicking :delete-package1166[Aug 08 2023 03:12:03 UTC (QA Tests)] INFO -- clicking :delete-modal-button1167[Aug 08 2023 03:12:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1691464297'1168[Aug 08 2023 03:12:05 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1691464297`1169 publishes a composer package and deletes it1170Create1171 Create, Retrieve and Delete branches via API1172[Aug 08 2023 03:12:05 UTC (QA Tests)] INFO -- Starting test: Create Create, Retrieve and Delete branches via API creates, retrieves and deletes branches1173[Aug 08 2023 03:12:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1174[Aug 08 2023 03:12:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.14 seconds1175[Aug 08 2023 03:12:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-qa-test-dded07646d75f6f9' via api in 0.61 seconds1176[Aug 08 2023 03:12:07 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add file.txt"1177[Aug 08 2023 03:12:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Branch with name 'create-branch' via api in 0.38 seconds1178[Aug 08 2023 03:12:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Repository::Branch with name 'delete-branch' via api in 0.08 seconds1179[Aug 08 2023 03:12:08 UTC (QA Tests)] INFO -- Removed a QA::Resource::Repository::Branch with name 'delete-branch'1180 creates, retrieves and deletes branches1181Create1182 Source editor toolbar preview1183[Aug 08 2023 03:12:09 UTC (QA Tests)] INFO -- Starting test: Create Source editor toolbar preview can preview markdown side-by-side while editing1184[Aug 08 2023 03:12:09 UTC (QA Tests)] INFO -- filling :login_field with "root"1185[Aug 08 2023 03:12:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1186[Aug 08 2023 03:12:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"1187[Aug 08 2023 03:12:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1188[Aug 08 2023 03:12:10 UTC (QA Tests)] INFO -- clicking :sign_in_button1189[Aug 08 2023 03:12:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.171s1190[Aug 08 2023 03:12:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1191[Aug 08 2023 03:12:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.11 seconds1192[Aug 08 2023 03:12:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/empty-project-with-md-60f0bfee38a5a45c' via api in 0.85 seconds1193[Aug 08 2023 03:12:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/empty-project-with-md-60f0bfee38a5a45c1194[Aug 08 2023 03:12:15 UTC (QA Tests)] INFO -- clicking :file_name_link1195[Aug 08 2023 03:12:16 UTC (QA Tests)] INFO -- clicking :action_dropdown1196[Aug 08 2023 03:12:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element action_dropdown' took 0.524s1197[Aug 08 2023 03:12:16 UTC (QA Tests)] INFO -- clicking :edit_menu_item1198[Aug 08 2023 03:12:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_menu_item' took 1.066s11992023-08-08 03:12:17 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:12012023-08-08 03:12:17 WARN Selenium [DEPRECATION] [:jwp_caps] `Capabilities#platform` is deprecated. Use `Capabilities#platform_name` instead.1202[Aug 08 2023 03:12:18 UTC (QA Tests)] INFO -- clicking :commit_button1203[Aug 08 2023 03:12:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.196s1204[Aug 08 2023 03:12:19 UTC (QA Tests)] ERROR -- Interceptor Api Errors1205[200] POST http://gitlab-ce-f779241a.test/api/graphql -- Correlation Id: 01H79J33NKYETGXGQF393BSJ541206error-messages: Variable $refType of type RefType was provided invalid value1207 can preview markdown side-by-side while editing1208Create1209 Push mirror a repository over HTTP1210[Aug 08 2023 03:12:19 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository1211[Aug 08 2023 03:12:20 UTC (QA Tests)] INFO -- filling :login_field with "root"1212[Aug 08 2023 03:12:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1213[Aug 08 2023 03:12:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"1214[Aug 08 2023 03:12:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1215[Aug 08 2023 03:12:21 UTC (QA Tests)] INFO -- clicking :sign_in_button1216[Aug 08 2023 03:12:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.153s1217[Aug 08 2023 03:12:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1218[Aug 08 2023 03:12:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.12 seconds1219[Aug 08 2023 03:12:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/push-mirror-target-project-a80165425e457f90' via api in 0.64 seconds1220[Aug 08 2023 03:12:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1221[Aug 08 2023 03:12:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.13 seconds1222[Aug 08 2023 03:12:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-code-d083d5461b7c0855' via api in 0.59 seconds1223[Aug 08 2023 03:12:27 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1224[Aug 08 2023 03:12:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.72 seconds1225[Aug 08 2023 03:12:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-code-d083d5461b7c08551226[Aug 08 2023 03:12:29 UTC (QA Tests)] INFO -- clicking :menu_section_button1227[Aug 08 2023 03:12:29 UTC (QA Tests)] INFO -- clicking :nav_item_link1228[Aug 08 2023 03:12:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.074s1229[Aug 08 2023 03:12:31 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/push-mirror-target-project-a80165425e457f90.git"1230[Aug 08 2023 03:12:31 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field1231[Aug 08 2023 03:12:32 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field1232[Aug 08 2023 03:12:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? authentication_method_field' took 11.06s1233[Aug 08 2023 03:12:43 UTC (QA Tests)] INFO -- Saving screenshot..1234[Aug 08 2023 03:12:43 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository1235[Aug 08 2023 03:12:44 UTC (QA Tests)] INFO -- filling :login_field with "root"1236[Aug 08 2023 03:12:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1237[Aug 08 2023 03:12:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"1238[Aug 08 2023 03:12:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1239[Aug 08 2023 03:12:45 UTC (QA Tests)] INFO -- clicking :sign_in_button1240[Aug 08 2023 03:12:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.197s1241[Aug 08 2023 03:12:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1242[Aug 08 2023 03:12:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.12 seconds1243[Aug 08 2023 03:12:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/push-mirror-target-project-9f5f06bf4c6efabe' via api in 0.57 seconds1244[Aug 08 2023 03:12:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1245[Aug 08 2023 03:12:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.13 seconds1246[Aug 08 2023 03:12:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-code-0301b186eedf434b' via api in 0.58 seconds1247[Aug 08 2023 03:12:51 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1248[Aug 08 2023 03:12:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.69 seconds1249[Aug 08 2023 03:12:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-code-0301b186eedf434b1250[Aug 08 2023 03:12:53 UTC (QA Tests)] INFO -- clicking :menu_section_button1251[Aug 08 2023 03:12:53 UTC (QA Tests)] INFO -- clicking :nav_item_link1252[Aug 08 2023 03:12:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.102s1253[Aug 08 2023 03:12:55 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/push-mirror-target-project-9f5f06bf4c6efabe.git"1254[Aug 08 2023 03:12:55 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field1255[Aug 08 2023 03:12:56 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field1256[Aug 08 2023 03:13:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? authentication_method_field' took 11.073s1257[Aug 08 2023 03:13:07 UTC (QA Tests)] INFO -- Saving screenshot..1258 configures and syncs LFS objects for a (push) mirrored repository (FAILED - 1)12601st Try error in ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:6:1261Couldn't find element named "authentication_method_field"1263RSpec::Retry: 2nd try ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:61264 HTML screenshot: /home/gitlab/qa/tmp/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/create_push_mirror_a_repository_over_http_configures_and_syncs_lfs_objects_for_a_2023-08-08-03-13-07.481.html1265 Image screenshot: /home/gitlab/qa/tmp/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/create_push_mirror_a_repository_over_http_configures_and_syncs_lfs_objects_for_a_2023-08-08-03-13-07.481.png1266Verify1267 Pipeline with file variables and downstream pipelines1268[Aug 08 2023 03:13:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1269[Aug 08 2023 03:13:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.12 seconds1270[Aug 08 2023 03:13:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/upstream-project-with-file-variables-be94214c0c9d1a45' via api in 0.58 seconds1271[Aug 08 2023 03:13:08 UTC (QA Tests)] INFO -- Enabling feature: ci_prevent_file_var_expansion_downstream_pipeline for scope "project: gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/upstream-project-with-file-variables-be94214c0c9d1a45"1272[Aug 08 2023 03:13:08 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: ci_prevent_file_var_expansion_downstream_pipeline1273[Aug 08 2023 03:13:08 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with file variables and downstream pipelines creates variable with file path in downstream pipelines and can read file variable content1274[Aug 08 2023 03:13:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1275[Aug 08 2023 03:13:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.12 seconds1276[Aug 08 2023 03:13:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/downstream-project-9619c31d816063c9' via api in 0.57 seconds1277[Aug 08 2023 03:13:09 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1278[Aug 08 2023 03:13:09 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1279[Aug 08 2023 03:13:09 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1280[Aug 08 2023 03:13:09 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-u3dq5rrs --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-u3dq5rrs 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-u3dq5rrs --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list qa-runner-u3dq5rrs --executor shell && gitlab-runner run" `1281[Aug 08 2023 03:13:10 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-u3dq5rrs`1282[Aug 08 2023 03:13:10 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1283[Aug 08 2023 03:13:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-u3dq5rrs' via api in 1.18 seconds1284[Aug 08 2023 03:13:10 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1285[Aug 08 2023 03:13:10 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1286[Aug 08 2023 03:13:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1287[Aug 08 2023 03:13:15 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-u3dq5rrs-downstream --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-u3dq5rrs-downstream sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-u3dq5rrs-downstream --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list qa-runner-u3dq5rrs --executor shell && gitlab-runner run" `1288[Aug 08 2023 03:13:16 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-u3dq5rrs-downstream`1289[Aug 08 2023 03:13:16 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1290[Aug 08 2023 03:13:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-u3dq5rrs-downstream' via api in 6.21 seconds1291[Aug 08 2023 03:13:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds1292[Aug 08 2023 03:13:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds1293[Aug 08 2023 03:13:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1294[Aug 08 2023 03:13:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds1295[Aug 08 2023 03:13:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Pipeline with id '32' via api in 0.51 seconds1296[Aug 08 2023 03:13:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '34' via api in 0.09 seconds1297[Aug 08 2023 03:13:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '35' via api in 0.1 seconds1298[Aug 08 2023 03:13:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '47' via api in 0.1 seconds1299[Aug 08 2023 03:13:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '48' via api in 0.1 seconds1300[Aug 08 2023 03:13:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '49' via api in 0.1 seconds1301[Aug 08 2023 03:13:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '50' via api in 0.1 seconds1302[Aug 08 2023 03:13:30 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-u3dq5rrs'1303[Aug 08 2023 03:13:30 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-u3dq5rrs`1304[Aug 08 2023 03:13:30 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-u3dq5rrs-downstream'1305[Aug 08 2023 03:13:31 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-u3dq5rrs-downstream`1306[Aug 08 2023 03:13:31 UTC (QA Tests)] INFO -- Disabling feature: ci_prevent_file_var_expansion_downstream_pipeline for scope "project: gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/upstream-project-with-file-variables-be94214c0c9d1a45"1307[Aug 08 2023 03:13:31 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: ci_prevent_file_var_expansion_downstream_pipeline1308 creates variable with file path in downstream pipelines and can read file variable content1309Package1310 NuGet project level endpoint1311 using a personal access token1312[Aug 08 2023 03:13:31 UTC (QA Tests)] INFO -- Starting test: Package NuGet project level endpoint using a personal access token publishes a nuget package and installs1313[Aug 08 2023 03:13:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1314[Aug 08 2023 03:13:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.11 seconds1315[Aug 08 2023 03:13:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/nuget-package-project-846d50813462f502' via api in 5.76 seconds1316[Aug 08 2023 03:13:37 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1317[Aug 08 2023 03:13:37 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1318[Aug 08 2023 03:13:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1319[Aug 08 2023 03:13:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1320[Aug 08 2023 03:13:42 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1691464411 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1691464411 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-1691464411 --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list runner-for-nuget-package-project-846d50813462f502 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1321[Aug 08 2023 03:13:43 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1691464411`1322[Aug 08 2023 03:13:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1323[Aug 08 2023 03:13:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1691464411' via api in 6.25 seconds1324[Aug 08 2023 03:13:44 UTC (QA Tests)] INFO -- filling :login_field with "root"1325[Aug 08 2023 03:13:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1326[Aug 08 2023 03:13:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"1327[Aug 08 2023 03:13:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1328[Aug 08 2023 03:13:44 UTC (QA Tests)] INFO -- clicking :sign_in_button1329[Aug 08 2023 03:13:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.2s1330[Aug 08 2023 03:13:48 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA1331[Aug 08 2023 03:13:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-kd7qgq4n' via cache in 0.0 seconds1332[Aug 08 2023 03:13:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds1333[Aug 08 2023 03:13:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds1334[Aug 08 2023 03:13:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/nuget-package-project-846d50813462f5021335[Aug 08 2023 03:13:50 UTC (QA Tests)] INFO -- clicking :menu_section_button1336[Aug 08 2023 03:13:50 UTC (QA Tests)] INFO -- clicking :nav_item_link1337[Aug 08 2023 03:13:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.645s1338[Aug 08 2023 03:13:52 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1339[Aug 08 2023 03:13:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.233s1340[Aug 08 2023 03:14:16 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1341[Aug 08 2023 03:14:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.276s1342[Aug 08 2023 03:14:29 UTC (QA Tests)] INFO -- clicking :menu_section_button1343[Aug 08 2023 03:14:29 UTC (QA Tests)] INFO -- clicking :nav_item_link1344[Aug 08 2023 03:14:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.788s1345[Aug 08 2023 03:14:30 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1691464411'1346[Aug 08 2023 03:14:30 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1691464411`1347[Aug 08 2023 03:14:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-45cba0da77d1ccb4'1348[Aug 08 2023 03:14:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/nuget-package-project-846d50813462f502'1349 publishes a nuget package and installs1350 using a ci job token1351[Aug 08 2023 03:14:31 UTC (QA Tests)] INFO -- Starting test: Package NuGet project level endpoint using a ci job token publishes a nuget package and installs1352[Aug 08 2023 03:14:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1353[Aug 08 2023 03:14:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.14 seconds1354[Aug 08 2023 03:14:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/nuget-package-project-956d2d3a92a90505' via api in 5.75 seconds1355[Aug 08 2023 03:14:37 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1356[Aug 08 2023 03:14:37 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1357[Aug 08 2023 03:14:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1358[Aug 08 2023 03:14:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1359[Aug 08 2023 03:14:42 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1691464471 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1691464471 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-1691464471 --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list runner-for-nuget-package-project-956d2d3a92a90505 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1360[Aug 08 2023 03:14:43 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1691464471`1361[Aug 08 2023 03:14:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1362[Aug 08 2023 03:14:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1691464471' via api in 6.26 seconds1363[Aug 08 2023 03:14:44 UTC (QA Tests)] INFO -- filling :login_field with "root"1364[Aug 08 2023 03:14:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1365[Aug 08 2023 03:14:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"1366[Aug 08 2023 03:14:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1367[Aug 08 2023 03:14:44 UTC (QA Tests)] INFO -- clicking :sign_in_button1368[Aug 08 2023 03:14:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.213s1369[Aug 08 2023 03:14:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds1370[Aug 08 2023 03:14:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/nuget-package-project-956d2d3a92a905051371[Aug 08 2023 03:14:50 UTC (QA Tests)] INFO -- clicking :menu_section_button1372[Aug 08 2023 03:14:50 UTC (QA Tests)] INFO -- clicking :nav_item_link1373[Aug 08 2023 03:14:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.756s1374[Aug 08 2023 03:14:52 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1375[Aug 08 2023 03:14:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.184s1376[Aug 08 2023 03:15:06 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1377[Aug 08 2023 03:15:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.063s1378[Aug 08 2023 03:15:20 UTC (QA Tests)] INFO -- clicking :menu_section_button1379[Aug 08 2023 03:15:20 UTC (QA Tests)] INFO -- clicking :nav_item_link1380[Aug 08 2023 03:15:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.728s1381[Aug 08 2023 03:15:21 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1691464471'1382[Aug 08 2023 03:15:21 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1691464471`1383[Aug 08 2023 03:15:22 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-1b6b0e9c8e890a87'1384[Aug 08 2023 03:15:22 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/nuget-package-project-956d2d3a92a90505'1385 publishes a nuget package and installs1386 using a project deploy token1387[Aug 08 2023 03:15:22 UTC (QA Tests)] INFO -- Starting test: Package NuGet project level endpoint using a project deploy token publishes a nuget package and installs1388[Aug 08 2023 03:15:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1389[Aug 08 2023 03:15:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.11 seconds1390[Aug 08 2023 03:15:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/nuget-package-project-c2a8a320072af23b' via api in 5.73 seconds1391[Aug 08 2023 03:15:28 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1392[Aug 08 2023 03:15:28 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1393[Aug 08 2023 03:15:28 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1394[Aug 08 2023 03:15:28 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1395[Aug 08 2023 03:15:28 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1691464522 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1691464522 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-1691464522 --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list runner-for-nuget-package-project-c2a8a320072af23b --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1396[Aug 08 2023 03:15:29 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1691464522`1397[Aug 08 2023 03:15:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1398[Aug 08 2023 03:15:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1691464522' via api in 1.26 seconds1399[Aug 08 2023 03:15:29 UTC (QA Tests)] INFO -- filling :login_field with "root"1400[Aug 08 2023 03:15:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1401[Aug 08 2023 03:15:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"1402[Aug 08 2023 03:15:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1403[Aug 08 2023 03:15:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1404[Aug 08 2023 03:15:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.18s1405[Aug 08 2023 03:15:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-3' via api in 0.08 seconds1406[Aug 08 2023 03:15:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds1407[Aug 08 2023 03:15:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds1408[Aug 08 2023 03:15:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/nuget-package-project-c2a8a320072af23b1409[Aug 08 2023 03:15:36 UTC (QA Tests)] INFO -- clicking :menu_section_button1410[Aug 08 2023 03:15:36 UTC (QA Tests)] INFO -- clicking :nav_item_link1411[Aug 08 2023 03:15:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.709s1412[Aug 08 2023 03:15:38 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1413[Aug 08 2023 03:15:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.412s1414[Aug 08 2023 03:15:52 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1415[Aug 08 2023 03:15:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.221s1416[Aug 08 2023 03:16:06 UTC (QA Tests)] INFO -- clicking :menu_section_button1417[Aug 08 2023 03:16:06 UTC (QA Tests)] INFO -- clicking :nav_item_link1418[Aug 08 2023 03:16:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.757s1419[Aug 08 2023 03:16:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1691464522'1420[Aug 08 2023 03:16:07 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1691464522`1421[Aug 08 2023 03:16:08 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-98965e4e95265012'1422[Aug 08 2023 03:16:08 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/nuget-package-project-c2a8a320072af23b'1423 publishes a nuget package and installs1424Create1425 Sharing snippets1426 when the snippet is public1427[Aug 08 2023 03:16:08 UTC (QA Tests)] INFO -- Starting test: Create Sharing snippets when the snippet is public can be shared with not signed-in users1428[Aug 08 2023 03:16:09 UTC (QA Tests)] INFO -- filling :login_field with "root"1429[Aug 08 2023 03:16:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1430[Aug 08 2023 03:16:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"1431[Aug 08 2023 03:16:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1432[Aug 08 2023 03:16:09 UTC (QA Tests)] INFO -- clicking :sign_in_button1433[Aug 08 2023 03:16:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.094s1434[Aug 08 2023 03:16:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '3' via api in 0.35 seconds1435[Aug 08 2023 03:16:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-f779241a.test/-/snippets/31436[Aug 08 2023 03:16:14 UTC (QA Tests)] INFO -- clicking :snippet_embed_dropdown1437[Aug 08 2023 03:16:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.027s1438[Aug 08 2023 03:16:15 UTC (QA Tests)] INFO -- clicking :user_avatar_content1439[Aug 08 2023 03:16:15 UTC (QA Tests)] INFO -- clicking :sign_out_link1440 can be shared with not signed-in users1441 when the snippet is changed to private1442[Aug 08 2023 03:16:16 UTC (QA Tests)] INFO -- Starting test: Create Sharing snippets when the snippet is changed to private does not display Embed/Share dropdown1443[Aug 08 2023 03:16:17 UTC (QA Tests)] INFO -- filling :login_field with "root"1444[Aug 08 2023 03:16:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1445[Aug 08 2023 03:16:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"1446[Aug 08 2023 03:16:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1447[Aug 08 2023 03:16:18 UTC (QA Tests)] INFO -- clicking :sign_in_button1448[Aug 08 2023 03:16:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.1s1449[Aug 08 2023 03:16:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '4' via api in 0.36 seconds1450[Aug 08 2023 03:16:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-f779241a.test/-/snippets/41451[Aug 08 2023 03:16:22 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1452[Aug 08 2023 03:16:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 0.681s1453[Aug 08 2023 03:16:22 UTC (QA Tests)] INFO -- clicking :visibility_content1454[Aug 08 2023 03:16:23 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1455[Aug 08 2023 03:16:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.634s1456[Aug 08 2023 03:16:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 0.647s1457 does not display Embed/Share dropdown1458Data Stores1459 Project1460 in group1461 behaves like successful project creation1462[Aug 08 2023 03:16:24 UTC (QA Tests)] INFO -- Starting test: Data Stores Project in group behaves like successful project creation creates a new project1463[Aug 08 2023 03:16:24 UTC (QA Tests)] INFO -- filling :login_field with "root"1464[Aug 08 2023 03:16:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1465[Aug 08 2023 03:16:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"1466[Aug 08 2023 03:16:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1467[Aug 08 2023 03:16:25 UTC (QA Tests)] INFO -- clicking :sign_in_button1468[Aug 08 2023 03:16:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.153s1469[Aug 08 2023 03:16:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1470[Aug 08 2023 03:16:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.11 seconds1471[Aug 08 2023 03:16:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-f779241a.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de91472[Aug 08 2023 03:16:29 UTC (QA Tests)] INFO -- clicking :new_project_button1473[Aug 08 2023 03:16:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.707s1474[Aug 08 2023 03:16:30 UTC (QA Tests)] INFO -- clicking :panel_link1475[Aug 08 2023 03:16:31 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}1476[Aug 08 2023 03:16:31 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}1477[Aug 08 2023 03:16:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-in-group-40c2cca3c168a283-af1812a2143b5431' via browser_ui in 3.45 seconds1478 creates a new project1479 in personal namespace1480 behaves like successful project creation1481[Aug 08 2023 03:16:32 UTC (QA Tests)] INFO -- Starting test: Data Stores Project in personal namespace behaves like successful project creation creates a new project1482[Aug 08 2023 03:16:33 UTC (QA Tests)] INFO -- filling :login_field with "root"1483[Aug 08 2023 03:16:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1484[Aug 08 2023 03:16:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"1485[Aug 08 2023 03:16:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1486[Aug 08 2023 03:16:33 UTC (QA Tests)] INFO -- clicking :sign_in_button1487[Aug 08 2023 03:16:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.066s1488[Aug 08 2023 03:16:36 UTC (QA Tests)] INFO -- clicking :new_project_button and ensuring QA::Page::Project::New is present1489[Aug 08 2023 03:16:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.719s1490[Aug 08 2023 03:16:37 UTC (QA Tests)] INFO -- clicking :panel_link1491[Aug 08 2023 03:16:37 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown1492[Aug 08 2023 03:16:37 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "root"1493[Aug 08 2023 03:16:37 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field1494[Aug 08 2023 03:16:38 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}1495[Aug 08 2023 03:16:38 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}1496[Aug 08 2023 03:16:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'root/project-in-personal-namespace-7a380e8afd62083d-4a90537ba728a89f' via browser_ui in 3.15 seconds1497 creates a new project1498Create1499 Multiple file snippet1500 behaves like copying snippet file contents1501[Aug 08 2023 03:16:40 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like copying snippet file contents copies file contents of a multi-file personal_snippet to a comment and verifies them1502[Aug 08 2023 03:16:40 UTC (QA Tests)] INFO -- filling :login_field with "root"1503[Aug 08 2023 03:16:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1504[Aug 08 2023 03:16:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"1505[Aug 08 2023 03:16:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1506[Aug 08 2023 03:16:41 UTC (QA Tests)] INFO -- clicking :sign_in_button1507[Aug 08 2023 03:16:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.079s1508[Aug 08 2023 03:16:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '5' via api in 0.34 seconds1509[Aug 08 2023 03:16:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-f779241a.test/-/snippets/51510[Aug 08 2023 03:16:45 UTC (QA Tests)] INFO -- clicking :copy_contents_button1511[Aug 08 2023 03:16:45 UTC (QA Tests)] INFO -- clicking :comment_button1512[Aug 08 2023 03:16:46 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1513[Aug 08 2023 03:16:46 UTC (QA Tests)] INFO -- clicking :delete_comment_button1514[Aug 08 2023 03:16:46 UTC (QA Tests)] INFO -- clicking :confirm-ok-button1515[Aug 08 2023 03:16:46 UTC (QA Tests)] INFO -- clicking :copy_contents_button1516[Aug 08 2023 03:16:47 UTC (QA Tests)] INFO -- clicking :comment_button1517[Aug 08 2023 03:16:47 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1518[Aug 08 2023 03:16:47 UTC (QA Tests)] INFO -- clicking :delete_comment_button1519[Aug 08 2023 03:16:47 UTC (QA Tests)] INFO -- clicking :confirm-ok-button1520[Aug 08 2023 03:16:48 UTC (QA Tests)] INFO -- clicking :copy_contents_button1521[Aug 08 2023 03:16:48 UTC (QA Tests)] INFO -- clicking :comment_button1522[Aug 08 2023 03:16:48 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1523[Aug 08 2023 03:16:48 UTC (QA Tests)] INFO -- clicking :delete_comment_button1524[Aug 08 2023 03:16:48 UTC (QA Tests)] INFO -- clicking :confirm-ok-button1525 copies file contents of a multi-file personal_snippet to a comment and verifies them1526 behaves like copying snippet file contents1527[Aug 08 2023 03:16:49 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like copying snippet file contents copies file contents of a multi-file project_snippet to a comment and verifies them1528[Aug 08 2023 03:16:49 UTC (QA Tests)] INFO -- filling :login_field with "root"1529[Aug 08 2023 03:16:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1530[Aug 08 2023 03:16:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"1531[Aug 08 2023 03:16:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1532[Aug 08 2023 03:16:50 UTC (QA Tests)] INFO -- clicking :sign_in_button1533[Aug 08 2023 03:16:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.028s1534[Aug 08 2023 03:16:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1535[Aug 08 2023 03:16:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.13 seconds1536[Aug 08 2023 03:16:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-snippets-f19015e9f9f4d974' via api in 0.55 seconds1537[Aug 08 2023 03:16:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '6' via api in 1.11 seconds1538[Aug 08 2023 03:16:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-snippets-f19015e9f9f4d974/-/snippets/61539[Aug 08 2023 03:16:55 UTC (QA Tests)] INFO -- clicking :copy_contents_button1540[Aug 08 2023 03:16:55 UTC (QA Tests)] INFO -- clicking :comment_button1541[Aug 08 2023 03:16:56 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1542[Aug 08 2023 03:16:56 UTC (QA Tests)] INFO -- clicking :delete_comment_button1543[Aug 08 2023 03:16:56 UTC (QA Tests)] INFO -- clicking :confirm-ok-button1544[Aug 08 2023 03:16:57 UTC (QA Tests)] INFO -- clicking :copy_contents_button1545[Aug 08 2023 03:16:57 UTC (QA Tests)] INFO -- clicking :comment_button1546[Aug 08 2023 03:16:57 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1547[Aug 08 2023 03:16:58 UTC (QA Tests)] INFO -- clicking :delete_comment_button1548[Aug 08 2023 03:16:58 UTC (QA Tests)] INFO -- clicking :confirm-ok-button1549[Aug 08 2023 03:16:58 UTC (QA Tests)] INFO -- clicking :copy_contents_button1550[Aug 08 2023 03:16:58 UTC (QA Tests)] INFO -- clicking :comment_button1551[Aug 08 2023 03:16:59 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1552[Aug 08 2023 03:16:59 UTC (QA Tests)] INFO -- clicking :delete_comment_button1553[Aug 08 2023 03:16:59 UTC (QA Tests)] INFO -- clicking :confirm-ok-button1554 copies file contents of a multi-file project_snippet to a comment and verifies them1555Create1556 Git Server Hooks1557 with custom error messages1558[Aug 08 2023 03:16:59 UTC (QA Tests)] INFO -- Starting test: Create Git Server Hooks with custom error messages renders preconfigured error message when user hook failed on commit in WebIDE1559 renders preconfigured error message when user hook failed on commit in WebIDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)1560Manage1561 2FA1562 allows enforcing 2FA via UI and logging in with 2FA (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/409336)1563Plan1564 Project milestone1565[Aug 08 2023 03:16:59 UTC (QA Tests)] INFO -- Starting test: Plan Project milestone creates a project milestone1566[Aug 08 2023 03:17:00 UTC (QA Tests)] INFO -- filling :login_field with "root"1567[Aug 08 2023 03:17:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1568[Aug 08 2023 03:17:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"1569[Aug 08 2023 03:17:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1570[Aug 08 2023 03:17:01 UTC (QA Tests)] INFO -- clicking :sign_in_button1571[Aug 08 2023 03:17:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.199s1572[Aug 08 2023 03:17:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1573[Aug 08 2023 03:17:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.13 seconds1574[Aug 08 2023 03:17:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-milestone-12ca4b8842fe60b7' via api in 0.56 seconds1575[Aug 08 2023 03:17:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-milestone-12ca4b8842fe60b71576[Aug 08 2023 03:17:05 UTC (QA Tests)] INFO -- clicking :menu_section_button1577[Aug 08 2023 03:17:05 UTC (QA Tests)] INFO -- clicking :nav_item_link1578[Aug 08 2023 03:17:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.703s1579[Aug 08 2023 03:17:06 UTC (QA Tests)] INFO -- clicking :new_project_milestone_link1580[Aug 08 2023 03:17:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_milestone_link' took 0.747s1581[Aug 08 2023 03:17:07 UTC (QA Tests)] INFO -- filling :milestone_title_field with "Project milestone"1582[Aug 08 2023 03:17:07 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone_title_field1583[Aug 08 2023 03:17:07 UTC (QA Tests)] INFO -- filling :milestone_description_field with "This issue tests out project milestones."1584[Aug 08 2023 03:17:07 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone_description_field1585[Aug 08 2023 03:17:08 UTC (QA Tests)] INFO -- filling :start_date_field with "2023/08/081586"1587[Aug 08 2023 03:17:08 UTC (QA Tests)] INFO -- clicking the coordinates of :start_date_field1588[Aug 08 2023 03:17:08 UTC (QA Tests)] INFO -- filling :due_date_field with "2023/09/081589"1590[Aug 08 2023 03:17:08 UTC (QA Tests)] INFO -- clicking the coordinates of :due_date_field1591[Aug 08 2023 03:17:09 UTC (QA Tests)] INFO -- clicking :create_milestone_button1592[Aug 08 2023 03:17:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_milestone_button' took 0.613s1593[Aug 08 2023 03:17:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone via browser_ui in 5.54 seconds1594[Aug 08 2023 03:17:10 UTC (QA Tests)] INFO -- clicking :nav_item_link1595[Aug 08 2023 03:17:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.668s1596[Aug 08 2023 03:17:11 UTC (QA Tests)] INFO -- clicking :milestone_link1597[Aug 08 2023 03:17:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element milestone_link' took 0.756s1598 creates a project milestone1599Package1600 SaaS Container Registry1601 pushes project image to the container registry and deletes tag (PENDING: Test is not compatible with this environment or pipeline)1602Manage1603 Gitlab migration1604 migrates large gitlab group via api (PENDING: Test is not compatible with this environment or pipeline)1605Create1606 File management1607[Aug 08 2023 03:17:12 UTC (QA Tests)] INFO -- Starting test: Create File management user creates a file via the Web1608[Aug 08 2023 03:17:12 UTC (QA Tests)] INFO -- filling :login_field with "root"1609[Aug 08 2023 03:17:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1610[Aug 08 2023 03:17:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"1611[Aug 08 2023 03:17:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1612[Aug 08 2023 03:17:13 UTC (QA Tests)] INFO -- clicking :sign_in_button1613[Aug 08 2023 03:17:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.105s1614[Aug 08 2023 03:17:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1615[Aug 08 2023 03:17:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.12 seconds1616[Aug 08 2023 03:17:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-new-file-87d070c7d76cfdc1' via api in 0.82 seconds1617[Aug 08 2023 03:17:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-new-file-87d070c7d76cfdc11618[Aug 08 2023 03:17:18 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1619[Aug 08 2023 03:17:18 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1620[Aug 08 2023 03:17:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 0.966s1621[Aug 08 2023 03:17:19 UTC (QA Tests)] INFO -- filling :file_name_field with "QA Test - File name"1622[Aug 08 2023 03:17:19 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1623[Aug 08 2023 03:17:20 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Create new file"1624[Aug 08 2023 03:17:20 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field1625[Aug 08 2023 03:17:20 UTC (QA Tests)] INFO -- clicking :commit_button1626[Aug 08 2023 03:17:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.211s1627[Aug 08 2023 03:17:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via browser_ui in 4.75 seconds1628[Aug 08 2023 03:17:22 UTC (QA Tests)] ERROR -- Interceptor Api Errors1629[200] POST http://gitlab-ce-f779241a.test/api/graphql -- Correlation Id: 01H79JCB5F0ZRRH5W87RTZTRZK1630error-messages: Variable $refType of type RefType was provided invalid value1631 user creates a file via the Web1632Configure1633 Auto DevOps with a Kubernetes Agent1634 runs auto devops (PENDING: Test is not compatible with this environment or pipeline)1635Verify1636 Trigger child pipeline with 'when:manual'1637[Aug 08 2023 03:17:22 UTC (QA Tests)] INFO -- Starting test: Verify Trigger child pipeline with 'when:manual' can trigger bridge job1638[Aug 08 2023 03:17:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1639[Aug 08 2023 03:17:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.11 seconds1640[Aug 08 2023 03:17:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-pipeline-fef22638e1fc64c1' via api in 0.89 seconds1641[Aug 08 2023 03:17:23 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1642[Aug 08 2023 03:17:23 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1643[Aug 08 2023 03:17:23 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1644[Aug 08 2023 03:17:23 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-z6r5n6mz --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-z6r5n6mz 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-z6r5n6mz --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list qa-runner-z6r5n6mz --executor shell && gitlab-runner run" `1645[Aug 08 2023 03:17:24 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-z6r5n6mz`1646[Aug 08 2023 03:17:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1647[Aug 08 2023 03:17:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-z6r5n6mz' via api in 1.35 seconds1648[Aug 08 2023 03:17:25 UTC (QA Tests)] INFO -- filling :login_field with "root"1649[Aug 08 2023 03:17:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1650[Aug 08 2023 03:17:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"1651[Aug 08 2023 03:17:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1652[Aug 08 2023 03:17:26 UTC (QA Tests)] INFO -- clicking :sign_in_button1653[Aug 08 2023 03:17:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.113s1654[Aug 08 2023 03:17:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds1655[Aug 08 2023 03:17:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-pipeline-fef22638e1fc64c11656[Aug 08 2023 03:17:31 UTC (QA Tests)] INFO -- clicking :menu_section_button1657[Aug 08 2023 03:17:31 UTC (QA Tests)] INFO -- clicking :nav_item_link1658[Aug 08 2023 03:17:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.019s1659[Aug 08 2023 03:17:44 UTC (QA Tests)] INFO -- clicking :job_action_button1660[Aug 08 2023 03:17:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? linked_pipeline_container' took 9.809s1661[Aug 08 2023 03:17:54 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button1662[Aug 08 2023 03:17:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-z6r5n6mz'1663[Aug 08 2023 03:17:54 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-z6r5n6mz`1664 can trigger bridge job1665Create1666 Git push over HTTP1667[Aug 08 2023 03:17:55 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user pushes code to the repository1668[Aug 08 2023 03:17:55 UTC (QA Tests)] INFO -- filling :login_field with "root"1669[Aug 08 2023 03:17:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1670[Aug 08 2023 03:17:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"1671[Aug 08 2023 03:17:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1672[Aug 08 2023 03:17:56 UTC (QA Tests)] INFO -- clicking :sign_in_button1673[Aug 08 2023 03:17:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.099s1674[Aug 08 2023 03:17:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1675[Aug 08 2023 03:17:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.11 seconds1676[Aug 08 2023 03:18:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-code-eb7e041fd0a23dab' via api in 0.53 seconds1677[Aug 08 2023 03:18:01 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1678[Aug 08 2023 03:18:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.19 seconds1679[Aug 08 2023 03:18:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/project-with-code-eb7e041fd0a23dab1680 user pushes code to the repository1681Verify1682 Parent-child pipelines independent relationship1683[Aug 08 2023 03:18:03 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipeline passes even if child fails1684[Aug 08 2023 03:18:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1685[Aug 08 2023 03:18:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.11 seconds1686[Aug 08 2023 03:18:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/pipeline-independent-relationship-55593e1a4d103b28' via api in 0.5 seconds1687[Aug 08 2023 03:18:04 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1688[Aug 08 2023 03:18:04 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1689[Aug 08 2023 03:18:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1690[Aug 08 2023 03:18:04 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-55593e1a4d103b28 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-55593e1a4d103b28 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name pipeline-independent-relationship-55593e1a4d103b28 --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list pipeline-independent-relationship-55593e1a4d103b28 --executor shell && gitlab-runner run" `1691[Aug 08 2023 03:18:05 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-55593e1a4d103b28`1692[Aug 08 2023 03:18:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1693[Aug 08 2023 03:18:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-55593e1a4d103b28' via api in 1.2 seconds1694[Aug 08 2023 03:18:05 UTC (QA Tests)] INFO -- filling :login_field with "root"1695[Aug 08 2023 03:18:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1696[Aug 08 2023 03:18:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"1697[Aug 08 2023 03:18:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1698[Aug 08 2023 03:18:06 UTC (QA Tests)] INFO -- clicking :sign_in_button1699[Aug 08 2023 03:18:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.084s1700[Aug 08 2023 03:18:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds1701[Aug 08 2023 03:18:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/pipeline-independent-relationship-55593e1a4d103b281702[Aug 08 2023 03:18:11 UTC (QA Tests)] INFO -- clicking :menu_section_button1703[Aug 08 2023 03:18:11 UTC (QA Tests)] INFO -- clicking :nav_item_link1704[Aug 08 2023 03:18:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.7s1705[Aug 08 2023 03:18:13 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments1706[Aug 08 2023 03:18:26 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-55593e1a4d103b28'1707[Aug 08 2023 03:18:26 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-55593e1a4d103b28`1708 parent pipeline passes even if child fails1709[Aug 08 2023 03:18:26 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipelines passes if child passes1710[Aug 08 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.06 seconds1711[Aug 08 2023 03:18:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9' via api in 0.11 seconds1712[Aug 08 2023 03:18:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/pipeline-independent-relationship-bc789204a3dd8d24' via api in 0.54 seconds1713[Aug 08 2023 03:18:27 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1714[Aug 08 2023 03:18:27 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1715[Aug 08 2023 03:18:27 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1716[Aug 08 2023 03:18:27 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-bc789204a3dd8d24 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-bc789204a3dd8d24 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name pipeline-independent-relationship-bc789204a3dd8d24 --url http://gitlab-ce-f779241a.test --registration-token **** --tag-list pipeline-independent-relationship-bc789204a3dd8d24 --executor shell && gitlab-runner run" `1717[Aug 08 2023 03:18:27 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-bc789204a3dd8d24`1718[Aug 08 2023 03:18:27 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1719[Aug 08 2023 03:18:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-bc789204a3dd8d24' via api in 1.12 seconds1720[Aug 08 2023 03:18:28 UTC (QA Tests)] INFO -- filling :login_field with "root"1721[Aug 08 2023 03:18:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1722[Aug 08 2023 03:18:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"1723[Aug 08 2023 03:18:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1724[Aug 08 2023 03:18:29 UTC (QA Tests)] INFO -- clicking :sign_in_button1725[Aug 08 2023 03:18:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.082s1726[Aug 08 2023 03:18:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds1727[Aug 08 2023 03:18:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-f779241a.test/gitlab-qa-sandbox-group-3/qa-test-2023-08-08-02-58-53-c0a58a56d7e73de9/pipeline-independent-relationship-bc789204a3dd8d241728[Aug 08 2023 03:18:34 UTC (QA Tests)] INFO -- clicking :menu_section_button1729[Aug 08 2023 03:18:34 UTC (QA Tests)] INFO -- clicking :nav_item_link1730[Aug 08 2023 03:18:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.728s1731[Aug 08 2023 03:18:36 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments1732[Aug 08 2023 03:18:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-bc789204a3dd8d24'1733[Aug 08 2023 03:18:49 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-bc789204a3dd8d24`1734 parent pipelines passes if child passes1735[Aug 08 2023 03:18:49 UTC (QA Tests)] INFO -- 1736========= Knapsack Time Offset Warning ==========1737Time offset: 30s1738Max allowed node time execution: 22m 31s1739Exceeded time: -02m 31s1741Global time execution for this CI node is fine.1742Happy testing!1743Need explanation? See FAQ:1745=================================================1746Read up on the benefits of a dynamic test split with Knapsack Pro Queue Mode:1747https://docs.knapsackpro.com/2020/how-to-speed-up-ruby-and-javascript-tests-with-ci-parallelisation1748Sign up for Knapsack Pro here:1750=================================================1751[Aug 08 2023 03:18:49 UTC (QA Tests)] INFO -- 1752Knapsack global time execution for tests: 19m 59s1753Pending: (Failures listed here are expected and do not affect your suite's status)1754 1) Create Upload a file in Web IDE when a file with the same name already exists throws an error1755 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441756 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:291757 2) Create Upload a file in Web IDE when the file is an image shows an image viewer1758 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441759 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:801760 3) Create Upload a file in Web IDE when the file is a text file shows the Edit tab with the text1761 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441762 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:421763 4) Create Upload a file in Web IDE when the file is binary shows a Download button1764 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441765 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:621766 5) Create Review a merge request in Web IDE opens and edits a merge request in Web IDE1767 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441768 # ./qa/specs/features/browser_ui/3_create/web_ide_old/review_merge_request_spec.rb:351769 6) Create Merge requests when merging once behaves like merge when pipeline succeeds merges after pipeline succeeds1770 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4030171771 # ./qa/specs/features/browser_ui/3_create/merge_request/merge_when_pipeline_succeeds_spec.rb:531772 7) Create Git Server Hooks with custom error messages renders preconfigured error message when user hook failed on commit in WebIDE1773 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441774 # ./qa/specs/features/browser_ui/3_create/web_ide_old/server_hooks_custom_error_message_spec.rb:271775 8) Manage 2FA allows enforcing 2FA via UI and logging in with 2FA1776 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4093361777 # ./qa/specs/features/browser_ui/1_manage/login/log_in_with_2fa_spec.rb:531778 9) Package SaaS Container Registry pushes project image to the container registry and deletes tag1779 # Test is not compatible with this environment or pipeline1780 # ./qa/specs/features/browser_ui/5_package/container_registry/saas/container_registry_spec.rb:551781 10) Manage Gitlab migration migrates large gitlab group via api1782 # Test is not compatible with this environment or pipeline1783 # ./qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb:1261784 11) Configure Auto DevOps with a Kubernetes Agent runs auto devops1785 # Test is not compatible with this environment or pipeline1786 # ./qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb:431787Failures:1788 1) Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository1789 Failure/Error: mirror_settings.mirror_direction = 'Push'1791 QA::Page::Base::ElementNotFound:1792 Couldn't find element named "authentication_method_field"1793 # ./qa/page/base.rb:378:in `wait_for_animated_element'1794 # ./qa/support/page/logging.rb:150:in `wait_for_animated_element'1795 # ./qa/page/project/settings/mirroring_repositories.rb:55:in `mirror_direction='1796 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:29:in `block (5 levels) in <module:QA>'1797 # ./qa/scenario/actable.rb:16:in `perform'1798 # ./qa/page/project/settings/repository.rb:54:in `block in expand_mirroring_repositories'1799 # ./qa/page/settings/common.rb:19:in `block in expand_content'1800 # ./qa/page/base.rb:387:in `within_element'1801 # ./qa/support/page/logging.rb:156:in `within_element'1802 # ./qa/page/settings/common.rb:11:in `expand_content'1803 # ./qa/page/project/settings/repository.rb:53:in `expand_mirroring_repositories'1804 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:26:in `block (4 levels) in <module:QA>'1805 # ./qa/scenario/actable.rb:16:in `perform'1806 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:25:in `block (3 levels) in <module:QA>'1807 # ./qa/specs/spec_helper.rb:126:in `block (2 levels) in <top (required)>'1808 # /home/gitlab/spec/support/fast_quarantine.rb:22:in `block (2 levels) in <top (required)>'1809 # ./qa/specs/knapsack_runner.rb:17:in `run'1810 # ./qa/specs/runner.rb:57:in `perform'1811 # ./qa/scenario/template.rb:10:in `block in perform'1812 # ./qa/scenario/template.rb:8:in `perform'1813 # ./qa/scenario/template.rb:50:in `perform'1814 # ./qa/scenario/template.rb:10:in `block in perform'1815 # ./qa/scenario/template.rb:8:in `perform'1816 # ./qa/scenario/bootable.rb:52:in `launch!'1817Finished in 20 minutes 4 seconds (files took 1 minute 4.01 seconds to load)181866 examples, 1 failure, 11 pending1819Failed examples:1820rspec ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:6 # Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository1821Randomized with seed 531021822[Aug 08 2023 03:18:50 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-f779241a bash -c "gitlab-psql -c 'select n_live_tup, n_dead_tup, relname from pg_stat_all_tables order by n_live_tup DESC, n_dead_tup DESC;'"`1823[Aug 08 2023 03:18:50 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-f779241a bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`1824[Aug 08 2023 03:18:50 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ce-f779241a`1825[Aug 08 2023 03:18:50 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ce-f779241a`1826bundler: failed to load command: gitlab-qa (/builds/gitlab-org/gitlab/.gems/bin/gitlab-qa)1827/usr/local/bin/bundle: Command `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" ...` failed! \e[31m✘\e[0m (Gitlab::QA::Support::ShellCommand::StatusError)1829Running after script...1830$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command1831$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")1832$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"1971Uploading artifacts...1972gitlab-qa-run-*: found 366 matching artifact files and directories 1973Uploading artifacts as "archive" to coordinator... 201 Created id=4821869265 responseStatus=201 Created token=64_igAky1974Uploading artifacts...1975gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 1976Uploading artifacts as "junit" to coordinator... 201 Created id=4821869265 responseStatus=201 Created token=64_igAky1977Uploading artifacts...1978/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 1979Uploading artifacts as "dotenv" to coordinator... 201 Created id=4821869265 responseStatus=201 Created token=64_igAky1981ERROR: Job failed: exit code 1