instance 5/5
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 16.3.1 (f5dfa4d1)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-24.0.5 ...6Starting service docker:24.0.5-dind ...7Pulling docker image docker:24.0.5-dind ...8Using docker image sha256:7015f2c475d511a251955877c2862016a4042512ba625ed905e69202f87e1a21 for docker:24.0.5-dind with digest docker@sha256:3c6e4dca7a63c9a32a4e00da40461ce067f255987ccc9721cf18ffa087bcd1ef ...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-24.0.5 ...12Using docker image sha256:d74b87fe019fa5fbfd87eb37c97409980b5fc6d12aa4c2b38f9a42c6b6603544 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-24.0.5 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:bd0f840d4586dc539052b2724b94ae5d1f304eab5b321eb98b0b584ddacae214 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1695436674-78c5dd85-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: 155805, done. 20remote: Counting objects: 100% (155805/155805), done. 21remote: Compressing objects: 100% (104096/104096), done. 22remote: Total 155805 (delta 69178), reused 104886 (delta 45670), pack-reused 0 23Receiving objects: 100% (155805/155805), 135.45 MiB | 39.78 MiB/s, done.24Resolving deltas: 100% (69178/69178), done.26 * [new ref] refs/pipelines/1014218092 -> refs/pipelines/101421809227 * [new branch] master -> origin/master28Checking out 33574b61 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-58a919b5573be149d65a5bc220d6fbc3-16...32Downloading cache from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-58a919b5573be149d65a5bc220d6fbc3-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 (5149984345)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5149984345 responseStatus=200 OK token=64_5jzB838Downloading artifacts for download-fast-quarantine-report (5149984346)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5149984346 responseStatus=200 OK token=64_5jzB841Using docker image sha256:d74b87fe019fa5fbfd87eb37c97409980b5fc6d12aa4c2b38f9a42c6b6603544 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-24.0.5 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:bd0f840d4586dc539052b2724b94ae5d1f304eab5b321eb98b0b584ddacae214 ...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! 38 Gemfile dependencies, 136 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:33574b619352e0e3a7610a5f0262387315091cee -- --format QA::Support::JsonFormatter --out tmp/rspec-5149984352.json --format RspecJunitFormatter --out tmp/rspec-5149984352.xml --format html --out tmp/rspec-$(echo instance 5/5 | sed 's/[ /]/_/g').htm --color --format documentation'52$ eval "$QA_COMMAND"53[Sep 23 2023 02:54:38 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-3152e7ef$`54[Sep 23 2023 02:54:38 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-3152e7ef --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine/curl:latest tail -f /dev/null`55[Sep 23 2023 02:54:40 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.4.1/tls_certificates/authority/. alpine-3152e7ef:/etc/gitlab/trusted-certs`56[Sep 23 2023 02:54:40 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.4.1/tls_certificates/gitlab/. alpine-3152e7ef:/etc/gitlab/ssl`57[Sep 23 2023 02:54:40 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-3152e7ef`58[Sep 23 2023 02:54:40 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-3152e7ef`59[Sep 23 2023 02:54:40 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`60[Sep 23 2023 02:54:40 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:33574b619352e0e3a7610a5f0262387315091cee`61[Sep 23 2023 02:55:23 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ce-d8a9fad6$`62[Sep 23 2023 02:55:23 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`63[Sep 23 2023 02:55:23 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`64[Sep 23 2023 02:55:23 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ce-d8a9fad6 --net test --hostname gitlab-ce-d8a9fad6.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-09-23-02-54-38-461a98b2/gitlab-ce-d8a9fad6/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:33574b619352e0e3a7610a5f0262387315091cee`65[Sep 23 2023 02:55:30 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-d8a9fad6 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-09-23 02:54:3866gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme67gitlab_rails['gitlab_disable_animations'] = true # Disable animations68gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry69gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password70gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com', 'GITLAB_QA_USER_AGENT'=>'*****', 'GITLAB_ALLOW_SEPARATE_CI_DATABASE'=>'true'}\" > /etc/gitlab/gitlab.rb;"`71[Sep 23 2023 02:55:31 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ce-d8a9fad6`72[Sep 23 2023 02:59:08 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...73[Sep 23 2023 02:59:08 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`74[Sep 23 2023 02:59:09 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`75[Sep 23 2023 02:59:10 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`76[Sep 23 2023 02:59:11 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`77[Sep 23 2023 02:59:12 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`78[Sep 23 2023 02:59:13 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`79[Sep 23 2023 02:59:14 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`80[Sep 23 2023 02:59:15 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`81[Sep 23 2023 02:59:16 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`82[Sep 23 2023 02:59:17 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`83[Sep 23 2023 02:59:18 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`84[Sep 23 2023 02:59:19 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`85[Sep 23 2023 02:59:20 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`86[Sep 23 2023 02:59:21 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`87[Sep 23 2023 02:59:22 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`88[Sep 23 2023 02:59:23 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`89[Sep 23 2023 02:59:24 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`90[Sep 23 2023 02:59:25 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`91[Sep 23 2023 02:59:26 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`92[Sep 23 2023 02:59:27 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`93[Sep 23 2023 02:59:28 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`94[Sep 23 2023 02:59:29 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`95[Sep 23 2023 02:59:30 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`96[Sep 23 2023 02:59:31 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`97[Sep 23 2023 02:59:32 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-d8a9fad6`98[Sep 23 2023 02:59:32 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ce-d8a9fad6 80/tcp`99[Sep 23 2023 02:59:32 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!100[Sep 23 2023 02:59:32 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-d8a9fad6 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`101[Sep 23 2023 02:59:32 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-d8a9fad6 bash -c "echo '#!/usr/bin/env bash102if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then103 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'104 exit 1105fi106' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`107[Sep 23 2023 02:59:32 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-d8a9fad6 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`108[Sep 23 2023 02:59:32 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.4.1/support/data gitlab-ce-d8a9fad6:/tmp/data-seeds`109[Sep 23 2023 02:59:32 UTC (Gitlab QA)] INFO -- Running exec_commands...110[Sep 23 2023 02:59:32 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-d8a9fad6 bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`111[Sep 23 2023 03:00:24 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`112[Sep 23 2023 03:00:24 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:33574b619352e0e3a7610a5f0262387315091cee`113[Sep 23 2023 03:01:25 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ce114[Sep 23 2023 03:01:25 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_OMNIBUS_MR_TESTS="$QA_OMNIBUS_MR_TESTS" --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-09-23-02-54-38-461a98b2/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-09-23-02-54-38-461a98b2/gitlab-ce-qa-6f4ab141:/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-6f4ab141 registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:33574b619352e0e3a7610a5f0262387315091cee Test::Instance::All http://gitlab-ce-d8a9fad6.test -- --format QA::Support::JsonFormatter --out tmp/rspec-5149984352.json --format RspecJunitFormatter --out tmp/rspec-5149984352.xml --format html --out tmp/rspec-instance_5_5.htm --color --format documentation`1152023-09-23 03:01:42 / CONF :: 116 ==> Base URL: http://gitlab-ce-d8a9fad6.test117 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007eff591de638>118 ==> Libraries: Chemlab::Vendor119[Sep 23 2023 03:01:42 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA120[Sep 23 2023 03:01:42 UTC (QA Tests)] INFO -- Browser: chrome121[Sep 23 2023 03:01:42 UTC (QA Tests)] INFO -- Performing sanity check for environment!122[Sep 23 2023 03:01:43 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'123[Sep 23 2023 03:01:43 UTC (QA Tests)] INFO -- Report already exists, skipping!124[Sep 23 2023 03:01:43 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====125[Sep 23 2023 03:01:43 UTC (QA Tests)] INFO -- Report specs:126[Sep 23 2023 03:01:43 UTC (QA Tests)] INFO -- ["qa/specs/features/browser_ui/5_package/package_registry/npm/npm_group_level_spec.rb", "qa/specs/features/browser_ui/1_manage/login/register_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/nuget/nuget_project_level_spec.rb", "qa/specs/features/browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/merge_merge_request_from_fork_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/assign_milestone_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_inheritable_when_forward_pipeline_variables_true_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_project_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/snippet_index_page_spec.rb", "qa/specs/features/browser_ui/4_verify/testing/endpoint_coverage_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/trigger_child_pipeline_with_manual_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/pass_dotenv_variables_to_downstream_via_bridge_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_multiple_projects_spec.rb", "qa/specs/features/api/9_data_stores/user_inherited_access_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/alert_settings_create_new_alerts_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_with_multiple_files_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/delete_file_from_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/repository/ssh_key_support_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/recovery_alert_resolves_correct_alert_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_file_upload_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/revert/revert_commit_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/filter_issue_comments_spec.rb", "qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb", "qa/specs/features/api/4_verify/job_downloads_artifacts_spec.rb", "qa/specs/features/browser_ui/3_create/repository/branch_with_unusual_name_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/add_project_member_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/dashboard_images_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb", "qa/specs/features/browser_ui/4_verify/runner/register_group_runner_spec.rb", "qa/specs/features/browser_ui/4_verify/runner/fleet_management/group_runner_counts_spec.rb", "qa/specs/features/browser_ui/2_plan/issue_boards/focus_mode_spec.rb", "qa/specs/features/api/2_plan/closes_issue_via_pushing_a_commit_spec.rb", "qa/specs/features/api/3_create/repository/add_list_delete_branches_spec.rb", "qa/specs/features/api/1_manage/rate_limits_spec.rb"]127[Sep 23 2023 03:01:43 UTC (QA Tests)] INFO -- Leftover specs:128[Sep 23 2023 03:01:43 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/gitaly_mtls_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_group_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_pipeline_spec.rb", "qa/specs/features/api/8_monitor/metrics_spec.rb", "qa/specs/features/browser_ui/1_manage/integrations/jira/jira_issue_import_spec.rb", "qa/specs/features/browser_ui/1_manage/login/login_via_instance_wide_saml_sso_spec.rb", "qa/specs/features/browser_ui/2_plan/pages/new_static_page_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/merge_mr_when_pipline_is_blocked_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/composer_registry_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/create_project_spec.rb", "qa/specs/features/sanity/version_spec.rb"]129[Sep 23 2023 03:01:43 UTC (QA Tests)] INFO -- Knapsack time offset warning enabled!130[Sep 23 2023 03:01:43 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'131[Sep 23 2023 03:01:43 UTC (QA Tests)] INFO -- Report already exists, skipping!132Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true, :requires_praefect=>true}133Randomized with seed 3632134Plan135 Issue board focus mode136[Sep 23 2023 03:01:47 UTC (QA Tests)] INFO -- Starting test: Plan Issue board focus mode focuses on issue board137[Sep 23 2023 03:01:48 UTC (QA Tests)] INFO -- filling :login_field with "root"138[Sep 23 2023 03:01:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field139[Sep 23 2023 03:01:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"140[Sep 23 2023 03:01:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field141[Sep 23 2023 03:01:48 UTC (QA Tests)] INFO -- clicking :sign_in_button142[Sep 23 2023 03:01:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.879s143[Sep 23 2023 03:01:52 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA144[Sep 23 2023 03:01:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-at6nzb3h' via cache in 0.0 seconds145[Sep 23 2023 03:01:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 1.66 seconds146[Sep 23 2023 03:01:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 2.86 seconds147[Sep 23 2023 03:01:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/sample-project-issue-board-focus-mode-e3d5547f6aaee9db148[Sep 23 2023 03:01:59 UTC (QA Tests)] INFO -- clicking :menu_section_button149[Sep 23 2023 03:01:59 UTC (QA Tests)] INFO -- clicking :nav_item_link150[Sep 23 2023 03:02:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.779s151[Sep 23 2023 03:02:01 UTC (QA Tests)] INFO -- clicking :focus_mode_button152[Sep 23 2023 03:02:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.77s153[Sep 23 2023 03:02:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element focus_mode_button' took 0.855s154 focuses on issue board155Plan156 Testing project wiki file upload157[Sep 23 2023 03:02:02 UTC (QA Tests)] INFO -- Starting test: Plan Testing project wiki file upload by creating a formatted page with an image uploaded158[Sep 23 2023 03:02:02 UTC (QA Tests)] INFO -- filling :login_field with "root"159[Sep 23 2023 03:02:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field160[Sep 23 2023 03:02:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"161[Sep 23 2023 03:02:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field162[Sep 23 2023 03:02:03 UTC (QA Tests)] INFO -- clicking :sign_in_button163[Sep 23 2023 03:02:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.233s164[Sep 23 2023 03:02:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.11 seconds165[Sep 23 2023 03:02:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.2 seconds166[Sep 23 2023 03:02:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/wiki_testing-194fd19f7e73476d' via api in 2.4 seconds167[Sep 23 2023 03:02:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 4.04 seconds168[Sep 23 2023 03:02:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/wiki_testing-194fd19f7e73476d/-/wikis/Home169[Sep 23 2023 03:02:12 UTC (QA Tests)] INFO -- clicking :new_page_button170[Sep 23 2023 03:02:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_page_button' took 0.996s171[Sep 23 2023 03:02:13 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "Content Editor Page"172[Sep 23 2023 03:02:13 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox173[Sep 23 2023 03:02:14 UTC (QA Tests)] INFO -- clicking :editing_mode_switcher174[Sep 23 2023 03:02:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? text_style_dropdown' took 1.046s175[Sep 23 2023 03:02:15 UTC (QA Tests)] INFO -- clicking :text_style_dropdown176[Sep 23 2023 03:02:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.982s177[Sep 23 2023 03:02:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element markdown_editor_form_field' took 0.997s178[Sep 23 2023 03:02:17 UTC (QA Tests)] INFO -- clicking :wiki_submit_button179[Sep 23 2023 03:02:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.453s180[Sep 23 2023 03:02:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/wiki_testing-194fd19f7e73476d'181 by creating a formatted page with an image uploaded182Verify183 UI defined variable184[Sep 23 2023 03:02:19 UTC (QA Tests)] INFO -- Starting test: Verify UI defined variable is inheritable when forward:pipeline_variables is true185[Sep 23 2023 03:02:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.1 seconds186[Sep 23 2023 03:02:20 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.187[Sep 23 2023 03:02:20 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`188[Sep 23 2023 03:02:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`189[Sep 23 2023 03:02:24 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name 21162t3j --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach 21162t3j 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 21162t3j --url http://gitlab-ce-d8a9fad6.test --registration-token **** --tag-list 21162t3j --executor shell && gitlab-runner run" `190[Sep 23 2023 03:02:26 UTC (QA Tests)] INFO -- Executing: `docker logs 21162t3j`191[Sep 23 2023 03:02:26 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`192[Sep 23 2023 03:02:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name '21162t3j' via api in 7.58 seconds193[Sep 23 2023 03:02:28 UTC (QA Tests)] INFO -- filling :login_field with "root"194[Sep 23 2023 03:02:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field195[Sep 23 2023 03:02:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"196[Sep 23 2023 03:02:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field197[Sep 23 2023 03:02:29 UTC (QA Tests)] INFO -- clicking :sign_in_button198[Sep 23 2023 03:02:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.245s199[Sep 23 2023 03:02:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.99 seconds200[Sep 23 2023 03:02:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.03 seconds201[Sep 23 2023 03:02:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/group-for-variable-inheritance-21162t3j/upstream-variable-inheritance-f704b71e65425064202[Sep 23 2023 03:02:39 UTC (QA Tests)] INFO -- clicking :menu_section_button203[Sep 23 2023 03:02:39 UTC (QA Tests)] INFO -- clicking :nav_item_link204[Sep 23 2023 03:02:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.883s205[Sep 23 2023 03:03:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name '21162t3j'206[Sep 23 2023 03:03:41 UTC (QA Tests)] INFO -- Executing: `docker rm -f 21162t3j`207[Sep 23 2023 03:03:43 UTC (QA Tests)] INFO -- Saving screenshot..208[Sep 23 2023 03:03:43 UTC (QA Tests)] INFO -- Starting test: Verify UI defined variable is inheritable when forward:pipeline_variables is true209[Sep 23 2023 03:03:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds210[Sep 23 2023 03:03:44 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.211[Sep 23 2023 03:03:44 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`212[Sep 23 2023 03:03:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`213[Sep 23 2023 03:03:44 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name 8ux9bvrd --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach 8ux9bvrd 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 8ux9bvrd --url http://gitlab-ce-d8a9fad6.test --registration-token **** --tag-list 8ux9bvrd --executor shell && gitlab-runner run" `214[Sep 23 2023 03:03:44 UTC (QA Tests)] INFO -- Executing: `docker logs 8ux9bvrd`215[Sep 23 2023 03:03:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`216[Sep 23 2023 03:03:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name '8ux9bvrd' via api in 1.97 seconds217[Sep 23 2023 03:03:46 UTC (QA Tests)] INFO -- filling :login_field with "root"218[Sep 23 2023 03:03:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field219[Sep 23 2023 03:03:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"220[Sep 23 2023 03:03:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field221[Sep 23 2023 03:03:47 UTC (QA Tests)] INFO -- clicking :sign_in_button222[Sep 23 2023 03:03:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.983s223[Sep 23 2023 03:03:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.84 seconds224[Sep 23 2023 03:03:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.3 seconds225[Sep 23 2023 03:03:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/group-for-variable-inheritance-8ux9bvrd/upstream-variable-inheritance-5b6038465b461768226[Sep 23 2023 03:03:55 UTC (QA Tests)] INFO -- clicking :menu_section_button227[Sep 23 2023 03:03:56 UTC (QA Tests)] INFO -- clicking :nav_item_link228[Sep 23 2023 03:03:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.923s229[Sep 23 2023 03:04:08 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present230[Sep 23 2023 03:04:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 0.998s231[Sep 23 2023 03:04:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.03s232[Sep 23 2023 03:04:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.691s233[Sep 23 2023 03:04:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.834s234[Sep 23 2023 03:04:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements ci_variable_row_container' took 1.856s235[Sep 23 2023 03:04:11 UTC (QA Tests)] INFO -- filling :ci_variable_key_field with "*****"236[Sep 23 2023 03:04:11 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_key_field237[Sep 23 2023 03:04:11 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "This is great!"238[Sep 23 2023 03:04:11 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field239[Sep 23 2023 03:04:12 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::Show is present240[Sep 23 2023 03:04:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_details_header' took 1.43s241[Sep 23 2023 03:04:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.754s242[Sep 23 2023 03:04:24 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button243[Sep 23 2023 03:04:24 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present244[Sep 23 2023 03:04:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.229s245[Sep 23 2023 03:04:27 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button246[Sep 23 2023 03:04:27 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present247[Sep 23 2023 03:04:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.146s248[Sep 23 2023 03:04:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name '8ux9bvrd'249[Sep 23 2023 03:04:28 UTC (QA Tests)] INFO -- Executing: `docker rm -f 8ux9bvrd`250 is inheritable when forward:pipeline_variables is true2521st Try error in ./qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_inheritable_when_forward_pipeline_variables_true_spec.rb:20:253Wait for latest pipeline failed after 60 seconds255RSpec::Retry: 2nd try ./qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_inheritable_when_forward_pipeline_variables_true_spec.rb:20256Verify257 Group runner registration258[Sep 23 2023 03:04:29 UTC (QA Tests)] INFO -- Starting test: Verify Group runner registration user registers a new group runner259[Sep 23 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.260[Sep 23 2023 03:04:29 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`261[Sep 23 2023 03:04:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds262[Sep 23 2023 03:04:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/group-with-ci-cd-ffe42af06910c01a' via api in 0.6 seconds263[Sep 23 2023 03:04:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`264[Sep 23 2023 03:04:30 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438269 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438269 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-1695438269 --url http://gitlab-ce-d8a9fad6.test --registration-token **** --run-untagged=true --executor shell && gitlab-runner run" `265[Sep 23 2023 03:04:30 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438269`266[Sep 23 2023 03:04:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`267[Sep 23 2023 03:04:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695438269' via api in 2.45 seconds268[Sep 23 2023 03:04:32 UTC (QA Tests)] INFO -- filling :login_field with "root"269[Sep 23 2023 03:04:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field270[Sep 23 2023 03:04:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"271[Sep 23 2023 03:04:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field272[Sep 23 2023 03:04:33 UTC (QA Tests)] INFO -- clicking :sign_in_button273[Sep 23 2023 03:04:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.79s274[Sep 23 2023 03:04:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-d8a9fad6.test/groups/gitlab-qa-sandbox-group-7/group-with-ci-cd-ffe42af06910c01a275[Sep 23 2023 03:04:36 UTC (QA Tests)] INFO -- clicking :menu_section_button276[Sep 23 2023 03:04:36 UTC (QA Tests)] INFO -- clicking :nav_item_link277[Sep 23 2023 03:04:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.695s278[Sep 23 2023 03:04:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695438269'279[Sep 23 2023 03:04:37 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438269`280 user registers a new group runner281Verify282 Trigger child pipeline with 'when:manual'283[Sep 23 2023 03:04:38 UTC (QA Tests)] INFO -- Starting test: Verify Trigger child pipeline with 'when:manual' can trigger bridge job284[Sep 23 2023 03:04:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds285[Sep 23 2023 03:04:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.13 seconds286[Sep 23 2023 03:04:38 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.287[Sep 23 2023 03:04:38 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`288[Sep 23 2023 03:04:39 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`289[Sep 23 2023 03:04:39 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-39jowg2b --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-39jowg2b 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-39jowg2b --url http://gitlab-ce-d8a9fad6.test --registration-token **** --tag-list qa-runner-39jowg2b --executor shell && gitlab-runner run" `290[Sep 23 2023 03:04:39 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-39jowg2b`291[Sep 23 2023 03:04:39 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`292[Sep 23 2023 03:04:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-39jowg2b' via api in 1.91 seconds293[Sep 23 2023 03:04:41 UTC (QA Tests)] INFO -- filling :login_field with "root"294[Sep 23 2023 03:04:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field295[Sep 23 2023 03:04:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"296[Sep 23 2023 03:04:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field297[Sep 23 2023 03:04:42 UTC (QA Tests)] INFO -- clicking :sign_in_button298[Sep 23 2023 03:04:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.935s299[Sep 23 2023 03:04:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.95 seconds300[Sep 23 2023 03:04:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-with-pipeline-e53bc64717645bc7301[Sep 23 2023 03:04:47 UTC (QA Tests)] INFO -- clicking :menu_section_button302[Sep 23 2023 03:04:47 UTC (QA Tests)] INFO -- clicking :nav_item_link303[Sep 23 2023 03:04:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.733s304[Sep 23 2023 03:05:00 UTC (QA Tests)] INFO -- clicking :job_action_button305[Sep 23 2023 03:05:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? linked_pipeline_container' took 9.712s306[Sep 23 2023 03:05:10 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button307[Sep 23 2023 03:05:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-39jowg2b'308[Sep 23 2023 03:05:11 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-39jowg2b`309 can trigger bridge job310Data Stores311 Check for broken images312 when a new admin logs in313 behaves like loads all images314[Sep 23 2023 03:05:11 UTC (QA Tests)] INFO -- Starting test: Data Stores Check for broken images when a new admin logs in behaves like loads all images 315[Sep 23 2023 03:05:12 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-a539df0e51e0a30f"316[Sep 23 2023 03:05:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field317[Sep 23 2023 03:05:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"318[Sep 23 2023 03:05:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field319[Sep 23 2023 03:05:13 UTC (QA Tests)] INFO -- clicking :sign_in_button320[Sep 23 2023 03:05:15 UTC (QA Tests)] INFO -- refreshing http://gitlab-ce-d8a9fad6.test/321[Sep 23 2023 03:05:17 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-a539df0e51e0a30f'322 is expected to have loaded all images323 when a new user logs in324 behaves like loads all images325[Sep 23 2023 03:05:17 UTC (QA Tests)] INFO -- Starting test: Data Stores Check for broken images when a new user logs in behaves like loads all images 326[Sep 23 2023 03:05:18 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-026cfe49b9d4b238"327[Sep 23 2023 03:05:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field328[Sep 23 2023 03:05:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"329[Sep 23 2023 03:05:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field330[Sep 23 2023 03:05:19 UTC (QA Tests)] INFO -- clicking :sign_in_button331[Sep 23 2023 03:05:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.715s332[Sep 23 2023 03:05:21 UTC (QA Tests)] INFO -- refreshing http://gitlab-ce-d8a9fad6.test/333[Sep 23 2023 03:05:22 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-026cfe49b9d4b238'334 is expected to have loaded all images335Package336 npm Registry group level endpoint337 using ci job token338[Sep 23 2023 03:05:22 UTC (QA Tests)] INFO -- Starting test: Package npm Registry group level endpoint using ci job token push and pull a npm package via CI339[Sep 23 2023 03:05:23 UTC (QA Tests)] INFO -- filling :login_field with "root"340[Sep 23 2023 03:05:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field341[Sep 23 2023 03:05:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"342[Sep 23 2023 03:05:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field343[Sep 23 2023 03:05:24 UTC (QA Tests)] INFO -- clicking :sign_in_button344[Sep 23 2023 03:05:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.95s345[Sep 23 2023 03:05:26 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA346[Sep 23 2023 03:05:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-wyn8emi5' via cache in 0.0 seconds347[Sep 23 2023 03:05:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds348[Sep 23 2023 03:05:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.12 seconds349[Sep 23 2023 03:05:28 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.350[Sep 23 2023 03:05:28 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`351[Sep 23 2023 03:05:28 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`352[Sep 23 2023 03:05:28 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`353[Sep 23 2023 03:05:28 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438328 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438328 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-1695438328 --url http://gitlab-ce-d8a9fad6.test --registration-token **** --tag-list runner-for-qa-test-2023-09-23-03-01-52-599109176fc98dd1 --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" `354[Sep 23 2023 03:05:29 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438328`355[Sep 23 2023 03:05:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`356[Sep 23 2023 03:05:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695438328' via api in 1.88 seconds357[Sep 23 2023 03:05:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.79 seconds358[Sep 23 2023 03:05:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/npm-group-level-publish-7a9f82e093395af5359[Sep 23 2023 03:05:32 UTC (QA Tests)] INFO -- clicking :menu_section_button360[Sep 23 2023 03:05:33 UTC (QA Tests)] INFO -- clicking :nav_item_link361[Sep 23 2023 03:05:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.86s362[Sep 23 2023 03:05:35 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present363[Sep 23 2023 03:05:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.261s364[Sep 23 2023 03:06:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.547s365[Sep 23 2023 03:06:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element ci-badge-link' took 0.561s366[Sep 23 2023 03:06:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.91 seconds367[Sep 23 2023 03:06:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/npm-group-level-install-19a389f6d3cc5c44368[Sep 23 2023 03:06:10 UTC (QA Tests)] INFO -- clicking :menu_section_button369[Sep 23 2023 03:06:10 UTC (QA Tests)] INFO -- clicking :nav_item_link370[Sep 23 2023 03:06:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.737s371[Sep 23 2023 03:06:12 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present372[Sep 23 2023 03:06:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.43s373[Sep 23 2023 03:06:26 UTC (QA Tests)] INFO -- clicking :browse-artifacts-button374[Sep 23 2023 03:06:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse-artifacts-button' took 0.656s375[Sep 23 2023 03:06:27 UTC (QA Tests)] INFO -- clicking :directory-name-link376[Sep 23 2023 03:06:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.66s377[Sep 23 2023 03:06:28 UTC (QA Tests)] INFO -- clicking :directory-name-link378[Sep 23 2023 03:06:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.675s379[Sep 23 2023 03:06:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/npm-group-level-publish-7a9f82e093395af5380[Sep 23 2023 03:06:30 UTC (QA Tests)] INFO -- clicking :menu_section_button381[Sep 23 2023 03:06:30 UTC (QA Tests)] INFO -- clicking :nav_item_link382[Sep 23 2023 03:06:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.948s383[Sep 23 2023 03:06:31 UTC (QA Tests)] INFO -- clicking :details-link384[Sep 23 2023 03:06:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-7/npm-group-level-publish-7a9f82e093395af5-009fbe7cb24decb9'385[Sep 23 2023 03:06:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695438328'386[Sep 23 2023 03:06:33 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438328`387[Sep 23 2023 03:06:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/npm-group-level-publish-7a9f82e093395af5'388[Sep 23 2023 03:06:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/npm-group-level-install-19a389f6d3cc5c44'389 push and pull a npm package via CI390 using personal access token391[Sep 23 2023 03:06:33 UTC (QA Tests)] INFO -- Starting test: Package npm Registry group level endpoint using personal access token push and pull a npm package via CI392[Sep 23 2023 03:06:34 UTC (QA Tests)] INFO -- filling :login_field with "root"393[Sep 23 2023 03:06:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field394[Sep 23 2023 03:06:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"395[Sep 23 2023 03:06:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field396[Sep 23 2023 03:06:35 UTC (QA Tests)] INFO -- clicking :sign_in_button397[Sep 23 2023 03:06:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.846s398[Sep 23 2023 03:06:38 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA399[Sep 23 2023 03:06:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-t334mu5u' via cache in 0.0 seconds400[Sep 23 2023 03:06:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds401[Sep 23 2023 03:06:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.13 seconds402[Sep 23 2023 03:06:39 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.403[Sep 23 2023 03:06:39 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`404[Sep 23 2023 03:06:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`405[Sep 23 2023 03:06:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`406[Sep 23 2023 03:06:43 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438399 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438399 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-1695438399 --url http://gitlab-ce-d8a9fad6.test --registration-token **** --tag-list runner-for-qa-test-2023-09-23-03-01-52-599109176fc98dd1 --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" `407[Sep 23 2023 03:06:44 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438399`408[Sep 23 2023 03:06:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`409[Sep 23 2023 03:06:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695438399' via api in 5.81 seconds410[Sep 23 2023 03:06:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds411[Sep 23 2023 03:06:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds412[Sep 23 2023 03:06:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.79 seconds413[Sep 23 2023 03:06:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/npm-group-level-publish-43d29aff9e5b982d414[Sep 23 2023 03:06:48 UTC (QA Tests)] INFO -- clicking :menu_section_button415[Sep 23 2023 03:06:48 UTC (QA Tests)] INFO -- clicking :nav_item_link416[Sep 23 2023 03:06:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.744s417[Sep 23 2023 03:06:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 0.517s418[Sep 23 2023 03:06:50 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present419[Sep 23 2023 03:06:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.14s420[Sep 23 2023 03:07:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.02 seconds421[Sep 23 2023 03:07:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/npm-group-level-install-2b99d438a75e4ceb422[Sep 23 2023 03:07:08 UTC (QA Tests)] INFO -- clicking :menu_section_button423[Sep 23 2023 03:07:08 UTC (QA Tests)] INFO -- clicking :nav_item_link424[Sep 23 2023 03:07:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.77s425[Sep 23 2023 03:07:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 0.503s426[Sep 23 2023 03:07:10 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present427[Sep 23 2023 03:07:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.632s428[Sep 23 2023 03:07:24 UTC (QA Tests)] INFO -- clicking :browse-artifacts-button429[Sep 23 2023 03:07:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse-artifacts-button' took 0.731s430[Sep 23 2023 03:07:25 UTC (QA Tests)] INFO -- clicking :directory-name-link431[Sep 23 2023 03:07:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 1.2s432[Sep 23 2023 03:07:26 UTC (QA Tests)] INFO -- clicking :directory-name-link433[Sep 23 2023 03:07:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.682s434[Sep 23 2023 03:07:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/npm-group-level-publish-43d29aff9e5b982d435[Sep 23 2023 03:07:29 UTC (QA Tests)] INFO -- clicking :menu_section_button436[Sep 23 2023 03:07:30 UTC (QA Tests)] INFO -- clicking :nav_item_link437[Sep 23 2023 03:07:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.778s438[Sep 23 2023 03:07:31 UTC (QA Tests)] INFO -- clicking :details-link439[Sep 23 2023 03:07:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-7/npm-group-level-publish-43d29aff9e5b982d-3000f8fbd3528b09'440[Sep 23 2023 03:07:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695438399'441[Sep 23 2023 03:07:32 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438399`442[Sep 23 2023 03:07:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/npm-group-level-publish-43d29aff9e5b982d'443[Sep 23 2023 03:07:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/npm-group-level-install-2b99d438a75e4ceb'444 push and pull a npm package via CI445 using project deploy token446[Sep 23 2023 03:07:32 UTC (QA Tests)] INFO -- Starting test: Package npm Registry group level endpoint using project deploy token push and pull a npm package via CI447[Sep 23 2023 03:07:33 UTC (QA Tests)] INFO -- filling :login_field with "root"448[Sep 23 2023 03:07:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field449[Sep 23 2023 03:07:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"450[Sep 23 2023 03:07:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field451[Sep 23 2023 03:07:34 UTC (QA Tests)] INFO -- clicking :sign_in_button452[Sep 23 2023 03:07:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.065s453[Sep 23 2023 03:07:36 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA454[Sep 23 2023 03:07:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-e3k4iaoa' via cache in 0.0 seconds455[Sep 23 2023 03:07:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds456[Sep 23 2023 03:07:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.12 seconds457[Sep 23 2023 03:07:39 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.458[Sep 23 2023 03:07:39 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`459[Sep 23 2023 03:07:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`460[Sep 23 2023 03:07:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`461[Sep 23 2023 03:07:44 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438459 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438459 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-1695438459 --url http://gitlab-ce-d8a9fad6.test --registration-token **** --tag-list runner-for-qa-test-2023-09-23-03-01-52-599109176fc98dd1 --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" `462[Sep 23 2023 03:07:44 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438459`463[Sep 23 2023 03:07:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`464[Sep 23 2023 03:07:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695438459' via api in 5.9 seconds465[Sep 23 2023 03:07:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-1' via api in 0.1 seconds466[Sep 23 2023 03:07:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds467[Sep 23 2023 03:07:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds468[Sep 23 2023 03:07:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.78 seconds469[Sep 23 2023 03:07:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/npm-group-level-publish-3ccf63687c7cece7470[Sep 23 2023 03:07:48 UTC (QA Tests)] INFO -- clicking :menu_section_button471[Sep 23 2023 03:07:48 UTC (QA Tests)] INFO -- clicking :nav_item_link472[Sep 23 2023 03:07:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.723s473[Sep 23 2023 03:07:50 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present474[Sep 23 2023 03:07:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.216s475[Sep 23 2023 03:08:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.97 seconds476[Sep 23 2023 03:08:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/npm-group-level-install-955ff1043cd40cd8477[Sep 23 2023 03:08:06 UTC (QA Tests)] INFO -- clicking :menu_section_button478[Sep 23 2023 03:08:07 UTC (QA Tests)] INFO -- clicking :nav_item_link479[Sep 23 2023 03:08:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.777s480[Sep 23 2023 03:08:09 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present481[Sep 23 2023 03:08:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.312s482[Sep 23 2023 03:08:22 UTC (QA Tests)] INFO -- clicking :browse-artifacts-button483[Sep 23 2023 03:08:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse-artifacts-button' took 0.69s484[Sep 23 2023 03:08:23 UTC (QA Tests)] INFO -- clicking :directory-name-link485[Sep 23 2023 03:08:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.643s486[Sep 23 2023 03:08:24 UTC (QA Tests)] INFO -- clicking :directory-name-link487[Sep 23 2023 03:08:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.66s488[Sep 23 2023 03:08:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/npm-group-level-publish-3ccf63687c7cece7489[Sep 23 2023 03:08:26 UTC (QA Tests)] INFO -- clicking :menu_section_button490[Sep 23 2023 03:08:26 UTC (QA Tests)] INFO -- clicking :nav_item_link491[Sep 23 2023 03:08:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.681s492[Sep 23 2023 03:08:27 UTC (QA Tests)] INFO -- clicking :details-link493[Sep 23 2023 03:08:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-7/npm-group-level-publish-3ccf63687c7cece7-2c3856d3764b79b7'494[Sep 23 2023 03:08:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695438459'495[Sep 23 2023 03:08:27 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438459`496[Sep 23 2023 03:08:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/npm-group-level-publish-3ccf63687c7cece7'497[Sep 23 2023 03:08:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/npm-group-level-install-955ff1043cd40cd8'498 push and pull a npm package via CI499Plan500 Issue501[Sep 23 2023 03:08:28 UTC (QA Tests)] INFO -- Starting test: Plan Issue closes via pushing a commit502[Sep 23 2023 03:08:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds503[Sep 23 2023 03:08:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.13 seconds504[Sep 23 2023 03:08:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-for-issues-cd724ed7e0b1d680' via api in 0.88 seconds505[Sep 23 2023 03:08:31 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Initial commit"506[Sep 23 2023 03:08:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.53 seconds507[Sep 23 2023 03:08:32 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Closes #1"508[Sep 23 2023 03:08:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.36 seconds509 closes via pushing a commit510Package511 Composer Repository512 publishes a composer package and deletes it (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/421885)513Package514 NuGet project level endpoint515 using a ci job token516[Sep 23 2023 03:08:34 UTC (QA Tests)] INFO -- Starting test: Package NuGet project level endpoint using a ci job token publishes a nuget package and installs517[Sep 23 2023 03:08:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.08 seconds518[Sep 23 2023 03:08:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.14 seconds519[Sep 23 2023 03:08:40 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.520[Sep 23 2023 03:08:40 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`521[Sep 23 2023 03:08:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`522[Sep 23 2023 03:08:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`523[Sep 23 2023 03:08:44 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438514 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438514 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-1695438514 --url http://gitlab-ce-d8a9fad6.test --registration-token **** --tag-list runner-for-nuget-package-project-fb459b0043e83fb8 --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" `524[Sep 23 2023 03:08:45 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438514`525[Sep 23 2023 03:08:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`526[Sep 23 2023 03:08:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1695438514' via api in 5.9 seconds527[Sep 23 2023 03:08:47 UTC (QA Tests)] INFO -- filling :login_field with "root"528[Sep 23 2023 03:08:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field529[Sep 23 2023 03:08:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"530[Sep 23 2023 03:08:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field531[Sep 23 2023 03:08:48 UTC (QA Tests)] INFO -- clicking :sign_in_button532[Sep 23 2023 03:08:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.896s533[Sep 23 2023 03:08:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.61 seconds534[Sep 23 2023 03:08:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/nuget-package-project-fb459b0043e83fb8535[Sep 23 2023 03:08:53 UTC (QA Tests)] INFO -- clicking :menu_section_button536[Sep 23 2023 03:08:53 UTC (QA Tests)] INFO -- clicking :nav_item_link537[Sep 23 2023 03:08:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.746s538[Sep 23 2023 03:08:55 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present539[Sep 23 2023 03:08:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.309s540[Sep 23 2023 03:09:18 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present541[Sep 23 2023 03:09:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.195s542[Sep 23 2023 03:09:32 UTC (QA Tests)] INFO -- clicking :menu_section_button543[Sep 23 2023 03:09:32 UTC (QA Tests)] INFO -- clicking :nav_item_link544[Sep 23 2023 03:09:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.74s545[Sep 23 2023 03:09:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1695438514'546[Sep 23 2023 03:09:33 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438514`547[Sep 23 2023 03:09:34 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-acd9f446725f316b'548[Sep 23 2023 03:09:34 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/nuget-package-project-fb459b0043e83fb8'549 publishes a nuget package and installs550 using a project deploy token551[Sep 23 2023 03:09:34 UTC (QA Tests)] INFO -- Starting test: Package NuGet project level endpoint using a project deploy token publishes a nuget package and installs552[Sep 23 2023 03:09:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.08 seconds553[Sep 23 2023 03:09:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.15 seconds554[Sep 23 2023 03:09:40 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.555[Sep 23 2023 03:09:40 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`556[Sep 23 2023 03:09:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`557[Sep 23 2023 03:09:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`558[Sep 23 2023 03:09:45 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438574 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438574 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-1695438574 --url http://gitlab-ce-d8a9fad6.test --registration-token **** --tag-list runner-for-nuget-package-project-6ca621772849e60f --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" `559[Sep 23 2023 03:09:45 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438574`560[Sep 23 2023 03:09:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`561[Sep 23 2023 03:09:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1695438574' via api in 5.87 seconds562[Sep 23 2023 03:09:47 UTC (QA Tests)] INFO -- filling :login_field with "root"563[Sep 23 2023 03:09:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field564[Sep 23 2023 03:09:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"565[Sep 23 2023 03:09:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field566[Sep 23 2023 03:09:48 UTC (QA Tests)] INFO -- clicking :sign_in_button567[Sep 23 2023 03:09:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.908s568[Sep 23 2023 03:09:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-2' via api in 0.1 seconds569[Sep 23 2023 03:09:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds570[Sep 23 2023 03:09:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.63 seconds571[Sep 23 2023 03:09:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/nuget-package-project-6ca621772849e60f572[Sep 23 2023 03:09:53 UTC (QA Tests)] INFO -- clicking :menu_section_button573[Sep 23 2023 03:09:53 UTC (QA Tests)] INFO -- clicking :nav_item_link574[Sep 23 2023 03:09:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.753s575[Sep 23 2023 03:09:55 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present576[Sep 23 2023 03:09:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.192s577[Sep 23 2023 03:10:09 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present578[Sep 23 2023 03:10:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.322s579[Sep 23 2023 03:10:23 UTC (QA Tests)] INFO -- clicking :menu_section_button580[Sep 23 2023 03:10:23 UTC (QA Tests)] INFO -- clicking :nav_item_link581[Sep 23 2023 03:10:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.781s582[Sep 23 2023 03:10:24 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1695438574'583[Sep 23 2023 03:10:24 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438574`584[Sep 23 2023 03:10:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-87b10b3e0707e801'585[Sep 23 2023 03:10:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/nuget-package-project-6ca621772849e60f'586 publishes a nuget package and installs587 using a personal access token588[Sep 23 2023 03:10:25 UTC (QA Tests)] INFO -- Starting test: Package NuGet project level endpoint using a personal access token publishes a nuget package and installs589[Sep 23 2023 03:10:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds590[Sep 23 2023 03:10:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.14 seconds591[Sep 23 2023 03:10:31 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.592[Sep 23 2023 03:10:31 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`593[Sep 23 2023 03:10:35 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`594[Sep 23 2023 03:10:35 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`595[Sep 23 2023 03:10:35 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438625 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438625 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-1695438625 --url http://gitlab-ce-d8a9fad6.test --registration-token **** --tag-list runner-for-nuget-package-project-33870577b52cb391 --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" `596[Sep 23 2023 03:10:35 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438625`597[Sep 23 2023 03:10:35 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`598[Sep 23 2023 03:10:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1695438625' via api in 5.94 seconds599[Sep 23 2023 03:10:37 UTC (QA Tests)] INFO -- filling :login_field with "root"600[Sep 23 2023 03:10:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field601[Sep 23 2023 03:10:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"602[Sep 23 2023 03:10:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field603[Sep 23 2023 03:10:38 UTC (QA Tests)] INFO -- clicking :sign_in_button604[Sep 23 2023 03:10:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.064s605[Sep 23 2023 03:10:41 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA606[Sep 23 2023 03:10:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-iqab0xcd' via cache in 0.0 seconds607[Sep 23 2023 03:10:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds608[Sep 23 2023 03:10:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.58 seconds609[Sep 23 2023 03:10:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/nuget-package-project-33870577b52cb391610[Sep 23 2023 03:10:44 UTC (QA Tests)] INFO -- clicking :menu_section_button611[Sep 23 2023 03:10:44 UTC (QA Tests)] INFO -- clicking :nav_item_link612[Sep 23 2023 03:10:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.755s613[Sep 23 2023 03:10:46 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present614[Sep 23 2023 03:10:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.179s615[Sep 23 2023 03:11:00 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present616[Sep 23 2023 03:11:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.181s617[Sep 23 2023 03:11:14 UTC (QA Tests)] INFO -- clicking :menu_section_button618[Sep 23 2023 03:11:14 UTC (QA Tests)] INFO -- clicking :nav_item_link619[Sep 23 2023 03:11:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.786s620[Sep 23 2023 03:11:15 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1695438625'621[Sep 23 2023 03:11:15 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438625`622[Sep 23 2023 03:11:15 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-9b0e5178cf37177a'623[Sep 23 2023 03:11:15 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/nuget-package-project-33870577b52cb391'624 publishes a nuget package and installs625Monitor626 Recovery alert627 when using HTTP endpoint integration628 behaves like triggers recovery alert629 only resolves the correct alert (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/395512)630 when using Prometheus integration631 behaves like triggers recovery alert632[Sep 23 2023 03:11:15 UTC (QA Tests)] INFO -- Starting test: Monitor Recovery alert when using Prometheus integration behaves like triggers recovery alert only resolves the correct alert633[Sep 23 2023 03:11:16 UTC (QA Tests)] INFO -- filling :login_field with "root"634[Sep 23 2023 03:11:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field635[Sep 23 2023 03:11:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"636[Sep 23 2023 03:11:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field637[Sep 23 2023 03:11:17 UTC (QA Tests)] INFO -- clicking :sign_in_button638[Sep 23 2023 03:11:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.841s639[Sep 23 2023 03:11:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds640[Sep 23 2023 03:11:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.13 seconds641[Sep 23 2023 03:11:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-for-alerts-68c85003c771bde0642[Sep 23 2023 03:11:21 UTC (QA Tests)] INFO -- clicking :menu_section_button643[Sep 23 2023 03:11:21 UTC (QA Tests)] INFO -- clicking :nav_item_link644[Sep 23 2023 03:11:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.922s645[Sep 23 2023 03:11:24 UTC (QA Tests)] INFO -- clicking :add-integration-button646[Sep 23 2023 03:11:24 UTC (QA Tests)] INFO -- clicking :integration-type-dropdown647[Sep 23 2023 03:11:24 UTC (QA Tests)] INFO -- clicking :save-and-create-alert-button648[Sep 23 2023 03:11:24 UTC (QA Tests)] INFO -- filling :test-payload-field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-09-23T03:11:24.612+00:00","generatorURL":"http://littel.example/tomeka","endsAt":null,"status":null,"labels":{"gitlab_environment_name":"accusantium"},"annotations":{"title":"Quis minima quidem illum."}}]}"649[Sep 23 2023 03:11:24 UTC (QA Tests)] INFO -- clicking the coordinates of :test-payload-field650[Sep 23 2023 03:11:25 UTC (QA Tests)] INFO -- clicking :send-test-alert651[Sep 23 2023 03:11:25 UTC (QA Tests)] INFO -- filling :test-payload-field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-09-23T03:11:24.613+00:00","generatorURL":"http://kohler-witting.test/jan","endsAt":null,"status":null,"labels":{"gitlab_environment_name":"et"},"annotations":{"title":"Voluptas asperiores nisi blanditiis."}}]}"652[Sep 23 2023 03:11:25 UTC (QA Tests)] INFO -- clicking the coordinates of :test-payload-field653[Sep 23 2023 03:11:26 UTC (QA Tests)] INFO -- clicking :send-test-alert654[Sep 23 2023 03:11:29 UTC (QA Tests)] INFO -- filling :test-payload-field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-09-23T03:11:24.612+00:00","generatorURL":"http://littel.example/tomeka","endsAt":"2023-09-23T03:11:29.311+00:00","status":"resolved","labels":{"gitlab_environment_name":"accusantium"},"annotations":{"title":"Quis minima quidem illum."}}]}"655[Sep 23 2023 03:11:29 UTC (QA Tests)] INFO -- clicking the coordinates of :test-payload-field656[Sep 23 2023 03:11:29 UTC (QA Tests)] INFO -- clicking :send-test-alert657[Sep 23 2023 03:11:30 UTC (QA Tests)] INFO -- clicking :menu_section_button658[Sep 23 2023 03:11:30 UTC (QA Tests)] INFO -- clicking :nav_item_link659[Sep 23 2023 03:11:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.809s660 only resolves the correct alert661Data Stores662 Project Member663[Sep 23 2023 03:11:31 UTC (QA Tests)] INFO -- Starting test: Data Stores Project Member adds a project member664[Sep 23 2023 03:11:32 UTC (QA Tests)] INFO -- filling :login_field with "root"665[Sep 23 2023 03:11:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field666[Sep 23 2023 03:11:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"667[Sep 23 2023 03:11:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field668[Sep 23 2023 03:11:32 UTC (QA Tests)] INFO -- clicking :sign_in_button669[Sep 23 2023 03:11:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.881s670[Sep 23 2023 03:11:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.46 seconds671[Sep 23 2023 03:11:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds672[Sep 23 2023 03:11:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.12 seconds673[Sep 23 2023 03:11:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/add-member-project-eec09a1d73469e48674[Sep 23 2023 03:11:37 UTC (QA Tests)] INFO -- clicking :menu_section_button675[Sep 23 2023 03:11:37 UTC (QA Tests)] INFO -- clicking :nav_item_link676[Sep 23 2023 03:11:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.849s677[Sep 23 2023 03:11:38 UTC (QA Tests)] INFO -- clicking :invite_members_button678[Sep 23 2023 03:11:38 UTC (QA Tests)] INFO -- filling :members_token_select_input with "*****"679[Sep 23 2023 03:11:38 UTC (QA Tests)] INFO -- clicking the coordinates of :members_token_select_input680[Sep 23 2023 03:11:39 UTC (QA Tests)] INFO -- selecting "Developer" in :access_level_dropdown681[Sep 23 2023 03:11:39 UTC (QA Tests)] INFO -- clicking :invite_button682[Sep 23 2023 03:11:41 UTC (QA Tests)] INFO -- filling :search_bar_input with "gitlab-qa-user1"683[Sep 23 2023 03:11:41 UTC (QA Tests)] INFO -- clicking the coordinates of :search_bar_input684[Sep 23 2023 03:11:41 UTC (QA Tests)] INFO -- clicking :search_button685[Sep 23 2023 03:11:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element search_button' took 0.787s686 adds a project member687Verify688 Job artifacts689[Sep 23 2023 03:11:42 UTC (QA Tests)] INFO -- Starting test: Verify Job artifacts are not downloaded when dependencies array is set to empty690[Sep 23 2023 03:11:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.05 seconds691[Sep 23 2023 03:11:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.11 seconds692[Sep 23 2023 03:11:43 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.693[Sep 23 2023 03:11:43 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`694[Sep 23 2023 03:11:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`695[Sep 23 2023 03:11:43 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-5juscdxb --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-5juscdxb 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-5juscdxb --url http://gitlab-ce-d8a9fad6.test --registration-token **** --tag-list qa-runner-5juscdxb --executor shell && gitlab-runner run" `696[Sep 23 2023 03:11:44 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-5juscdxb`697[Sep 23 2023 03:11:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`698[Sep 23 2023 03:11:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.86 seconds699[Sep 23 2023 03:11:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-5juscdxb'700[Sep 23 2023 03:11:55 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-5juscdxb`701 are not downloaded when dependencies array is set to empty702Data Stores703 User704 when added to parent group705[Sep 23 2023 03:11:56 UTC (QA Tests)] INFO -- Starting test: Data Stores User when added to parent group is allowed to push code to sub-group project via the CLI706[Sep 23 2023 03:11:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds707[Sep 23 2023 03:11:58 UTC (QA Tests)] INFO -- Adding user qa-user-41c934919d445f31 to gitlab-qa-sandbox-group-7/parent-group-to-test-user-access-be0657d806eac1d7 QA::Resource::Group708[Sep 23 2023 03:11:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.0 seconds709[Sep 23 2023 03:11:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-41c934919d445f31'710 is allowed to push code to sub-group project via the CLI711[Sep 23 2023 03:11:59 UTC (QA Tests)] INFO -- Starting test: Data Stores User when added to parent group is allowed to create a file in sub-group project via the API712[Sep 23 2023 03:11:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds713[Sep 23 2023 03:12:01 UTC (QA Tests)] INFO -- Adding user qa-user-9753589cdb7f569b to gitlab-qa-sandbox-group-7/parent-group-to-test-user-access-9662f2f1b6575279 QA::Resource::Group714[Sep 23 2023 03:12:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds715[Sep 23 2023 03:12:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.12 seconds716[Sep 23 2023 03:12:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-with-new-file-7e223dc850121910' via api in 1.16 seconds717[Sep 23 2023 03:12:03 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-9753589cdb7f569b718[Sep 23 2023 03:12:03 UTC (QA Tests)] INFO -- Caching token for username: qa-user-9753589cdb7f569b, last six chars of token:daVCZD719[Sep 23 2023 03:12:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-9753589cdb7f569b-a6ahvswn' via api in 0.07 seconds720[Sep 23 2023 03:12:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-9753589cdb7f569b'721 is allowed to create a file in sub-group project via the API722[Sep 23 2023 03:12:04 UTC (QA Tests)] INFO -- Starting test: Data Stores User when added to parent group is allowed to commit to sub-group project via the API723[Sep 23 2023 03:12:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds724[Sep 23 2023 03:12:06 UTC (QA Tests)] INFO -- Adding user qa-user-65777dca42bead7c to gitlab-qa-sandbox-group-7/parent-group-to-test-user-access-5ffb73de8f4e97a5 QA::Resource::Group725[Sep 23 2023 03:12:07 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-65777dca42bead7c726[Sep 23 2023 03:12:07 UTC (QA Tests)] INFO -- Caching token for username: qa-user-65777dca42bead7c, last six chars of token:jy3rXj727[Sep 23 2023 03:12:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-65777dca42bead7c-qevkyldm' via api in 0.07 seconds728[Sep 23 2023 03:12:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.72 seconds729[Sep 23 2023 03:12:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-65777dca42bead7c'730 is allowed to commit to sub-group project via the API731 when added to sub-group732[Sep 23 2023 03:12:07 UTC (QA Tests)] INFO -- Starting test: Data Stores User when added to sub-group is not allowed to create a file in parent group project via the API733[Sep 23 2023 03:12:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds734[Sep 23 2023 03:12:10 UTC (QA Tests)] INFO -- Adding user qa-user-46ca53571330e70c to gitlab-qa-sandbox-group-7/parent-group-to-test-user-access-7b708f3341473455/sub-group-to-test-user-access-acb874b303f670aa QA::Resource::Group735[Sep 23 2023 03:12:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds736[Sep 23 2023 03:12:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.15 seconds737[Sep 23 2023 03:12:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-with-new-file-6af92523bccaea73' via api in 1.34 seconds738[Sep 23 2023 03:12:11 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-46ca53571330e70c739[Sep 23 2023 03:12:12 UTC (QA Tests)] INFO -- Caching token for username: qa-user-46ca53571330e70c, last six chars of token:rWinzs740[Sep 23 2023 03:12:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-46ca53571330e70c-39sjkx71' via api in 0.07 seconds741[Sep 23 2023 03:12:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-46ca53571330e70c'742 is not allowed to create a file in parent group project via the API743[Sep 23 2023 03:12:12 UTC (QA Tests)] INFO -- Starting test: Data Stores User when added to sub-group is not allowed to commit to parent group project via the API744[Sep 23 2023 03:12:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds745[Sep 23 2023 03:12:14 UTC (QA Tests)] INFO -- Adding user qa-user-8c3aeb0be62f4a40 to gitlab-qa-sandbox-group-7/parent-group-to-test-user-access-9d939c777ddd8d5e/sub-group-to-test-user-access-90c92e6d6367e7ab QA::Resource::Group746[Sep 23 2023 03:12:14 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-8c3aeb0be62f4a40747[Sep 23 2023 03:12:14 UTC (QA Tests)] INFO -- Caching token for username: qa-user-8c3aeb0be62f4a40, last six chars of token:NspxB1748[Sep 23 2023 03:12:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-8c3aeb0be62f4a40-bq1o8la3' via api in 0.07 seconds749[Sep 23 2023 03:12:15 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-8c3aeb0be62f4a40'750 is not allowed to commit to parent group project via the API751[Sep 23 2023 03:12:15 UTC (QA Tests)] INFO -- Starting test: Data Stores User when added to sub-group is not allowed to push code to parent group project via the CLI752[Sep 23 2023 03:12:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds753[Sep 23 2023 03:12:17 UTC (QA Tests)] INFO -- Adding user qa-user-93952fa493cc05e1 to gitlab-qa-sandbox-group-7/parent-group-to-test-user-access-130c84633da2f4e6/sub-group-to-test-user-access-6f042e5b3701ec72 QA::Resource::Group754[Sep 23 2023 03:12:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-93952fa493cc05e1'755 is not allowed to push code to parent group project via the CLI756Plan757 Milestones758 Project milestone759 behaves like milestone assigned to existing issue760[Sep 23 2023 03:12:18 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Project milestone behaves like milestone assigned to existing issue is assigned to an existing issue761[Sep 23 2023 03:12:19 UTC (QA Tests)] INFO -- filling :login_field with "root"762[Sep 23 2023 03:12:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field763[Sep 23 2023 03:12:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"764[Sep 23 2023 03:12:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field765[Sep 23 2023 03:12:20 UTC (QA Tests)] INFO -- clicking :sign_in_button766[Sep 23 2023 03:12:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.308s767[Sep 23 2023 03:12:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds768[Sep 23 2023 03:12:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/group-to-test-milestones-78ac8e87/project-to-test-milestones-bc01c9a2-7cb6384a1f1438ce/-/issues/1769[Sep 23 2023 03:12:28 UTC (QA Tests)] INFO -- clicking :edit-button770[Sep 23 2023 03:12:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.562s771[Sep 23 2023 03:12:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? milestone_block' took 0.593s772[Sep 23 2023 03:12:29 UTC (QA Tests)] INFO -- refreshing http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/group-to-test-milestones-78ac8e87/project-to-test-milestones-bc01c9a2-7cb6384a1f1438ce/-/issues/1773[Sep 23 2023 03:12:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.623s774 is assigned to an existing issue775 behaves like milestone assigned to new issue776[Sep 23 2023 03:12:31 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Project milestone behaves like milestone assigned to new issue is assigned to a new issue777[Sep 23 2023 03:12:32 UTC (QA Tests)] INFO -- filling :login_field with "root"778[Sep 23 2023 03:12:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field779[Sep 23 2023 03:12:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"780[Sep 23 2023 03:12:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field781[Sep 23 2023 03:12:32 UTC (QA Tests)] INFO -- clicking :sign_in_button782[Sep 23 2023 03:12:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.068s783[Sep 23 2023 03:12:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds784[Sep 23 2023 03:12:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/group-to-test-milestones-dee6a20a/project-to-test-milestones-b1b17e78-661a0c630137bdd0785[Sep 23 2023 03:12:38 UTC (QA Tests)] INFO -- clicking :new-menu-toggle786[Sep 23 2023 03:12:38 UTC (QA Tests)] INFO -- clicking :create_menu_item787[Sep 23 2023 03:12:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.15s788[Sep 23 2023 03:12:39 UTC (QA Tests)] INFO -- filling :issuable-form-title-field with "Issue title 764994d5262cb391"789[Sep 23 2023 03:12:39 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable-form-title-field790[Sep 23 2023 03:12:40 UTC (QA Tests)] INFO -- filling :issuable-form-description-field with "Issue description b044bbdc6bbe0860"791[Sep 23 2023 03:12:40 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable-form-description-field792[Sep 23 2023 03:12:41 UTC (QA Tests)] INFO -- clicking :issuable-create-button and ensuring QA::Page::Project::Issue::Show is present793[Sep 23 2023 03:12:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable-create-button' took 2.628s794[Sep 23 2023 03:12:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 6.18 seconds795 is assigned to a new issue796 Group milestone797 behaves like milestone assigned to existing issue798[Sep 23 2023 03:12:44 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Group milestone behaves like milestone assigned to existing issue is assigned to an existing issue799[Sep 23 2023 03:12:44 UTC (QA Tests)] INFO -- filling :login_field with "root"800[Sep 23 2023 03:12:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field801[Sep 23 2023 03:12:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"802[Sep 23 2023 03:12:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field803[Sep 23 2023 03:12:45 UTC (QA Tests)] INFO -- clicking :sign_in_button804[Sep 23 2023 03:12:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.222s805[Sep 23 2023 03:12:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.05 seconds806[Sep 23 2023 03:12:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/group-to-test-milestones-005a1f1e/project-to-test-milestones-6389ce98-78c3c2dcfd069390/-/issues/1807[Sep 23 2023 03:12:52 UTC (QA Tests)] INFO -- clicking :edit-button808[Sep 23 2023 03:12:53 UTC (QA Tests)] INFO -- refreshing http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/group-to-test-milestones-005a1f1e/project-to-test-milestones-6389ce98-78c3c2dcfd069390/-/issues/1809[Sep 23 2023 03:12:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.003s810 is assigned to an existing issue811 behaves like milestone assigned to new issue812[Sep 23 2023 03:12:55 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Group milestone behaves like milestone assigned to new issue is assigned to a new issue813[Sep 23 2023 03:12:56 UTC (QA Tests)] INFO -- filling :login_field with "root"814[Sep 23 2023 03:12:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field815[Sep 23 2023 03:12:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"816[Sep 23 2023 03:12:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field817[Sep 23 2023 03:12:57 UTC (QA Tests)] INFO -- clicking :sign_in_button818[Sep 23 2023 03:12:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.056s819[Sep 23 2023 03:13:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.08 seconds820[Sep 23 2023 03:13:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/group-to-test-milestones-4320f999/project-to-test-milestones-023f2a1c-91a0cb0b3d538dd6821[Sep 23 2023 03:13:02 UTC (QA Tests)] INFO -- clicking :new-menu-toggle822[Sep 23 2023 03:13:02 UTC (QA Tests)] INFO -- clicking :create_menu_item823[Sep 23 2023 03:13:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.122s824[Sep 23 2023 03:13:04 UTC (QA Tests)] INFO -- filling :issuable-form-title-field with "Issue title 080bc7b656cd6c74"825[Sep 23 2023 03:13:04 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable-form-title-field826[Sep 23 2023 03:13:04 UTC (QA Tests)] INFO -- filling :issuable-form-description-field with "Issue description 49ef65bb409e5d5e"827[Sep 23 2023 03:13:04 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable-form-description-field828[Sep 23 2023 03:13:05 UTC (QA Tests)] INFO -- clicking :issuable-create-button and ensuring QA::Page::Project::Issue::Show is present829[Sep 23 2023 03:13:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable-create-button' took 2.687s830[Sep 23 2023 03:13:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 6.12 seconds831 is assigned to a new issue832Monitor833 Alert settings834 when using HTTP endpoint integration835 behaves like sends test alert836[Sep 23 2023 03:13:08 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using HTTP endpoint integration behaves like sends test alert creates new alert837[Sep 23 2023 03:13:08 UTC (QA Tests)] INFO -- filling :login_field with "root"838[Sep 23 2023 03:13:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field839[Sep 23 2023 03:13:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"840[Sep 23 2023 03:13:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field841[Sep 23 2023 03:13:09 UTC (QA Tests)] INFO -- clicking :sign_in_button842[Sep 23 2023 03:13:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.165s843[Sep 23 2023 03:13:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds844[Sep 23 2023 03:13:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.12 seconds845[Sep 23 2023 03:13:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-for-alerts-4152c519f9ad4cc8846[Sep 23 2023 03:13:14 UTC (QA Tests)] INFO -- clicking :menu_section_button847[Sep 23 2023 03:13:14 UTC (QA Tests)] INFO -- clicking :nav_item_link848[Sep 23 2023 03:13:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.953s849[Sep 23 2023 03:13:17 UTC (QA Tests)] INFO -- clicking :add-integration-button850[Sep 23 2023 03:13:17 UTC (QA Tests)] INFO -- clicking :integration-type-dropdown851[Sep 23 2023 03:13:17 UTC (QA Tests)] INFO -- clicking :integration-name-field852[Sep 23 2023 03:13:17 UTC (QA Tests)] INFO -- filling :integration-name-field with "voluptatibus"853[Sep 23 2023 03:13:17 UTC (QA Tests)] INFO -- clicking the coordinates of :integration-name-field854[Sep 23 2023 03:13:18 UTC (QA Tests)] INFO -- clicking :save-and-create-alert-button855[Sep 23 2023 03:13:18 UTC (QA Tests)] INFO -- filling :test-payload-field with "{"title":"tenetur","description":"tenetur"}"856[Sep 23 2023 03:13:18 UTC (QA Tests)] INFO -- clicking the coordinates of :test-payload-field857[Sep 23 2023 03:13:18 UTC (QA Tests)] INFO -- clicking :send-test-alert858[Sep 23 2023 03:13:19 UTC (QA Tests)] INFO -- clicking :menu_section_button859[Sep 23 2023 03:13:19 UTC (QA Tests)] INFO -- clicking :nav_item_link860[Sep 23 2023 03:13:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.728s861 creates new alert862 when using Prometheus integration863 behaves like sends test alert864[Sep 23 2023 03:13:20 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using Prometheus integration behaves like sends test alert creates new alert865[Sep 23 2023 03:13:20 UTC (QA Tests)] INFO -- filling :login_field with "root"866[Sep 23 2023 03:13:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field867[Sep 23 2023 03:13:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"868[Sep 23 2023 03:13:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field869[Sep 23 2023 03:13:21 UTC (QA Tests)] INFO -- clicking :sign_in_button870[Sep 23 2023 03:13:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.145s871[Sep 23 2023 03:13:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds872[Sep 23 2023 03:13:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.12 seconds873[Sep 23 2023 03:13:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-for-alerts-97c3c79dbfbde564874[Sep 23 2023 03:13:26 UTC (QA Tests)] INFO -- clicking :menu_section_button875[Sep 23 2023 03:13:26 UTC (QA Tests)] INFO -- clicking :nav_item_link876[Sep 23 2023 03:13:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.799s877[Sep 23 2023 03:13:28 UTC (QA Tests)] INFO -- clicking :add-integration-button878[Sep 23 2023 03:13:28 UTC (QA Tests)] INFO -- clicking :integration-type-dropdown879[Sep 23 2023 03:13:29 UTC (QA Tests)] INFO -- clicking :save-and-create-alert-button880[Sep 23 2023 03:13:29 UTC (QA Tests)] INFO -- filling :test-payload-field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-09-23T03:13:29.223+00:00","generatorURL":"http://walker-cummings.test/dewey.kris","endsAt":null,"status":"firing","labels":{"gitlab_environment_name":"exercitationem"},"annotations":{"title":"molestiae","gitlab_y_label":"status"}}]}"881[Sep 23 2023 03:13:29 UTC (QA Tests)] INFO -- clicking the coordinates of :test-payload-field882[Sep 23 2023 03:13:30 UTC (QA Tests)] INFO -- clicking :send-test-alert883[Sep 23 2023 03:13:30 UTC (QA Tests)] INFO -- clicking :menu_section_button884[Sep 23 2023 03:13:30 UTC (QA Tests)] INFO -- clicking :nav_item_link885[Sep 23 2023 03:13:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.748s886 creates new alert887Create888 Create, Retrieve and Delete branches via API889[Sep 23 2023 03:13:31 UTC (QA Tests)] INFO -- Starting test: Create Create, Retrieve and Delete branches via API creates, retrieves and deletes branches890[Sep 23 2023 03:13:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds891[Sep 23 2023 03:13:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.12 seconds892[Sep 23 2023 03:13:33 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add file.txt"893[Sep 23 2023 03:13:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Branch with name 'create-branch' via api in 0.65 seconds894[Sep 23 2023 03:13:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Repository::Branch with name 'delete-branch' via api in 0.09 seconds895[Sep 23 2023 03:13:34 UTC (QA Tests)] INFO -- Removed a QA::Resource::Repository::Branch with name 'delete-branch'896 creates, retrieves and deletes branches897Release898 Git clone using a deploy key899[Sep 23 2023 03:13:35 UTC (QA Tests)] INFO -- Starting test: Release Git clone using a deploy key user sets up a deploy key with QA::Runtime::Key::ED25519(256) to clone code using pipelines900[Sep 23 2023 03:13:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds901[Sep 23 2023 03:13:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.13 seconds902[Sep 23 2023 03:13:36 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.903[Sep 23 2023 03:13:36 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`904[Sep 23 2023 03:13:36 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`905[Sep 23 2023 03:13:36 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-f64c1801 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-f64c1801 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-f64c1801 --url http://gitlab-ce-d8a9fad6.test --registration-token **** --tag-list qa-runner-f64c1801 --executor shell && gitlab-runner run" `906[Sep 23 2023 03:13:36 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-f64c1801`907[Sep 23 2023 03:13:36 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`908[Sep 23 2023 03:13:38 UTC (QA Tests)] INFO -- filling :login_field with "root"909[Sep 23 2023 03:13:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field910[Sep 23 2023 03:13:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"911[Sep 23 2023 03:13:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field912[Sep 23 2023 03:13:39 UTC (QA Tests)] INFO -- clicking :sign_in_button913[Sep 23 2023 03:13:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.218s914[Sep 23 2023 03:13:42 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t ed25519 -b 256 -f /tmp/d20230923-38-2qt7bq/id_ed25519 -N `915[Sep 23 2023 03:13:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/deploy-key-clone-project-9ab56e51b4b3b1de916[Sep 23 2023 03:13:43 UTC (QA Tests)] INFO -- clicking :menu_section_button917[Sep 23 2023 03:13:43 UTC (QA Tests)] INFO -- clicking :nav_item_link918[Sep 23 2023 03:13:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.147s919[Sep 23 2023 03:13:46 UTC (QA Tests)] INFO -- clicking :add-new-deploy-key-button920[Sep 23 2023 03:13:46 UTC (QA Tests)] INFO -- filling :deploy-key-title-field with "*****"921[Sep 23 2023 03:13:46 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy-key-title-field922[Sep 23 2023 03:13:46 UTC (QA Tests)] INFO -- filling :deploy-key-field with "*****"923[Sep 23 2023 03:13:46 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy-key-field924[Sep 23 2023 03:13:47 UTC (QA Tests)] INFO -- clicking :add-deploy-key-button925[Sep 23 2023 03:13:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add-deploy-key-button' took 0.897s926[Sep 23 2023 03:13:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey via browser_ui in 5.4 seconds927[Sep 23 2023 03:13:49 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add .gitlab-ci.yml"928[Sep 23 2023 03:13:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.36 seconds929[Sep 23 2023 03:13:49 UTC (QA Tests)] INFO -- clicking :menu_section_button930[Sep 23 2023 03:13:50 UTC (QA Tests)] INFO -- clicking :nav_item_link931[Sep 23 2023 03:13:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.788s932[Sep 23 2023 03:14:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-f64c1801'933[Sep 23 2023 03:14:05 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-f64c1801`934[Sep 23 2023 03:14:06 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/deploy-key-clone-project-9ab56e51b4b3b1de'935 user sets up a deploy key with QA::Runtime::Key::ED25519(256) to clone code using pipelines936[Sep 23 2023 03:14:06 UTC (QA Tests)] INFO -- Starting test: Release Git clone using a deploy key user sets up a deploy key with QA::Runtime::Key::RSA(8192) to clone code using pipelines937[Sep 23 2023 03:14:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds938[Sep 23 2023 03:14:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.14 seconds939[Sep 23 2023 03:14:07 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.940[Sep 23 2023 03:14:07 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`941[Sep 23 2023 03:14:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`942[Sep 23 2023 03:14:11 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-75de8e69 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-75de8e69 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-75de8e69 --url http://gitlab-ce-d8a9fad6.test --registration-token **** --tag-list qa-runner-75de8e69 --executor shell && gitlab-runner run" `943[Sep 23 2023 03:14:11 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-75de8e69`944[Sep 23 2023 03:14:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`945[Sep 23 2023 03:14:13 UTC (QA Tests)] INFO -- filling :login_field with "root"946[Sep 23 2023 03:14:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field947[Sep 23 2023 03:14:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"948[Sep 23 2023 03:14:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field949[Sep 23 2023 03:14:14 UTC (QA Tests)] INFO -- clicking :sign_in_button950[Sep 23 2023 03:14:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.132s951[Sep 23 2023 03:14:17 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 8192 -f /tmp/d20230923-38-6ywr2a/id_rsa -N `952[Sep 23 2023 03:14:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/deploy-key-clone-project-466351a75bdba7a8953[Sep 23 2023 03:14:27 UTC (QA Tests)] INFO -- clicking :menu_section_button954[Sep 23 2023 03:14:27 UTC (QA Tests)] INFO -- clicking :nav_item_link955[Sep 23 2023 03:14:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.155s956[Sep 23 2023 03:14:30 UTC (QA Tests)] INFO -- clicking :add-new-deploy-key-button957[Sep 23 2023 03:14:30 UTC (QA Tests)] INFO -- filling :deploy-key-title-field with "*****"958[Sep 23 2023 03:14:30 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy-key-title-field959[Sep 23 2023 03:14:30 UTC (QA Tests)] INFO -- filling :deploy-key-field with "*****"960[Sep 23 2023 03:14:30 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy-key-field961[Sep 23 2023 03:14:31 UTC (QA Tests)] INFO -- clicking :add-deploy-key-button962[Sep 23 2023 03:14:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add-deploy-key-button' took 0.876s963[Sep 23 2023 03:14:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey via browser_ui in 5.35 seconds964[Sep 23 2023 03:14:33 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add .gitlab-ci.yml"965[Sep 23 2023 03:14:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.32 seconds966[Sep 23 2023 03:14:33 UTC (QA Tests)] INFO -- clicking :menu_section_button967[Sep 23 2023 03:14:33 UTC (QA Tests)] INFO -- clicking :nav_item_link968[Sep 23 2023 03:14:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.757s969[Sep 23 2023 03:14:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-75de8e69'970[Sep 23 2023 03:14:49 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-75de8e69`971[Sep 23 2023 03:14:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/deploy-key-clone-project-466351a75bdba7a8'972 user sets up a deploy key with QA::Runtime::Key::RSA(8192) to clone code using pipelines973[Sep 23 2023 03:14:50 UTC (QA Tests)] INFO -- Starting test: Release Git clone using a deploy key user sets up a deploy key with QA::Runtime::Key::ECDSA(521) to clone code using pipelines974[Sep 23 2023 03:14:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds975[Sep 23 2023 03:14:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.12 seconds976[Sep 23 2023 03:14:50 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.977[Sep 23 2023 03:14:50 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`978[Sep 23 2023 03:14:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`979[Sep 23 2023 03:14:55 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1e007d11 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1e007d11 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-1e007d11 --url http://gitlab-ce-d8a9fad6.test --registration-token **** --tag-list qa-runner-1e007d11 --executor shell && gitlab-runner run" `980[Sep 23 2023 03:14:55 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1e007d11`981[Sep 23 2023 03:14:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`982[Sep 23 2023 03:14:57 UTC (QA Tests)] INFO -- filling :login_field with "root"983[Sep 23 2023 03:14:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field984[Sep 23 2023 03:14:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"985[Sep 23 2023 03:14:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field986[Sep 23 2023 03:14:58 UTC (QA Tests)] INFO -- clicking :sign_in_button987[Sep 23 2023 03:14:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.162s988[Sep 23 2023 03:15:01 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t ecdsa -b 521 -f /tmp/d20230923-38-zlbdnu/id_ecdsa -N `989[Sep 23 2023 03:15:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/deploy-key-clone-project-01f48c30d93ad289990[Sep 23 2023 03:15:02 UTC (QA Tests)] INFO -- clicking :menu_section_button991[Sep 23 2023 03:15:02 UTC (QA Tests)] INFO -- clicking :nav_item_link992[Sep 23 2023 03:15:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.015s993[Sep 23 2023 03:15:04 UTC (QA Tests)] INFO -- clicking :add-new-deploy-key-button994[Sep 23 2023 03:15:05 UTC (QA Tests)] INFO -- filling :deploy-key-title-field with "*****"995[Sep 23 2023 03:15:05 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy-key-title-field996[Sep 23 2023 03:15:05 UTC (QA Tests)] INFO -- filling :deploy-key-field with "*****"997[Sep 23 2023 03:15:05 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy-key-field998[Sep 23 2023 03:15:05 UTC (QA Tests)] INFO -- clicking :add-deploy-key-button999[Sep 23 2023 03:15:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add-deploy-key-button' took 1.28s1000[Sep 23 2023 03:15:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey via browser_ui in 5.74 seconds1001[Sep 23 2023 03:15:08 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add .gitlab-ci.yml"1002[Sep 23 2023 03:15:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.42 seconds1003[Sep 23 2023 03:15:09 UTC (QA Tests)] INFO -- clicking :menu_section_button1004[Sep 23 2023 03:15:09 UTC (QA Tests)] INFO -- clicking :nav_item_link1005[Sep 23 2023 03:15:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.774s1006[Sep 23 2023 03:15:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.509s1007[Sep 23 2023 03:15:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job-log-content' took 0.531s1008[Sep 23 2023 03:15:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1e007d11'1009[Sep 23 2023 03:15:25 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1e007d11`1010[Sep 23 2023 03:15:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/deploy-key-clone-project-01f48c30d93ad289'1011 user sets up a deploy key with QA::Runtime::Key::ECDSA(521) to clone code using pipelines1012Create1013 Push over SSH using Git protocol version 21014[Sep 23 2023 03:15:26 UTC (QA Tests)] INFO -- filling :login_field with "root"1015[Sep 23 2023 03:15:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1016[Sep 23 2023 03:15:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"1017[Sep 23 2023 03:15:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1018[Sep 23 2023 03:15:26 UTC (QA Tests)] INFO -- clicking :sign_in_button1019[Sep 23 2023 03:15:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.085s1020[Sep 23 2023 03:15:30 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230923-38-dd7dbh/id_rsa -N `1021[Sep 23 2023 03:15:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '4' via api in 0.61 seconds1022[Sep 23 2023 03:15:30 UTC (QA Tests)] INFO -- Starting test: Create Push over SSH using Git protocol version 2 user pushes to the repository1023[Sep 23 2023 03:15:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.08 seconds1024[Sep 23 2023 03:15:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.14 seconds1025[Sep 23 2023 03:15:33 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"1026[Sep 23 2023 03:15:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/git-protocol-project-6026cb29702050381027[Sep 23 2023 03:15:34 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '4'1028 user pushes to the repository1029Manage1030 standard1031 when admin approval is not required1032[Sep 23 2023 03:15:35 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>false}1033 behaves like registration and login1034[Sep 23 2023 03:15:35 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is not required behaves like registration and login allows the user to register and login1035[Sep 23 2023 03:15:36 UTC (QA Tests)] INFO -- filling :login_field with "root"1036[Sep 23 2023 03:15:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1037[Sep 23 2023 03:15:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"1038[Sep 23 2023 03:15:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1039[Sep 23 2023 03:15:36 UTC (QA Tests)] INFO -- clicking :sign_in_button1040[Sep 23 2023 03:15:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.092s1041[Sep 23 2023 03:15:40 UTC (QA Tests)] INFO -- clicking :super-sidebar-search-button1042[Sep 23 2023 03:15:40 UTC (QA Tests)] INFO -- clicking :places-item-link1043[Sep 23 2023 03:15:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element places-item-link' took 0.73s1044[Sep 23 2023 03:15:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.203s1045[Sep 23 2023 03:15:42 UTC (QA Tests)] INFO -- clicking :nav_item_link1046[Sep 23 2023 03:15:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.701s1047[Sep 23 2023 03:15:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-row-content' took 1.057s1048[Sep 23 2023 03:15:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.017s1049[Sep 23 2023 03:15:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.025s1050[Sep 23 2023 03:15:46 UTC (QA Tests)] INFO -- clicking :user_avatar_content1051[Sep 23 2023 03:15:47 UTC (QA Tests)] INFO -- clicking :sign_out_link1052[Sep 23 2023 03:15:57 UTC (QA Tests)] INFO -- clicking :register_link1053[Sep 23 2023 03:15:57 UTC (QA Tests)] INFO -- filling :new-user-first-name-field with "QA"1054[Sep 23 2023 03:15:57 UTC (QA Tests)] INFO -- clicking the coordinates of :new-user-first-name-field1055[Sep 23 2023 03:15:58 UTC (QA Tests)] INFO -- filling :new-user-last-name-field with "User f897f1e7d934a91d"1056[Sep 23 2023 03:15:58 UTC (QA Tests)] INFO -- clicking the coordinates of :new-user-last-name-field1057[Sep 23 2023 03:15:58 UTC (QA Tests)] INFO -- filling :new-user-username-field with "qa-user-f897f1e7d934a91d"1058[Sep 23 2023 03:15:58 UTC (QA Tests)] INFO -- clicking the coordinates of :new-user-username-field1059[Sep 23 2023 03:15:59 UTC (QA Tests)] INFO -- filling :new-user-email-field with "qa-user-f897f1e7d934a91d@gitlab.com"1060[Sep 23 2023 03:15:59 UTC (QA Tests)] INFO -- clicking the coordinates of :new-user-email-field1061[Sep 23 2023 03:15:59 UTC (QA Tests)] INFO -- filling :new-user-password-field with "*****"1062[Sep 23 2023 03:15:59 UTC (QA Tests)] INFO -- clicking the coordinates of :new-user-password-field1063[Sep 23 2023 03:16:00 UTC (QA Tests)] INFO -- clicking :new-user-register-button1064[Sep 23 2023 03:16:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new-user-register-button' took 0.804s1065[Sep 23 2023 03:16:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? get_started_button' took 11.038s1066[Sep 23 2023 03:16:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-f897f1e7d934a91d' via browser_ui in 36.6 seconds1067 allows the user to register and login1068 when user account is deleted1069[Sep 23 2023 03:16:12 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is not required when user account is deleted allows recreating with same credentials1070[Sep 23 2023 03:16:13 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-44e058f3047b93c4"1071[Sep 23 2023 03:16:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1072[Sep 23 2023 03:16:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"1073[Sep 23 2023 03:16:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1074[Sep 23 2023 03:16:14 UTC (QA Tests)] INFO -- clicking :sign_in_button1075[Sep 23 2023 03:16:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.719s1076[Sep 23 2023 03:16:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.082s1077[Sep 23 2023 03:16:17 UTC (QA Tests)] INFO -- clicking :user_avatar_content1078[Sep 23 2023 03:16:17 UTC (QA Tests)] INFO -- clicking :edit_profile_link1079[Sep 23 2023 03:16:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.708s1080[Sep 23 2023 03:16:18 UTC (QA Tests)] INFO -- clicking :nav_item_link1081[Sep 23 2023 03:16:19 UTC (QA Tests)] INFO -- clicking :delete_account_button1082[Sep 23 2023 03:16:19 UTC (QA Tests)] INFO -- clicking :confirm_delete_account_button1083[Sep 23 2023 03:18:03 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-44e058f3047b93c4"1084[Sep 23 2023 03:18:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1085[Sep 23 2023 03:18:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"1086[Sep 23 2023 03:18:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1087[Sep 23 2023 03:18:04 UTC (QA Tests)] INFO -- clicking :sign_in_button1088[Sep 23 2023 03:18:06 UTC (QA Tests)] INFO -- filling :login_field with "root"1089[Sep 23 2023 03:18:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1090[Sep 23 2023 03:18:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"1091[Sep 23 2023 03:18:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1092[Sep 23 2023 03:18:07 UTC (QA Tests)] INFO -- clicking :sign_in_button1093[Sep 23 2023 03:18:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.069s1094[Sep 23 2023 03:18:10 UTC (QA Tests)] INFO -- clicking :super-sidebar-search-button1095[Sep 23 2023 03:18:10 UTC (QA Tests)] INFO -- clicking :places-item-link1096[Sep 23 2023 03:18:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element places-item-link' took 0.648s1097[Sep 23 2023 03:18:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.189s1098[Sep 23 2023 03:18:12 UTC (QA Tests)] INFO -- clicking :nav_item_link1099[Sep 23 2023 03:18:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.649s1100[Sep 23 2023 03:18:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-row-content' took 1.057s1101[Sep 23 2023 03:18:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.032s1102[Sep 23 2023 03:18:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.073s1103[Sep 23 2023 03:18:17 UTC (QA Tests)] INFO -- clicking :user_avatar_content1104[Sep 23 2023 03:18:17 UTC (QA Tests)] INFO -- clicking :sign_out_link1105[Sep 23 2023 03:18:27 UTC (QA Tests)] INFO -- clicking :register_link1106[Sep 23 2023 03:18:28 UTC (QA Tests)] INFO -- filling :new-user-first-name-field with "QA"1107[Sep 23 2023 03:18:28 UTC (QA Tests)] INFO -- clicking the coordinates of :new-user-first-name-field1108[Sep 23 2023 03:18:28 UTC (QA Tests)] INFO -- filling :new-user-last-name-field with "User 44e058f3047b93c4"1109[Sep 23 2023 03:18:28 UTC (QA Tests)] INFO -- clicking the coordinates of :new-user-last-name-field1110[Sep 23 2023 03:18:28 UTC (QA Tests)] INFO -- filling :new-user-username-field with "qa-user-44e058f3047b93c4"1111[Sep 23 2023 03:18:28 UTC (QA Tests)] INFO -- clicking the coordinates of :new-user-username-field1112[Sep 23 2023 03:18:29 UTC (QA Tests)] INFO -- filling :new-user-email-field with "qa-user-44e058f3047b93c4@example.com"1113[Sep 23 2023 03:18:29 UTC (QA Tests)] INFO -- clicking the coordinates of :new-user-email-field1114[Sep 23 2023 03:18:29 UTC (QA Tests)] INFO -- filling :new-user-password-field with "*****"1115[Sep 23 2023 03:18:29 UTC (QA Tests)] INFO -- clicking the coordinates of :new-user-password-field1116[Sep 23 2023 03:18:30 UTC (QA Tests)] INFO -- clicking :new-user-register-button1117[Sep 23 2023 03:18:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new-user-register-button' took 0.511s1118[Sep 23 2023 03:18:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? get_started_button' took 11.029s1119[Sep 23 2023 03:18:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-44e058f3047b93c4' via browser_ui in 36.13 seconds1120[Sep 23 2023 03:18:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-44e058f3047b93c4'1121 allows recreating with same credentials1122 when admin approval is required1123[Sep 23 2023 03:18:42 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is required allows user login after approval1124[Sep 23 2023 03:18:42 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>true}1125[Sep 23 2023 03:18:43 UTC (QA Tests)] INFO -- filling :login_field with "root"1126[Sep 23 2023 03:18:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1127[Sep 23 2023 03:18:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"1128[Sep 23 2023 03:18:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1129[Sep 23 2023 03:18:44 UTC (QA Tests)] INFO -- clicking :sign_in_button1130[Sep 23 2023 03:18:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.078s1131[Sep 23 2023 03:18:47 UTC (QA Tests)] INFO -- clicking :super-sidebar-search-button1132[Sep 23 2023 03:18:47 UTC (QA Tests)] INFO -- clicking :places-item-link1133[Sep 23 2023 03:18:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element places-item-link' took 0.601s1134[Sep 23 2023 03:18:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.257s1135[Sep 23 2023 03:18:49 UTC (QA Tests)] INFO -- clicking :nav_item_link1136[Sep 23 2023 03:18:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.638s1137[Sep 23 2023 03:18:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-row-content' took 1.039s1138[Sep 23 2023 03:18:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.026s1139[Sep 23 2023 03:18:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.022s1140[Sep 23 2023 03:18:54 UTC (QA Tests)] INFO -- clicking :user_avatar_content1141[Sep 23 2023 03:18:54 UTC (QA Tests)] INFO -- clicking :sign_out_link1142[Sep 23 2023 03:19:04 UTC (QA Tests)] INFO -- clicking :register_link1143[Sep 23 2023 03:19:05 UTC (QA Tests)] INFO -- filling :new-user-first-name-field with "QA"1144[Sep 23 2023 03:19:05 UTC (QA Tests)] INFO -- clicking the coordinates of :new-user-first-name-field1145[Sep 23 2023 03:19:05 UTC (QA Tests)] INFO -- filling :new-user-last-name-field with "User b50d47e67df1b7b1"1146[Sep 23 2023 03:19:05 UTC (QA Tests)] INFO -- clicking the coordinates of :new-user-last-name-field1147[Sep 23 2023 03:19:06 UTC (QA Tests)] INFO -- filling :new-user-username-field with "qa-user-b50d47e67df1b7b1"1148[Sep 23 2023 03:19:06 UTC (QA Tests)] INFO -- clicking the coordinates of :new-user-username-field1149[Sep 23 2023 03:19:06 UTC (QA Tests)] INFO -- filling :new-user-email-field with "qa-user-b50d47e67df1b7b1@gitlab.com"1150[Sep 23 2023 03:19:06 UTC (QA Tests)] INFO -- clicking the coordinates of :new-user-email-field1151[Sep 23 2023 03:19:07 UTC (QA Tests)] INFO -- filling :new-user-password-field with "*****"1152[Sep 23 2023 03:19:07 UTC (QA Tests)] INFO -- clicking the coordinates of :new-user-password-field1153[Sep 23 2023 03:19:07 UTC (QA Tests)] INFO -- clicking :new-user-register-button1154[Sep 23 2023 03:19:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? get_started_button' took 11.043s1155[Sep 23 2023 03:19:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-b50d47e67df1b7b1' via browser_ui in 35.99 seconds1156[Sep 23 2023 03:19:19 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-b50d47e67df1b7b1"1157[Sep 23 2023 03:19:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1158[Sep 23 2023 03:19:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"1159[Sep 23 2023 03:19:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1160[Sep 23 2023 03:19:20 UTC (QA Tests)] INFO -- clicking :sign_in_button1161[Sep 23 2023 03:19:22 UTC (QA Tests)] INFO -- filling :login_field with "root"1162[Sep 23 2023 03:19:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1163[Sep 23 2023 03:19:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"1164[Sep 23 2023 03:19:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1165[Sep 23 2023 03:19:23 UTC (QA Tests)] INFO -- clicking :sign_in_button1166[Sep 23 2023 03:19:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.067s1167[Sep 23 2023 03:19:26 UTC (QA Tests)] INFO -- clicking :super-sidebar-search-button1168[Sep 23 2023 03:19:26 UTC (QA Tests)] INFO -- clicking :places-item-link1169[Sep 23 2023 03:19:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element places-item-link' took 0.566s1170[Sep 23 2023 03:19:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.226s1171[Sep 23 2023 03:19:28 UTC (QA Tests)] INFO -- clicking :nav_item_link1172[Sep 23 2023 03:19:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.656s1173[Sep 23 2023 03:19:28 UTC (QA Tests)] INFO -- clicking :pending-approval-tab1174[Sep 23 2023 03:19:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pending-approval-tab' took 0.609s1175[Sep 23 2023 03:19:30 UTC (QA Tests)] INFO -- clicking :user-actions-dropdown-toggle1176[Sep 23 2023 03:19:30 UTC (QA Tests)] INFO -- clicking :approve1177[Sep 23 2023 03:19:31 UTC (QA Tests)] INFO -- clicking :approve-user-confirm-button1178[Sep 23 2023 03:19:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element approve-user-confirm-button' took 0.63s1179[Sep 23 2023 03:19:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.026s1180[Sep 23 2023 03:19:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.031s1181[Sep 23 2023 03:19:34 UTC (QA Tests)] INFO -- clicking :user_avatar_content1182[Sep 23 2023 03:19:34 UTC (QA Tests)] INFO -- clicking :sign_out_link1183[Sep 23 2023 03:19:34 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-b50d47e67df1b7b1"1184[Sep 23 2023 03:19:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1185[Sep 23 2023 03:19:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"1186[Sep 23 2023 03:19:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1187[Sep 23 2023 03:19:35 UTC (QA Tests)] INFO -- clicking :sign_in_button1188[Sep 23 2023 03:19:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? get_started_button' took 11.039s1189[Sep 23 2023 03:19:49 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>false}1190 allows user login after approval1191Create1192 Multiple file snippet1193 behaves like deleting file from snippet1194[Sep 23 2023 03:19:49 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-file1195[Sep 23 2023 03:19:50 UTC (QA Tests)] INFO -- filling :login_field with "root"1196[Sep 23 2023 03:19:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1197[Sep 23 2023 03:19:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"1198[Sep 23 2023 03:19:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1199[Sep 23 2023 03:19:51 UTC (QA Tests)] INFO -- clicking :sign_in_button1200[Sep 23 2023 03:19:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.069s1201[Sep 23 2023 03:19:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-d8a9fad6.test/-/snippets/11202[Sep 23 2023 03:19:55 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1203[Sep 23 2023 03:19:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.022s1204[Sep 23 2023 03:19:56 UTC (QA Tests)] INFO -- clicking :delete_file_button1205[Sep 23 2023 03:19:56 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1206[Sep 23 2023 03:19:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.954s1207[Sep 23 2023 03:19:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 0.967s1208 deletes second file from an existing personal_snippet to make it single-file1209 behaves like deleting file from snippet1210[Sep 23 2023 03:19:58 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-file1211[Sep 23 2023 03:19:58 UTC (QA Tests)] INFO -- filling :login_field with "root"1212[Sep 23 2023 03:19:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1213[Sep 23 2023 03:19:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"1214[Sep 23 2023 03:19:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1215[Sep 23 2023 03:19:59 UTC (QA Tests)] INFO -- clicking :sign_in_button1216[Sep 23 2023 03:20:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.161s1217[Sep 23 2023 03:20:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1218[Sep 23 2023 03:20:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.11 seconds1219[Sep 23 2023 03:20:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-with-snippets-444539c7e59690aa' via api in 0.85 seconds1220[Sep 23 2023 03:20:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-with-snippets-444539c7e59690aa/-/snippets/21221[Sep 23 2023 03:20:05 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1222[Sep 23 2023 03:20:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.144s1223[Sep 23 2023 03:20:06 UTC (QA Tests)] INFO -- clicking :delete_file_button1224[Sep 23 2023 03:20:07 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1225[Sep 23 2023 03:20:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.339s1226[Sep 23 2023 03:20:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.351s1227 deletes second file from an existing project_snippet to make it single-file1228Manage1229 Gitlab migration1230 with import within same instance1231[Sep 23 2023 03:20:09 UTC (QA Tests)] INFO -- Starting test: Manage Gitlab migration with import within same instance successfully imports project1232[Sep 23 2023 03:20:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1233[Sep 23 2023 03:20:11 UTC (QA Tests)] INFO -- Setting application settings: {:bulk_import_enabled=>true}1234[Sep 23 2023 03:20:11 UTC (QA Tests)] INFO -- Setting application settings: {:bulk_import_enabled=>true}1235[Sep 23 2023 03:20:11 UTC (QA Tests)] INFO -- Adding user target-user-9c06b65750f4 to gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1 QA::Resource::Group1236[Sep 23 2023 03:20:13 UTC (QA Tests)] INFO -- No cached token found for username: target-user-9c06b65750f41237[Sep 23 2023 03:20:13 UTC (QA Tests)] INFO -- Caching token for username: target-user-9c06b65750f4, last six chars of token:tqm3k_1238[Sep 23 2023 03:20:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-target-user-9c06b65750f4-6z5smzcw' via api in 0.08 seconds1239[Sep 23 2023 03:20:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::BulkImportGroup with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/target-group-for-import-16dfdfbe' via api in 0.59 seconds1240[Sep 23 2023 03:20:51 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'target-user-9c06b65750f4'1241 successfully imports project1242Create1243 Create a new project from a template1244[Sep 23 2023 03:20:51 UTC (QA Tests)] INFO -- Starting test: Create Create a new project from a template commits via the api1245[Sep 23 2023 03:20:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1246[Sep 23 2023 03:20:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.12 seconds1247[Sep 23 2023 03:20:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.74 seconds1248 commits via the api1249Framework sanity1250 Version check1251 is the specified version (PENDING: Test is not compatible with this environment or pipeline)1252Create1253 Branch with unusual name1254 when branch name contains slash, hash, double dash, and capital letter1255[Sep 23 2023 03:20:56 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 correctly1256[Sep 23 2023 03:20:56 UTC (QA Tests)] INFO -- filling :login_field with "root"1257[Sep 23 2023 03:20:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1258[Sep 23 2023 03:20:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"1259[Sep 23 2023 03:20:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1260[Sep 23 2023 03:20:57 UTC (QA Tests)] INFO -- clicking :sign_in_button1261[Sep 23 2023 03:20:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.162s1262[Sep 23 2023 03:21:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1263[Sep 23 2023 03:21:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.12 seconds1264[Sep 23 2023 03:21:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.63 seconds1265[Sep 23 2023 03:21:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/unusually-named-branch-project-78f2879a96b232fa1266[Sep 23 2023 03:21:06 UTC (QA Tests)] INFO -- clicking :file_name_link1267[Sep 23 2023 03:21:06 UTC (QA Tests)] INFO -- clicking :file_name_link1268 renders repository file tree correctly1269Create1270 SSH keys support1271[Sep 23 2023 03:21:07 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support user can add an SSH key1272[Sep 23 2023 03:21:08 UTC (QA Tests)] INFO -- filling :login_field with "root"1273[Sep 23 2023 03:21:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1274[Sep 23 2023 03:21:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"1275[Sep 23 2023 03:21:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1276[Sep 23 2023 03:21:08 UTC (QA Tests)] INFO -- clicking :sign_in_button1277[Sep 23 2023 03:21:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.11s1278[Sep 23 2023 03:21:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.046s1279[Sep 23 2023 03:21:13 UTC (QA Tests)] INFO -- clicking :user_avatar_content1280[Sep 23 2023 03:21:13 UTC (QA Tests)] INFO -- clicking :edit_profile_link1281[Sep 23 2023 03:21:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.717s1282[Sep 23 2023 03:21:14 UTC (QA Tests)] INFO -- clicking :nav_item_link1283[Sep 23 2023 03:21:14 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230923-38-m8hrmy/id_rsa -N `1284[Sep 23 2023 03:21:15 UTC (QA Tests)] INFO -- filling :key_public_key_field with "*****"1285[Sep 23 2023 03:21:15 UTC (QA Tests)] INFO -- clicking the coordinates of :key_public_key_field1286[Sep 23 2023 03:21:15 UTC (QA Tests)] INFO -- filling :key_title_field with "*****"1287[Sep 23 2023 03:21:15 UTC (QA Tests)] INFO -- clicking the coordinates of :key_title_field1288[Sep 23 2023 03:21:16 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-09-25"1289[Sep 23 2023 03:21:16 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field1290[Sep 23 2023 03:21:16 UTC (QA Tests)] INFO -- clicking :add_key_button1291[Sep 23 2023 03:21:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey via browser_ui in 4.83 seconds1292 user can add an SSH key1293 after adding an ssh key1294[Sep 23 2023 03:21:17 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support after adding an ssh key can delete an ssh key1295[Sep 23 2023 03:21:17 UTC (QA Tests)] INFO -- filling :login_field with "root"1296[Sep 23 2023 03:21:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1297[Sep 23 2023 03:21:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"1298[Sep 23 2023 03:21:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1299[Sep 23 2023 03:21:18 UTC (QA Tests)] INFO -- clicking :sign_in_button1300[Sep 23 2023 03:21:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.095s1301[Sep 23 2023 03:21:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.047s1302[Sep 23 2023 03:21:23 UTC (QA Tests)] INFO -- clicking :user_avatar_content1303[Sep 23 2023 03:21:23 UTC (QA Tests)] INFO -- clicking :edit_profile_link1304[Sep 23 2023 03:21:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.503s1305[Sep 23 2023 03:21:23 UTC (QA Tests)] INFO -- clicking :nav_item_link1306[Sep 23 2023 03:21:24 UTC (QA Tests)] INFO -- clicking :delete_ssh_key_button1307 can delete an ssh key1308Plan1309 filter issue comments activities1310[Sep 23 2023 03:21:26 UTC (QA Tests)] INFO -- Starting test: Plan filter issue comments activities filters comments and activities in an issue1311[Sep 23 2023 03:21:27 UTC (QA Tests)] INFO -- filling :login_field with "root"1312[Sep 23 2023 03:21:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1313[Sep 23 2023 03:21:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1314[Sep 23 2023 03:21:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1315[Sep 23 2023 03:21:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1316[Sep 23 2023 03:21:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.104s1317[Sep 23 2023 03:21:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds1318[Sep 23 2023 03:21:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.14 seconds1319[Sep 23 2023 03:21:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-for-issues-c42eb445ea08aeae' via api in 0.86 seconds1320[Sep 23 2023 03:21:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-for-issues-c42eb445ea08aeae/-/issues/11321[Sep 23 2023 03:21:34 UTC (QA Tests)] INFO -- clicking :issue-title1322[Sep 23 2023 03:21:34 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown1323[Sep 23 2023 03:21:34 UTC (QA Tests)] INFO -- filling :comment_field with "/confidential1324"1325[Sep 23 2023 03:21:34 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field1326[Sep 23 2023 03:21:35 UTC (QA Tests)] INFO -- clicking :comment_button1327[Sep 23 2023 03:21:36 UTC (QA Tests)] INFO -- clicking :issue-title1328[Sep 23 2023 03:21:36 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown1329[Sep 23 2023 03:21:36 UTC (QA Tests)] INFO -- filling :comment_field with "My own comment1330"1331[Sep 23 2023 03:21:36 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field1332[Sep 23 2023 03:21:37 UTC (QA Tests)] INFO -- clicking :comment_button1333[Sep 23 2023 03:21:37 UTC (QA Tests)] INFO -- clicking :issue-title1334[Sep 23 2023 03:21:37 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown1335[Sep 23 2023 03:21:38 UTC (QA Tests)] INFO -- clicking :issue-title1336[Sep 23 2023 03:21:38 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown1337 filters comments and activities in an issue1338Verify1339 Runner fleet management1340[Sep 23 2023 03:21:39 UTC (QA Tests)] INFO -- Starting test: Verify Runner fleet management shows group runner counts1341[Sep 23 2023 03:21:39 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1342[Sep 23 2023 03:21:39 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1343[Sep 23 2023 03:21:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1344[Sep 23 2023 03:21:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/group-with-ci-cd-94425c5a4fb404c0' via api in 0.45 seconds1345[Sep 23 2023 03:21:39 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1346[Sep 23 2023 03:21:39 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695439299 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695439299 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-1695439299 --url http://gitlab-ce-d8a9fad6.test --registration-token **** --run-untagged=true --executor shell && gitlab-runner run" `1347[Sep 23 2023 03:21:40 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695439299`1348[Sep 23 2023 03:21:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1349[Sep 23 2023 03:21:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695439299' via api in 2.4 seconds1350[Sep 23 2023 03:21:42 UTC (QA Tests)] INFO -- filling :login_field with "root"1351[Sep 23 2023 03:21:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1352[Sep 23 2023 03:21:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"1353[Sep 23 2023 03:21:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1354[Sep 23 2023 03:21:42 UTC (QA Tests)] INFO -- clicking :sign_in_button1355[Sep 23 2023 03:21:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.053s1356[Sep 23 2023 03:21:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-d8a9fad6.test/groups/gitlab-qa-sandbox-group-7/group-with-ci-cd-94425c5a4fb404c01357[Sep 23 2023 03:21:46 UTC (QA Tests)] INFO -- clicking :menu_section_button1358[Sep 23 2023 03:21:46 UTC (QA Tests)] INFO -- clicking :nav_item_link1359[Sep 23 2023 03:21:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.662s1360[Sep 23 2023 03:21:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695439299'1361[Sep 23 2023 03:21:47 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695439299`1362 shows group runner counts1363Create1364 Multiple file snippet1365[Sep 23 2023 03:21:48 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet creates a project snippet with multiple files1366[Sep 23 2023 03:21:48 UTC (QA Tests)] INFO -- filling :login_field with "root"1367[Sep 23 2023 03:21:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1368[Sep 23 2023 03:21:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"1369[Sep 23 2023 03:21:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1370[Sep 23 2023 03:21:49 UTC (QA Tests)] INFO -- clicking :sign_in_button1371[Sep 23 2023 03:21:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.075s1372[Sep 23 2023 03:21:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1373[Sep 23 2023 03:21:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.12 seconds1374[Sep 23 2023 03:21:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-with-snippets-5a0dbb27c4dd3a99' via api in 0.83 seconds1375[Sep 23 2023 03:21:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-with-snippets-5a0dbb27c4dd3a991376[Sep 23 2023 03:21:54 UTC (QA Tests)] INFO -- clicking :menu_section_button1377[Sep 23 2023 03:21:54 UTC (QA Tests)] INFO -- clicking :nav_item_link1378[Sep 23 2023 03:21:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.614s1379[Sep 23 2023 03:21:55 UTC (QA Tests)] INFO -- clicking :create_first_snippet_link1380[Sep 23 2023 03:21:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_first_snippet_link' took 0.838s1381[Sep 23 2023 03:21:56 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Project snippet with multiple files"1382[Sep 23 2023 03:21:56 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field1383[Sep 23 2023 03:21:56 UTC (QA Tests)] INFO -- clicking :description_placeholder1384[Sep 23 2023 03:21:56 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"1385[Sep 23 2023 03:21:56 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field1386[Sep 23 2023 03:21:57 UTC (QA Tests)] INFO -- clicking :visibility_content1387[Sep 23 2023 03:21:57 UTC (QA Tests)] INFO -- filling :file_name_field with "01 file name"1388[Sep 23 2023 03:21:57 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1389[Sep 23 2023 03:21:57 UTC (QA Tests)] INFO -- clicking :add_file_button1390[Sep 23 2023 03:21:58 UTC (QA Tests)] INFO -- filling :file_name_field with "02 file name"1391[Sep 23 2023 03:21:58 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1392[Sep 23 2023 03:21:58 UTC (QA Tests)] INFO -- clicking :add_file_button1393[Sep 23 2023 03:21:58 UTC (QA Tests)] INFO -- filling :file_name_field with "03 file name"1394[Sep 23 2023 03:21:58 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1395[Sep 23 2023 03:21:59 UTC (QA Tests)] INFO -- clicking :add_file_button1396[Sep 23 2023 03:21:59 UTC (QA Tests)] INFO -- filling :file_name_field with "04 file name"1397[Sep 23 2023 03:21:59 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1398[Sep 23 2023 03:22:00 UTC (QA Tests)] INFO -- clicking :add_file_button1399[Sep 23 2023 03:22:00 UTC (QA Tests)] INFO -- filling :file_name_field with "05 file name"1400[Sep 23 2023 03:22:00 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1401[Sep 23 2023 03:22:00 UTC (QA Tests)] INFO -- clicking :add_file_button1402[Sep 23 2023 03:22:00 UTC (QA Tests)] INFO -- filling :file_name_field with "06 file name"1403[Sep 23 2023 03:22:00 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1404[Sep 23 2023 03:22:01 UTC (QA Tests)] INFO -- clicking :add_file_button1405[Sep 23 2023 03:22:01 UTC (QA Tests)] INFO -- filling :file_name_field with "07 file name"1406[Sep 23 2023 03:22:01 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1407[Sep 23 2023 03:22:02 UTC (QA Tests)] INFO -- clicking :add_file_button1408[Sep 23 2023 03:22:02 UTC (QA Tests)] INFO -- filling :file_name_field with "08 file name"1409[Sep 23 2023 03:22:02 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1410[Sep 23 2023 03:22:02 UTC (QA Tests)] INFO -- clicking :add_file_button1411[Sep 23 2023 03:22:03 UTC (QA Tests)] INFO -- filling :file_name_field with "09 file name"1412[Sep 23 2023 03:22:03 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1413[Sep 23 2023 03:22:03 UTC (QA Tests)] INFO -- clicking :add_file_button1414[Sep 23 2023 03:22:03 UTC (QA Tests)] INFO -- filling :file_name_field with "10 file name"1415[Sep 23 2023 03:22:03 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1416[Sep 23 2023 03:22:04 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1417[Sep 23 2023 03:22:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.882s1418[Sep 23 2023 03:22:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.89s1419[Sep 23 2023 03:22:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '3' via browser_ui in 13.76 seconds1420 creates a project snippet with multiple files1421Verify1422 Pass dotenv variables to downstream via bridge1423[Sep 23 2023 03:22:08 UTC (QA Tests)] INFO -- Starting test: Verify Pass dotenv variables to downstream via bridge runs the pipeline with composed config1424[Sep 23 2023 03:22:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1425[Sep 23 2023 03:22:08 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1426[Sep 23 2023 03:22:08 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1427[Sep 23 2023 03:22:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1428[Sep 23 2023 03:22:08 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-uunj44mg --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-uunj44mg 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-uunj44mg --url http://gitlab-ce-d8a9fad6.test --registration-token **** --tag-list qa-runner-uunj44mg --executor shell && gitlab-runner run" `1429[Sep 23 2023 03:22:09 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-uunj44mg`1430[Sep 23 2023 03:22:09 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1431[Sep 23 2023 03:22:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-uunj44mg' via api in 2.11 seconds1432[Sep 23 2023 03:22:11 UTC (QA Tests)] INFO -- filling :login_field with "root"1433[Sep 23 2023 03:22:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1434[Sep 23 2023 03:22:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"1435[Sep 23 2023 03:22:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1436[Sep 23 2023 03:22:11 UTC (QA Tests)] INFO -- clicking :sign_in_button1437[Sep 23 2023 03:22:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.085s1438[Sep 23 2023 03:22:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.79 seconds1439[Sep 23 2023 03:22:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.82 seconds1440[Sep 23 2023 03:22:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/upstream-project-with-bridge-707acddfbdf5c2d81441[Sep 23 2023 03:22:20 UTC (QA Tests)] INFO -- clicking :menu_section_button1442[Sep 23 2023 03:22:20 UTC (QA Tests)] INFO -- clicking :nav_item_link1443[Sep 23 2023 03:22:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.687s1444[Sep 23 2023 03:22:33 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button1445[Sep 23 2023 03:22:33 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1446[Sep 23 2023 03:22:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.332s1447[Sep 23 2023 03:22:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-uunj44mg'1448[Sep 23 2023 03:22:35 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-uunj44mg`1449[Sep 23 2023 03:22:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/upstream-project-with-bridge-707acddfbdf5c2d8'1450[Sep 23 2023 03:22:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/downstream-project-with-bridge-9eda839fbeb31134'1451 runs the pipeline with composed config1452Manage1453 rate limits1454[Sep 23 2023 03:22:35 UTC (QA Tests)] INFO -- Starting test: Manage rate limits throttles authenticated api requests by user1455[Sep 23 2023 03:22:36 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-e2af5c34edbe54021456[Sep 23 2023 03:22:36 UTC (QA Tests)] INFO -- Caching token for username: qa-user-e2af5c34edbe5402, last six chars of token:sMSkq91457[Sep 23 2023 03:22:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-e2af5c34edbe5402-bz415o8e' via api in 0.07 seconds1458[Sep 23 2023 03:22:36 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}1459[Sep 23 2023 03:22:37 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}1460[Sep 23 2023 03:22:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-e2af5c34edbe5402'1461 throttles authenticated api requests by user1462Data Stores1463 Project1464 in personal namespace1465 behaves like successful project creation1466 creates a new project (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/425904)1467 in group1468 behaves like successful project creation1469 creates a new project (PENDING: Skipping ./qa/specs/features/browser_ui/9_data_stores/project/create_project_spec.rb[1:1:1:1:1] because it's been fast-quarantined.)1470Verify1471 when pipeline is blocked1472 can still merge MR successfully (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/411510)1473Create1474 Snippet index page1475 behaves like displaying details on index page1476[Sep 23 2023 03:22:37 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of project_snippet_with_single_file including file number1477[Sep 23 2023 03:22:38 UTC (QA Tests)] INFO -- filling :login_field with "root"1478[Sep 23 2023 03:22:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1479[Sep 23 2023 03:22:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"1480[Sep 23 2023 03:22:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1481[Sep 23 2023 03:22:38 UTC (QA Tests)] INFO -- clicking :sign_in_button1482[Sep 23 2023 03:22:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.229s1483[Sep 23 2023 03:22:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1484[Sep 23 2023 03:22:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.12 seconds1485[Sep 23 2023 03:22:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-with-snippets-1e2822b915d44e2b' via api in 0.78 seconds1486[Sep 23 2023 03:22:58 UTC (QA Tests)] INFO -- clicking :nav_item_link1487 shows correct details of project_snippet_with_single_file including file number1488 behaves like displaying details on index page1489[Sep 23 2023 03:22:59 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of project_snippet_with_multiple_files including file number1490[Sep 23 2023 03:22:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1491[Sep 23 2023 03:22:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1492[Sep 23 2023 03:23:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"1493[Sep 23 2023 03:23:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1494[Sep 23 2023 03:23:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1495[Sep 23 2023 03:23:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.068s1496[Sep 23 2023 03:23:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.05 seconds1497[Sep 23 2023 03:23:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.11 seconds1498[Sep 23 2023 03:23:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-with-snippets-b681279520f7cb05' via api in 0.74 seconds1499[Sep 23 2023 03:23:05 UTC (QA Tests)] INFO -- clicking :nav_item_link1500 shows correct details of project_snippet_with_multiple_files including file number1501 behaves like displaying details on index page1502[Sep 23 2023 03:23:05 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of personal_snippet_with_multiple_files including file number1503[Sep 23 2023 03:23:06 UTC (QA Tests)] INFO -- filling :login_field with "root"1504[Sep 23 2023 03:23:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1505[Sep 23 2023 03:23:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"1506[Sep 23 2023 03:23:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1507[Sep 23 2023 03:23:07 UTC (QA Tests)] INFO -- clicking :sign_in_button1508[Sep 23 2023 03:23:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.122s1509[Sep 23 2023 03:23:11 UTC (QA Tests)] INFO -- clicking :nav_item_link1510 shows correct details of personal_snippet_with_multiple_files including file number1511 behaves like displaying details on index page1512[Sep 23 2023 03:23:11 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of personal_snippet_with_single_file including file number1513[Sep 23 2023 03:23:12 UTC (QA Tests)] INFO -- filling :login_field with "root"1514[Sep 23 2023 03:23:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1515[Sep 23 2023 03:23:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"1516[Sep 23 2023 03:23:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1517[Sep 23 2023 03:23:12 UTC (QA Tests)] INFO -- clicking :sign_in_button1518[Sep 23 2023 03:23:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.092s1519[Sep 23 2023 03:23:16 UTC (QA Tests)] INFO -- clicking :nav_item_link1520 shows correct details of personal_snippet_with_single_file including file number1521Verify1522 Include multiple files from multiple projects1523[Sep 23 2023 03:23:17 UTC (QA Tests)] INFO -- Starting test: Verify Include multiple files from multiple projects runs the pipeline with composed config1524[Sep 23 2023 03:23:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1525[Sep 23 2023 03:23:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.21 seconds1526[Sep 23 2023 03:23:18 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1527[Sep 23 2023 03:23:18 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1528[Sep 23 2023 03:23:18 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1529[Sep 23 2023 03:23:18 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-igqx8aj4 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-igqx8aj4 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-igqx8aj4 --url http://gitlab-ce-d8a9fad6.test --registration-token **** --tag-list qa-runner-igqx8aj4 --executor shell && gitlab-runner run" `1530[Sep 23 2023 03:23:18 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-igqx8aj4`1531[Sep 23 2023 03:23:18 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1532[Sep 23 2023 03:23:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-igqx8aj4' via api in 1.96 seconds1533[Sep 23 2023 03:23:20 UTC (QA Tests)] INFO -- filling :login_field with "root"1534[Sep 23 2023 03:23:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1535[Sep 23 2023 03:23:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"1536[Sep 23 2023 03:23:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1537[Sep 23 2023 03:23:21 UTC (QA Tests)] INFO -- clicking :sign_in_button1538[Sep 23 2023 03:23:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.043s1539[Sep 23 2023 03:23:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.75 seconds1540[Sep 23 2023 03:23:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1541[Sep 23 2023 03:23:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.13 seconds1542[Sep 23 2023 03:23:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.84 seconds1543[Sep 23 2023 03:23:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1544[Sep 23 2023 03:23:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.12 seconds1545[Sep 23 2023 03:23:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.22 seconds1546[Sep 23 2023 03:23:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.71 seconds1547[Sep 23 2023 03:23:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-with-pipeline-a67e86999e294c981548[Sep 23 2023 03:23:30 UTC (QA Tests)] INFO -- clicking :menu_section_button1549[Sep 23 2023 03:23:31 UTC (QA Tests)] INFO -- clicking :nav_item_link1550[Sep 23 2023 03:23:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.746s1551[Sep 23 2023 03:23:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-igqx8aj4'1552[Sep 23 2023 03:23:53 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-igqx8aj4`1553 runs the pipeline with composed config1554Verify1555 Endpoint Coverage1556[Sep 23 2023 03:23:54 UTC (QA Tests)] INFO -- Starting test: Verify Endpoint Coverage spans r/w postgres web sidekiq git api1557[Sep 23 2023 03:23:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1558[Sep 23 2023 03:23:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.11 seconds1559[Sep 23 2023 03:23:54 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1560[Sep 23 2023 03:23:54 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1561[Sep 23 2023 03:23:59 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1562[Sep 23 2023 03:23:59 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name endpoint-coverage-723c570e783dbcc7 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach endpoint-coverage-723c570e783dbcc7 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name endpoint-coverage-723c570e783dbcc7 --url http://gitlab-ce-d8a9fad6.test --registration-token **** --tag-list endpoint-coverage-723c570e783dbcc7 --executor shell && gitlab-runner run" `1563[Sep 23 2023 03:23:59 UTC (QA Tests)] INFO -- Executing: `docker logs endpoint-coverage-723c570e783dbcc7`1564[Sep 23 2023 03:23:59 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1565[Sep 23 2023 03:24:01 UTC (QA Tests)] INFO -- filling :login_field with "root"1566[Sep 23 2023 03:24:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1567[Sep 23 2023 03:24:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"1568[Sep 23 2023 03:24:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1569[Sep 23 2023 03:24:02 UTC (QA Tests)] INFO -- clicking :sign_in_button1570[Sep 23 2023 03:24:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.047s1571[Sep 23 2023 03:24:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/endpoint-coverage-723c570e783dbcc71572[Sep 23 2023 03:24:06 UTC (QA Tests)] INFO -- clicking :menu_section_button1573[Sep 23 2023 03:24:06 UTC (QA Tests)] INFO -- clicking :nav_item_link1574[Sep 23 2023 03:24:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.413s1575[Sep 23 2023 03:24:09 UTC (QA Tests)] INFO -- clicking :add_ci_variable_button1576[Sep 23 2023 03:24:09 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "secret-value"1577[Sep 23 2023 03:24:09 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field1578[Sep 23 2023 03:24:10 UTC (QA Tests)] INFO -- clicking :ci_variable_save_button1579[Sep 23 2023 03:24:11 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Commit .gitlab-ci.yml"1580[Sep 23 2023 03:24:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.38 seconds1581[Sep 23 2023 03:24:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/endpoint-coverage-723c570e783dbcc71582[Sep 23 2023 03:24:13 UTC (QA Tests)] INFO -- clicking :menu_section_button1583[Sep 23 2023 03:24:13 UTC (QA Tests)] INFO -- clicking :nav_item_link1584[Sep 23 2023 03:24:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.645s1585[Sep 23 2023 03:24:15 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1586[Sep 23 2023 03:24:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.358s1587[Sep 23 2023 03:24:16 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :sleep_interval=>1}' arguments1588[Sep 23 2023 03:24:16 UTC (QA Tests)] INFO -- clicking :browse-artifacts-button1589[Sep 23 2023 03:24:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse-artifacts-button' took 0.796s1590[Sep 23 2023 03:24:17 UTC (QA Tests)] INFO -- clicking :directory-name-link1591[Sep 23 2023 03:24:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.662s1592[Sep 23 2023 03:24:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/endpoint-coverage-723c570e783dbcc7'1593[Sep 23 2023 03:24:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'endpoint-coverage-723c570e783dbcc7'1594[Sep 23 2023 03:24:18 UTC (QA Tests)] INFO -- Executing: `docker rm -f endpoint-coverage-723c570e783dbcc7`1595 spans r/w postgres web sidekiq git api1596Create1597 Merge request creation from fork1598[Sep 23 2023 03:24:18 UTC (QA Tests)] INFO -- Starting test: Create Merge request creation from fork can merge source branch from fork into upstream repository1599[Sep 23 2023 03:24:19 UTC (QA Tests)] INFO -- filling :login_field with "root"1600[Sep 23 2023 03:24:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1601[Sep 23 2023 03:24:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"1602[Sep 23 2023 03:24:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1603[Sep 23 2023 03:24:20 UTC (QA Tests)] INFO -- clicking :sign_in_button1604[Sep 23 2023 03:24:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.045s1605[Sep 23 2023 03:24:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1606[Sep 23 2023 03:24:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.11 seconds1607[Sep 23 2023 03:24:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-with-code-5b4a3f76482bf8d4' via api in 0.82 seconds1608[Sep 23 2023 03:24:25 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1609[Sep 23 2023 03:24:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.23 seconds1610[Sep 23 2023 03:24:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-0456e7d148a80b67' via api in 0.34 seconds1611[Sep 23 2023 03:24:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.014s1612[Sep 23 2023 03:24:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.078s1613[Sep 23 2023 03:24:28 UTC (QA Tests)] INFO -- clicking :user_avatar_content1614[Sep 23 2023 03:24:28 UTC (QA Tests)] INFO -- clicking :sign_out_link1615[Sep 23 2023 03:24:29 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-0456e7d148a80b67"1616[Sep 23 2023 03:24:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1617[Sep 23 2023 03:24:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"1618[Sep 23 2023 03:24:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1619[Sep 23 2023 03:24:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1620[Sep 23 2023 03:24:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.648s1621[Sep 23 2023 03:24:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-with-code-5b4a3f76482bf8d41622[Sep 23 2023 03:24:33 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown1623[Sep 23 2023 03:24:34 UTC (QA Tests)] INFO -- Searching in dropdown: "qa-user-0456e7d148a80b67"1624[Sep 23 2023 03:24:34 UTC (QA Tests)] INFO -- clicking :fork_privacy_button1625[Sep 23 2023 03:24:34 UTC (QA Tests)] INFO -- clicking :fork_project_button1626[Sep 23 2023 03:24:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.028s1627[Sep 23 2023 03:24:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.0s1628[Sep 23 2023 03:24:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.011s1629[Sep 23 2023 03:24:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.015s1630[Sep 23 2023 03:24:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.134s1631[Sep 23 2023 03:24:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 6.622s1632[Sep 23 2023 03:24:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? forked_from_link' took 7.955s1633[Sep 23 2023 03:24:43 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-0456e7d148a80b671634[Sep 23 2023 03:24:43 UTC (QA Tests)] INFO -- Caching token for username: qa-user-0456e7d148a80b67, last six chars of token:KPtft51635[Sep 23 2023 03:24:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-0456e7d148a80b67-1zz88zvb' via api in 0.08 seconds1636[Sep 23 2023 03:24:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'qa-user-0456e7d148a80b67/project-with-code-5b4a3f76482bf8d4' via api in 0.21 seconds1637[Sep 23 2023 03:24:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Fork with name 'project-with-code-5b4a3f76482bf8d4' via browser_ui in 19.82 seconds1638[Sep 23 2023 03:24:44 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1639[Sep 23 2023 03:24:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.19 seconds1640[Sep 23 2023 03:24:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-d8a9fad6.test/qa-user-0456e7d148a80b67/project-with-code-5b4a3f76482bf8d41641[Sep 23 2023 03:24:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.147s1642[Sep 23 2023 03:24:46 UTC (QA Tests)] INFO -- clicking :user_avatar_content1643[Sep 23 2023 03:24:47 UTC (QA Tests)] INFO -- clicking :user_avatar_content1644[Sep 23 2023 03:24:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.032s1645[Sep 23 2023 03:24:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.075s1646[Sep 23 2023 03:24:49 UTC (QA Tests)] INFO -- clicking :user_avatar_content1647[Sep 23 2023 03:24:49 UTC (QA Tests)] INFO -- clicking :sign_out_link1648[Sep 23 2023 03:24:50 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-0456e7d148a80b67"1649[Sep 23 2023 03:24:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1650[Sep 23 2023 03:24:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"1651[Sep 23 2023 03:24:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1652[Sep 23 2023 03:24:51 UTC (QA Tests)] INFO -- clicking :sign_in_button1653[Sep 23 2023 03:24:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.647s1654[Sep 23 2023 03:24:53 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1655[Sep 23 2023 03:24:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.193s1656[Sep 23 2023 03:24:54 UTC (QA Tests)] INFO -- clicking :issuable-create-button and ensuring QA::Page::MergeRequest::Show is present1657[Sep 23 2023 03:24:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable-create-button' took 2.783s1658[Sep 23 2023 03:24:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? fork-icon' took 1.032s1659[Sep 23 2023 03:24:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.754s1660[Sep 23 2023 03:24:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.76s1661[Sep 23 2023 03:24:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? login_page' took 0.77s1662[Sep 23 2023 03:25:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.028s1663[Sep 23 2023 03:25:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.027s1664[Sep 23 2023 03:25:01 UTC (QA Tests)] INFO -- clicking :user_avatar_content1665[Sep 23 2023 03:25:01 UTC (QA Tests)] INFO -- clicking :sign_out_link1666[Sep 23 2023 03:25:02 UTC (QA Tests)] INFO -- filling :login_field with "root"1667[Sep 23 2023 03:25:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1668[Sep 23 2023 03:25:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"1669[Sep 23 2023 03:25:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1670[Sep 23 2023 03:25:03 UTC (QA Tests)] INFO -- clicking :sign_in_button1671[Sep 23 2023 03:25:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.071s1672[Sep 23 2023 03:25:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.09 seconds1673[Sep 23 2023 03:25:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.19 seconds1674[Sep 23 2023 03:25:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-with-merge-request-69010ccdeffa1cc0' via api in 1.34 seconds1675[Sep 23 2023 03:25:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequestFromFork via browser_ui in 44.44 seconds1676[Sep 23 2023 03:25:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequestFromFork at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-with-code-5b4a3f76482bf8d4/-/merge_requests/11677[Sep 23 2023 03:25:11 UTC (QA Tests)] INFO -- clicking :merge_button1678[Sep 23 2023 03:25:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.485s1679[Sep 23 2023 03:25:14 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'qa-user-0456e7d148a80b67/project-with-code-5b4a3f76482bf8d4'1680[Sep 23 2023 03:25:14 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-with-code-5b4a3f76482bf8d4'1681[Sep 23 2023 03:25:14 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-0456e7d148a80b67'1682[Sep 23 2023 03:25:14 UTC (QA Tests)] ERROR -- Interceptor Api Errors1683[404] GET /gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/project-with-code-5b4a3f76482bf8d4/-/merge_requests/1/diffs_metadata.json -- Correlation Id: 01HB01399WWC6CVS74Q11S0Q0R1684 can merge source branch from fork into upstream repository1685Create1686 Reverting a commit1687[Sep 23 2023 03:25:14 UTC (QA Tests)] INFO -- Starting test: Create Reverting a commit creates a merge request1688[Sep 23 2023 03:25:14 UTC (QA Tests)] INFO -- filling :login_field with "root"1689[Sep 23 2023 03:25:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1690[Sep 23 2023 03:25:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"1691[Sep 23 2023 03:25:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1692[Sep 23 2023 03:25:15 UTC (QA Tests)] INFO -- clicking :sign_in_button1693[Sep 23 2023 03:25:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.075s1694[Sep 23 2023 03:25:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.05 seconds1695[Sep 23 2023 03:25:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1' via api in 0.12 seconds1696[Sep 23 2023 03:25:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.69 seconds1697[Sep 23 2023 03:25:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::Commit at http://gitlab-ce-d8a9fad6.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/the_awesome_project-5fbc49ab75f53b8b/-/commit/ff51d59195b219391bf03e2b93c24f541f2d91a71698[Sep 23 2023 03:25:21 UTC (QA Tests)] INFO -- clicking :options_button1699[Sep 23 2023 03:25:22 UTC (QA Tests)] INFO -- clicking :revert_button and ensuring QA::Page::Component::CommitModal is present1700[Sep 23 2023 03:25:22 UTC (QA Tests)] INFO -- clicking :submit_commit_button1701[Sep 23 2023 03:25:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_commit_button' took 1.514s1702[Sep 23 2023 03:25:23 UTC (QA Tests)] INFO -- clicking :issuable-create-button and ensuring QA::Page::MergeRequest::Show is present1703[Sep 23 2023 03:25:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable-create-button' took 2.776s1704[Sep 23 2023 03:25:26 UTC (QA Tests)] INFO -- clicking :diffs-tab1705[Sep 23 2023 03:25:27 UTC (QA Tests)] INFO -- clicking :file_tree_button1706[Sep 23 2023 03:25:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-01-52-599109176fc98dd1/the_awesome_project-5fbc49ab75f53b8b'1707 creates a merge request1708[Sep 23 2023 03:25:27 UTC (QA Tests)] WARN -- 1709========= Knapsack Time Offset Warning ==========1710Time offset: 30s1711Max allowed node time execution: 22m 46s1712Exceeded time: 53s1714Test on this CI node ran for longer than the max allowed node time execution.1715Please regenerate your knapsack report.1716If that doesn't help, you can split your slowest test files into smaller files, or bump up the time_offset_in_seconds setting.1717You can also allow the knapsack_pro gem to automatically divide your slow test files across parallel CI nodes.1718https://knapsackpro.com/faq/question/how-to-auto-split-test-files-by-test-cases-on-parallel-jobs-ci-nodes?utm_source=knapsack_gem&utm_medium=knapsack_gem_output&utm_campaign=knapsack_gem_time_offset_warning1719Need explanation? See FAQ:1721=================================================1722Read up on the benefits of a dynamic test split with Knapsack Pro Queue Mode:1723https://docs.knapsackpro.com/2020/how-to-speed-up-ruby-and-javascript-tests-with-ci-parallelisation1724Sign up for Knapsack Pro here:1726=================================================1727[Sep 23 2023 03:25:27 UTC (QA Tests)] INFO -- 1728Knapsack global time execution for tests: 23m 39s1729[Sep 23 2023 03:25:27 UTC (QA Tests)] WARN -- /home/gitlab/qa/rspec/skipped_tests-5149984352.txt doesn't exist!1730Pending: (Failures listed here are expected and do not affect your suite's status)1731 1) Package Composer Repository publishes a composer package and deletes it1732 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4218851733 # ./qa/specs/features/browser_ui/5_package/package_registry/composer_registry_spec.rb:721734 2) Monitor Recovery alert when using HTTP endpoint integration behaves like triggers recovery alert only resolves the correct alert1735 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3955121736 # ./qa/specs/features/browser_ui/8_monitor/alert_management/recovery_alert_resolves_correct_alert_spec.rb:71737 3) Framework sanity Version check is the specified version1738 # Test is not compatible with this environment or pipeline1739 # ./qa/specs/features/sanity/version_spec.rb:151740 4) Data Stores Project in personal namespace behaves like successful project creation creates a new project1741 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4259041742 # ./qa/specs/features/browser_ui/9_data_stores/project/create_project_spec.rb:71743 5) Data Stores Project in group behaves like successful project creation creates a new project1744 # Skipping ./qa/specs/features/browser_ui/9_data_stores/project/create_project_spec.rb[1:1:1:1:1] because it's been fast-quarantined.1745 Failure/Error: raise SkipDeclaredInExample.new(message)1746 RSpec::Core::Pending::SkipDeclaredInExample1747 Shared Example Group: "successful project creation" called from ./qa/specs/features/browser_ui/9_data_stores/project/create_project_spec.rb:291748 # /home/gitlab/spec/support/fast_quarantine.rb:20:in `block (2 levels) in <top (required)>'1749 # ./qa/specs/knapsack_runner.rb:17:in `run'1750 # ./qa/specs/runner.rb:57:in `perform'1751 # ./qa/scenario/template.rb:10:in `block in perform'1752 # ./qa/scenario/template.rb:8:in `perform'1753 # ./qa/scenario/template.rb:50:in `perform'1754 # ./qa/scenario/template.rb:10:in `block in perform'1755 # ./qa/scenario/template.rb:8:in `perform'1756 # ./qa/scenario/bootable.rb:52:in `launch!'1757 6) Verify when pipeline is blocked can still merge MR successfully1758 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4115101759 # ./qa/specs/features/browser_ui/4_verify/pipeline/merge_mr_when_pipline_is_blocked_spec.rb:691760Finished in 23 minutes 44 seconds (files took 2.54 seconds to load)176163 examples, 0 failures, 6 pending1762Randomized with seed 36321763[Sep 23 2023 03:25:28 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-d8a9fad6 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;'"`1764[Sep 23 2023 03:25:28 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-d8a9fad6 bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`1765[Sep 23 2023 03:25:28 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ce-d8a9fad6`1766[Sep 23 2023 03:25:28 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ce-d8a9fad6`1768Running after script...1769$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command1770$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")1771$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"1897Not uploading cache qa-e2e-ruby-3.0-58a919b5573be149d65a5bc220d6fbc3-16 due to policy1899Uploading artifacts...1900gitlab-qa-run-*: found 347 matching artifact files and directories 1901Uploading artifacts as "archive" to coordinator... 201 Created id=5149984352 responseStatus=201 Created token=64_5jzB81902Uploading artifacts...1903gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 1904Uploading artifacts as "junit" to coordinator... 201 Created id=5149984352 responseStatus=201 Created token=64_5jzB81905Uploading artifacts...1906/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 1907Uploading artifacts as "dotenv" to coordinator... 201 Created id=5149984352 responseStatus=201 Created token=64_5jzB81909Job succeeded