decomposition-multiple-db 2/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:e3321c6d86a6012dac0c66db57c2798f5b04ae7c95fef53011afada94ec47a0e 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:08c6f3ac0dc93574451a8a9486f7574f24d7928d8c18b0ae194b8d987ac4f6ba ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1699326528-6411c499-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: 153079, done. 20remote: Counting objects: 100% (153079/153079), done. 21remote: Compressing objects: 100% (98174/98174), done. 22remote: Total 153079 (delta 68880), reused 106080 (delta 49278), pack-reused 0 23Receiving objects: 100% (153079/153079), 132.96 MiB | 42.91 MiB/s, done.24Resolving deltas: 100% (68880/68880), done.26 * [new ref] refs/pipelines/1063171807 -> refs/pipelines/106317180727 * [new branch] master -> origin/master28Checking out 07255f32 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-a1b9e8ccb0a090dccf47e0f296939331-16...32Downloading cache from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-a1b9e8ccb0a090dccf47e0f296939331-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 (5473542767)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5473542767 responseStatus=200 OK token=64_w4wbg38Downloading artifacts for download-fast-quarantine-report (5473542770)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5473542770 responseStatus=200 OK token=64_w4wbg41Using docker image sha256:e3321c6d86a6012dac0c66db57c2798f5b04ae7c95fef53011afada94ec47a0e 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:08c6f3ac0dc93574451a8a9486f7574f24d7928d8c18b0ae194b8d987ac4f6ba ...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-ee:07255f32568e288cbacc9c2a7c005cd369ca9148 --omnibus-config decomposition_multiple_db -- --format QA::Support::JsonFormatter --out tmp/rspec-5473542796.json --format RspecJunitFormatter --out tmp/rspec-5473542796.xml --format html --out tmp/rspec-$(echo decomposition-multiple-db 2/5 | sed 's/[ /]/_/g').htm --color --format documentation'52$ eval "$QA_COMMAND"53[Nov 07 2023 03:23:55 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-f6e9038e$`54[Nov 07 2023 03:23:55 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-f6e9038e --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine/curl:latest tail -f /dev/null`55[Nov 07 2023 03:23:56 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.4.1/tls_certificates/authority/. alpine-f6e9038e:/etc/gitlab/trusted-certs`56[Nov 07 2023 03:23:56 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.4.1/tls_certificates/gitlab/. alpine-f6e9038e:/etc/gitlab/ssl`57[Nov 07 2023 03:23:56 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-f6e9038e`58[Nov 07 2023 03:23:56 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-f6e9038e`59[Nov 07 2023 03:23:57 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`60[Nov 07 2023 03:23:57 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:07255f32568e288cbacc9c2a7c005cd369ca9148`61[Nov 07 2023 03:24:43 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ee-43bc4a50$`62[Nov 07 2023 03:24:43 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`63[Nov 07 2023 03:24:43 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`64[Nov 07 2023 03:24:44 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ee-43bc4a50 --net test --hostname gitlab-ee-43bc4a50.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-11-07-03-23-55-591eeba5/gitlab-ee-43bc4a50/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:07255f32568e288cbacc9c2a7c005cd369ca9148`65[Nov 07 2023 03:24:54 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-43bc4a50 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-11-07 03:23:5566gitlab_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 password70# Gitlab::QA::Runtime::OmnibusConfigurations::DecompositionMultipleDb71#gitlab_rails['databases']['main']['enable'] = true72#gitlab_rails['databases']['ci']['enable'] = true73#gitlab_rails['databases']['ci']['db_database'] = 'gitlabhq_production_ci'74gitlab_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;"`75[Nov 07 2023 03:24:54 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ee-43bc4a50`76[Nov 07 2023 03:28:21 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...77[Nov 07 2023 03:28:21 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-43bc4a50`78[Nov 07 2023 03:28:22 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ee-43bc4a50 80/tcp`79[Nov 07 2023 03:28:22 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!80[Nov 07 2023 03:28:22 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-43bc4a50 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`81[Nov 07 2023 03:28:22 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-43bc4a50 bash -c "echo '#!/usr/bin/env bash82if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then83 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'84 exit 185fi86' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`87[Nov 07 2023 03:28:22 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-43bc4a50 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`88[Nov 07 2023 03:28:22 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.4.1/support/data gitlab-ee-43bc4a50:/tmp/data-seeds`89[Nov 07 2023 03:28:22 UTC (Gitlab QA)] INFO -- Running exec_commands...90[Nov 07 2023 03:28:22 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-43bc4a50 bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`91[Nov 07 2023 03:29:13 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-43bc4a50 bash -c "sed -i 's/#gitlab_rails/gitlab_rails/g' /etc/gitlab/gitlab.rb"`92[Nov 07 2023 03:29:13 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-43bc4a50 bash -c "gitlab-ctl reconfigure"`93[Nov 07 2023 03:29:30 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-43bc4a50 bash -c "gitlab-psql -d gitlabhq_production_ci -c 'select 1' 2>1 > /dev/null || gitlab-psql -c 'create database gitlabhq_production_ci owner gitlab'"`94[Nov 07 2023 03:29:30 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-43bc4a50 bash -c "gitlab-psql -d gitlabhq_production_ci -c 'create extension if not exists btree_gist'"`95[Nov 07 2023 03:29:30 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-43bc4a50 bash -c "gitlab-psql -d gitlabhq_production_ci -c 'create extension if not exists pg_trgm'"`96[Nov 07 2023 03:29:30 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-43bc4a50 bash -c "gitlab-psql -d gitlabhq_production_ci -c \"select schema_name from information_schema.schemata where schema_name = 'gitlab_partitions_dynamic'\" | grep -q gitlab_partitions_dynamic || DISABLE_DATABASE_ENVIRONMENT_CHECK=1 gitlab-rake db:schema:load:ci"`97[Nov 07 2023 03:30:12 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-43bc4a50 bash -c "gitlab-ctl restart"`98[Nov 07 2023 03:30:42 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`99[Nov 07 2023 03:30:42 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:07255f32568e288cbacc9c2a7c005cd369ca9148`100[Nov 07 2023 03:31:51 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee101[Nov 07 2023 03:31:51 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_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 KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --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-11-07-03-23-55-591eeba5/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-11-07-03-23-55-591eeba5/gitlab-ee-qa-b3550be0:/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-ee-qa-b3550be0 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:07255f32568e288cbacc9c2a7c005cd369ca9148 Test::Instance::All http://gitlab-ee-43bc4a50.test -- --format QA::Support::JsonFormatter --out tmp/rspec-5473542796.json --format RspecJunitFormatter --out tmp/rspec-5473542796.xml --format html --out tmp/rspec-decomposition-multiple-db_2_5.htm --color --format documentation`1022023-11-07 03:32:04 / CONF :: 103 ==> Base URL: http://gitlab-ee-43bc4a50.test104 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007ff80743c6d0>105 ==> Libraries: Chemlab::Vendor106[Nov 07 2023 03:32:04 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA107[Nov 07 2023 03:32:04 UTC (QA Tests)] INFO -- Browser: chrome108[Nov 07 2023 03:32:04 UTC (QA Tests)] INFO -- Performing sanity check for environment!109[Nov 07 2023 03:32:05 UTC (QA Tests)] INFO -- Performing initial license fabrication!110[Nov 07 2023 03:32:06 UTC (QA Tests)] INFO -- Successfully added license key. Details:111{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}112[Nov 07 2023 03:32:06 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.27 seconds113[Nov 07 2023 03:32:06 UTC (QA Tests)] INFO -- Disabling sync with External package metadata database114[Nov 07 2023 03:32:06 UTC (QA Tests)] INFO -- Setting application settings: {:package_metadata_purl_types=>[12]}115[Nov 07 2023 03:32:07 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'decomposition-multiple-db' to 'knapsack/decomposition-multiple-db.json'116[Nov 07 2023 03:32:07 UTC (QA Tests)] INFO -- Report already exists, skipping!117[Nov 07 2023 03:32:07 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====118[Nov 07 2023 03:32:07 UTC (QA Tests)] INFO -- Report specs:119[Nov 07 2023 03:32:07 UTC (QA Tests)] INFO -- ["qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_parent_child_pipelines_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/maven_gradle_repository_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/group/restrict_by_ip_address_spec.rb", "qa/specs/features/browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_project_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protected_tags_spec.rb", "qa/specs/features/browser_ui/10_govern/login/log_in_with_2fa_spec.rb", "qa/specs/features/browser_ui/1_manage/integrations/jenkins/jenkins_build_status_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/conan_repository_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/create_merge_request_with_secure_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/add_batch_comments_in_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/suggestions/batch_suggestion_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/trigger_child_pipeline_with_manual_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/project_owner_permissions_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/automatically_creates_incident_for_alert_spec.rb", "qa/specs/features/api/9_data_stores/user_inherited_access_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/pass_dotenv_variables_to_downstream_via_bridge_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/project_security_dashboard_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_personal_snippet_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/analytics/contribution_analytics_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/add_file_to_snippet_spec.rb", "qa/specs/features/browser_ui/4_verify/testing/endpoint_coverage_spec.rb", "qa/specs/features/browser_ui/9_data_stores/group/transfer_project_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/revert/reverting_merge_request_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/insights/default_insights_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/create_project_badge_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/create_project_milestone_spec.rb", "qa/specs/features/api/4_verify/job_downloads_artifacts_spec.rb", "qa/specs/features/browser_ui/2_plan/design_management/modify_design_content_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/iterations/assign_group_iteration_spec.rb", "qa/specs/features/browser_ui/2_plan/design_management/add_design_content_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_remove_source_branch_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/group_wiki/file_upload_group_wiki_page_spec.rb", "qa/specs/features/api/3_create/repository/storage_size_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/create_file_via_web_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/real_time_assignee_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issues_weight/issue_weight_visualization_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/comment_issue_spec.rb", "qa/specs/features/browser_ui/2_plan/related_issues/related_issues_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/group_wiki/delete_group_wiki_page_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/user/minimal_access_user_spec.rb", "qa/specs/features/api/3_create/repository/push_postreceive_idempotent_spec.rb", "qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/link_to_line_in_web_ide_spec.rb", "qa/specs/features/api/9_data_stores/users_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/server_hooks_custom_error_message_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/open_web_ide_from_diff_tab_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/create_first_file_in_web_ide_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/review_merge_request_spec.rb"]120[Nov 07 2023 03:32:07 UTC (QA Tests)] INFO -- Leftover specs:121[Nov 07 2023 03:32:07 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/backend_node_recovery_spec.rb", "qa/specs/features/api/1_manage/import/import_github_repo_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb", "qa/specs/features/api/3_create/merge_request/view_merge_requests_spec.rb", "qa/specs/features/browser_ui/10_govern/login/log_into_gitlab_via_ldap_spec.rb", "qa/specs/features/browser_ui/10_govern/login/oauth_login_with_github_spec.rb", "qa/specs/features/browser_ui/1_manage/integrations/pipeline_status_emails_spec.rb", "qa/specs/features/browser_ui/2_plan/transient/comment_on_discussion_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_with_multiple_files_spec.rb", "qa/specs/features/browser_ui/5_package/container_registry/self_managed/container_registry_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/email_notification_for_alert_spec.rb", "qa/specs/features/ee/api/1_manage/import/import_github_repo_spec.rb", "qa/specs/features/ee/api/7_configure/kubernetes/kubernetes_agent_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/main_index/blob_index_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/group/group_ldap_sync_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/scan_result_policy_license_finding_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_storage_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/utilization/saas_user_caps_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/geo_replication_maven_package_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/rename_replication_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/wiki_ssh_push_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/integrations/jira_issues_list_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/pipeline_for_project_mirror_github_spec.rb", "qa/specs/features/ee/browser_ui/9_data_stores/elasticsearch/elasticsearch_reindexing_spec.rb"]122[Nov 07 2023 03:32:07 UTC (QA Tests)] INFO -- Knapsack report generator started!123[Nov 07 2023 03:32:07 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'decomposition-multiple-db' to 'knapsack/decomposition-multiple-db.json'124[Nov 07 2023 03:32:07 UTC (QA Tests)] INFO -- Report already exists, skipping!125Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true, :requires_praefect=>true}126Randomized with seed 19155127Verify128 Endpoint Coverage129[Nov 07 2023 03:33:34 UTC (QA Tests)] INFO -- Starting test: Verify Endpoint Coverage spans r/w postgres web sidekiq git api130[Nov 07 2023 03:33:34 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA131[Nov 07 2023 03:33:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-ua4lpbsk' via cache in 0.0 seconds132[Nov 07 2023 03:33:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 1.44 seconds133[Nov 07 2023 03:33:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 3.2 seconds134[Nov 07 2023 03:33:39 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.135[Nov 07 2023 03:33:39 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`136[Nov 07 2023 03:33:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`137[Nov 07 2023 03:33:43 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name endpoint-coverage-3277afda4a6cc3c3 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach endpoint-coverage-3277afda4a6cc3c3 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-3277afda4a6cc3c3 --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list endpoint-coverage-3277afda4a6cc3c3 --executor shell && gitlab-runner run" `138[Nov 07 2023 03:33:45 UTC (QA Tests)] INFO -- Executing: `docker logs endpoint-coverage-3277afda4a6cc3c3`139[Nov 07 2023 03:33:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`140[Nov 07 2023 03:33:47 UTC (QA Tests)] INFO -- filling :login_field with "root"141[Nov 07 2023 03:33:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field142[Nov 07 2023 03:33:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"143[Nov 07 2023 03:33:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field144[Nov 07 2023 03:33:48 UTC (QA Tests)] INFO -- clicking :sign_in_button145[Nov 07 2023 03:33:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.175s146[Nov 07 2023 03:33:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/endpoint-coverage-3277afda4a6cc3c3147[Nov 07 2023 03:33:53 UTC (QA Tests)] INFO -- clicking :menu_section_button148[Nov 07 2023 03:33:53 UTC (QA Tests)] INFO -- clicking :nav-item-link149[Nov 07 2023 03:33:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 2.121s150[Nov 07 2023 03:33:57 UTC (QA Tests)] INFO -- clicking :add-ci-variable-button151[Nov 07 2023 03:33:57 UTC (QA Tests)] INFO -- filling :ci-variable-value with "secret-value"152[Nov 07 2023 03:33:57 UTC (QA Tests)] INFO -- clicking the coordinates of :ci-variable-value153[Nov 07 2023 03:33:58 UTC (QA Tests)] INFO -- clicking :ci-variable-confirm-button154[Nov 07 2023 03:34:01 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Commit .gitlab-ci.yml"155[Nov 07 2023 03:34:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.42 seconds156[Nov 07 2023 03:34:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/endpoint-coverage-3277afda4a6cc3c3157[Nov 07 2023 03:34:04 UTC (QA Tests)] INFO -- clicking :menu_section_button158[Nov 07 2023 03:34:05 UTC (QA Tests)] INFO -- clicking :nav-item-link159[Nov 07 2023 03:34:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.064s160[Nov 07 2023 03:34:07 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present161[Nov 07 2023 03:34:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 1.752s162[Nov 07 2023 03:34:09 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :sleep_interval=>1}' arguments163[Nov 07 2023 03:34:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.759s164[Nov 07 2023 03:34:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements ci-icon-text' took 0.78s165[Nov 07 2023 03:34:10 UTC (QA Tests)] INFO -- clicking :browse-artifacts-button166[Nov 07 2023 03:34:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse-artifacts-button' took 1.087s167[Nov 07 2023 03:34:11 UTC (QA Tests)] INFO -- clicking :directory-name-link168[Nov 07 2023 03:34:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 1.023s169[Nov 07 2023 03:34:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'endpoint-coverage-3277afda4a6cc3c3'170[Nov 07 2023 03:34:12 UTC (QA Tests)] INFO -- Executing: `docker rm -f endpoint-coverage-3277afda4a6cc3c3`171 spans r/w postgres web sidekiq git api172Create173 Multiple file snippet174 creates a personal snippet with multiple files (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/427992)175Data Stores176 Project badge177[Nov 07 2023 03:34:13 UTC (QA Tests)] INFO -- Starting test: Data Stores Project badge creates project badge178[Nov 07 2023 03:34:13 UTC (QA Tests)] INFO -- filling :login_field with "root"179[Nov 07 2023 03:34:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field180[Nov 07 2023 03:34:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"181[Nov 07 2023 03:34:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field182[Nov 07 2023 03:34:14 UTC (QA Tests)] INFO -- clicking :sign_in_button183[Nov 07 2023 03:34:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.744s184[Nov 07 2023 03:34:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds185[Nov 07 2023 03:34:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.22 seconds186[Nov 07 2023 03:34:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/badge-test-project-dde9324ad592d567187[Nov 07 2023 03:34:20 UTC (QA Tests)] INFO -- clicking :menu_section_button188[Nov 07 2023 03:34:20 UTC (QA Tests)] INFO -- clicking :nav-item-link189[Nov 07 2023 03:34:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.059s190[Nov 07 2023 03:34:22 UTC (QA Tests)] INFO -- clicking :show-badge-add-form191[Nov 07 2023 03:34:22 UTC (QA Tests)] INFO -- filling :badge_name_field with "project-badge-7514c05ad5ee98a8"192[Nov 07 2023 03:34:22 UTC (QA Tests)] INFO -- clicking the coordinates of :badge_name_field193[Nov 07 2023 03:34:23 UTC (QA Tests)] INFO -- filling :badge_link_url_field with "http://gitlab-ee-43bc4a50.test/%{project_path}"194[Nov 07 2023 03:34:23 UTC (QA Tests)] INFO -- clicking the coordinates of :badge_link_url_field195[Nov 07 2023 03:34:23 UTC (QA Tests)] INFO -- filling :badge_image_url_field with "http://gitlab-ee-43bc4a50.test/%{project_path}/badges/%{default_branch}/pipeline.svg"196[Nov 07 2023 03:34:23 UTC (QA Tests)] INFO -- clicking the coordinates of :badge_image_url_field197[Nov 07 2023 03:34:24 UTC (QA Tests)] INFO -- clicking :add_badge_button198[Nov 07 2023 03:34:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectBadge with name 'project-badge-7514c05ad5ee98a8' via browser_ui in 4.2 seconds199[Nov 07 2023 03:34:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/badge-test-project-dde9324ad592d567200 creates project badge201Create202 Repository tags203 when not protected204 behaves like successful tag creation205[Nov 07 2023 03:34:28 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when not protected behaves like successful tag creation can be created by maintainer_user206[Nov 07 2023 03:34:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds207[Nov 07 2023 03:34:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.25 seconds208[Nov 07 2023 03:34:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.88 seconds209[Nov 07 2023 03:34:31 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-tags-7aa315ac205d0aa1 QA::Resource::Project210[Nov 07 2023 03:34:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.45 seconds211[Nov 07 2023 03:34:32 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-tags-7aa315ac205d0aa1 QA::Resource::Project212[Nov 07 2023 03:34:32 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"213[Nov 07 2023 03:34:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field214[Nov 07 2023 03:34:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"215[Nov 07 2023 03:34:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field216[Nov 07 2023 03:34:33 UTC (QA Tests)] INFO -- clicking :sign_in_button217[Nov 07 2023 03:34:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.907s218[Nov 07 2023 03:34:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-tags-7aa315ac205d0aa1219[Nov 07 2023 03:34:37 UTC (QA Tests)] INFO -- clicking :menu_section_button220[Nov 07 2023 03:34:37 UTC (QA Tests)] INFO -- clicking :nav-item-link221[Nov 07 2023 03:34:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.767s222[Nov 07 2023 03:34:38 UTC (QA Tests)] INFO -- clicking :new_tag_button223[Nov 07 2023 03:34:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.719s224[Nov 07 2023 03:34:39 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"225[Nov 07 2023 03:34:39 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field226[Nov 07 2023 03:34:40 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"227[Nov 07 2023 03:34:40 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field228[Nov 07 2023 03:34:40 UTC (QA Tests)] INFO -- clicking :create_tag_button229[Nov 07 2023 03:34:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_tag_button' took 1.15s230 can be created by maintainer_user231 behaves like successful tag creation232[Nov 07 2023 03:34:41 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when not protected behaves like successful tag creation can be created by developer_user233[Nov 07 2023 03:34:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds234[Nov 07 2023 03:34:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.22 seconds235[Nov 07 2023 03:34:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.22 seconds236[Nov 07 2023 03:34:43 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-tags-6d268405149f38e3 QA::Resource::Project237[Nov 07 2023 03:34:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.16 seconds238[Nov 07 2023 03:34:43 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-tags-6d268405149f38e3 QA::Resource::Project239[Nov 07 2023 03:34:44 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"240[Nov 07 2023 03:34:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field241[Nov 07 2023 03:34:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"242[Nov 07 2023 03:34:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field243[Nov 07 2023 03:34:45 UTC (QA Tests)] INFO -- clicking :sign_in_button244[Nov 07 2023 03:34:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.748s245[Nov 07 2023 03:34:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-tags-6d268405149f38e3246[Nov 07 2023 03:34:49 UTC (QA Tests)] INFO -- clicking :menu_section_button247[Nov 07 2023 03:34:49 UTC (QA Tests)] INFO -- clicking :nav-item-link248[Nov 07 2023 03:34:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.671s249[Nov 07 2023 03:34:50 UTC (QA Tests)] INFO -- clicking :new_tag_button250[Nov 07 2023 03:34:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.848s251[Nov 07 2023 03:34:51 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"252[Nov 07 2023 03:34:51 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field253[Nov 07 2023 03:34:51 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"254[Nov 07 2023 03:34:51 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field255[Nov 07 2023 03:34:52 UTC (QA Tests)] INFO -- clicking :create_tag_button256[Nov 07 2023 03:34:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_tag_button' took 1.077s257 can be created by developer_user258 when protected259 behaves like successful tag creation260[Nov 07 2023 03:34:53 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when protected behaves like successful tag creation can be created by maintainer_user261[Nov 07 2023 03:34:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds262[Nov 07 2023 03:34:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.19 seconds263[Nov 07 2023 03:34:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds264[Nov 07 2023 03:34:56 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-tags-0ca07c5438439298 QA::Resource::Project265[Nov 07 2023 03:34:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds266[Nov 07 2023 03:34:56 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-tags-0ca07c5438439298 QA::Resource::Project267[Nov 07 2023 03:34:57 UTC (QA Tests)] INFO -- filling :login_field with "root"268[Nov 07 2023 03:34:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field269[Nov 07 2023 03:34:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"270[Nov 07 2023 03:34:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field271[Nov 07 2023 03:34:57 UTC (QA Tests)] INFO -- clicking :sign_in_button272[Nov 07 2023 03:34:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.815s273[Nov 07 2023 03:35:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-tags-0ca07c5438439298274[Nov 07 2023 03:35:02 UTC (QA Tests)] INFO -- clicking :menu_section_button275[Nov 07 2023 03:35:02 UTC (QA Tests)] INFO -- clicking :nav-item-link276[Nov 07 2023 03:35:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.257s277[Nov 07 2023 03:35:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.588s278[Nov 07 2023 03:35:05 UTC (QA Tests)] INFO -- clicking :tags_dropdown279[Nov 07 2023 03:35:06 UTC (QA Tests)] INFO -- clicking :allowed_to_create_dropdown280[Nov 07 2023 03:35:06 UTC (QA Tests)] INFO -- clicking :allowed_to_create_dropdown281[Nov 07 2023 03:35:06 UTC (QA Tests)] INFO -- clicking :protect_tag_button282[Nov 07 2023 03:35:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 3.037s283[Nov 07 2023 03:35:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 4.056s284[Nov 07 2023 03:35:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.044s285[Nov 07 2023 03:35:12 UTC (QA Tests)] INFO -- clicking :user_avatar_content286[Nov 07 2023 03:35:12 UTC (QA Tests)] INFO -- clicking :sign_out_link287[Nov 07 2023 03:35:13 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"288[Nov 07 2023 03:35:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field289[Nov 07 2023 03:35:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"290[Nov 07 2023 03:35:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field291[Nov 07 2023 03:35:14 UTC (QA Tests)] INFO -- clicking :sign_in_button292[Nov 07 2023 03:35:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.755s293[Nov 07 2023 03:35:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-tags-0ca07c5438439298294[Nov 07 2023 03:35:19 UTC (QA Tests)] INFO -- clicking :menu_section_button295[Nov 07 2023 03:35:19 UTC (QA Tests)] INFO -- clicking :nav-item-link296[Nov 07 2023 03:35:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.8s297[Nov 07 2023 03:35:20 UTC (QA Tests)] INFO -- clicking :new_tag_button298[Nov 07 2023 03:35:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.733s299[Nov 07 2023 03:35:21 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"300[Nov 07 2023 03:35:21 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field301[Nov 07 2023 03:35:21 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"302[Nov 07 2023 03:35:21 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field303[Nov 07 2023 03:35:21 UTC (QA Tests)] INFO -- clicking :create_tag_button304[Nov 07 2023 03:35:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_tag_button' took 1.14s305 can be created by maintainer_user306 behaves like unsuccessful tag creation307[Nov 07 2023 03:35:23 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when protected behaves like unsuccessful tag creation cannot be created by an unauthorized developer_user308[Nov 07 2023 03:35:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds309[Nov 07 2023 03:35:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.23 seconds310[Nov 07 2023 03:35:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds311[Nov 07 2023 03:35:24 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-tags-7f059eb461fba130 QA::Resource::Project312[Nov 07 2023 03:35:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds313[Nov 07 2023 03:35:25 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-tags-7f059eb461fba130 QA::Resource::Project314[Nov 07 2023 03:35:26 UTC (QA Tests)] INFO -- filling :login_field with "root"315[Nov 07 2023 03:35:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field316[Nov 07 2023 03:35:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"317[Nov 07 2023 03:35:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field318[Nov 07 2023 03:35:26 UTC (QA Tests)] INFO -- clicking :sign_in_button319[Nov 07 2023 03:35:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.893s320[Nov 07 2023 03:35:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-tags-7f059eb461fba130321[Nov 07 2023 03:35:31 UTC (QA Tests)] INFO -- clicking :menu_section_button322[Nov 07 2023 03:35:31 UTC (QA Tests)] INFO -- clicking :nav-item-link323[Nov 07 2023 03:35:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.977s324[Nov 07 2023 03:35:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.515s325[Nov 07 2023 03:35:34 UTC (QA Tests)] INFO -- clicking :tags_dropdown326[Nov 07 2023 03:35:34 UTC (QA Tests)] INFO -- clicking :allowed_to_create_dropdown327[Nov 07 2023 03:35:34 UTC (QA Tests)] INFO -- clicking :allowed_to_create_dropdown328[Nov 07 2023 03:35:34 UTC (QA Tests)] INFO -- clicking :protect_tag_button329[Nov 07 2023 03:35:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.945s330[Nov 07 2023 03:35:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 2.96s331[Nov 07 2023 03:35:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.062s332[Nov 07 2023 03:35:39 UTC (QA Tests)] INFO -- clicking :user_avatar_content333[Nov 07 2023 03:35:39 UTC (QA Tests)] INFO -- clicking :sign_out_link334[Nov 07 2023 03:35:40 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"335[Nov 07 2023 03:35:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field336[Nov 07 2023 03:35:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"337[Nov 07 2023 03:35:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field338[Nov 07 2023 03:35:41 UTC (QA Tests)] INFO -- clicking :sign_in_button339[Nov 07 2023 03:35:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.849s340[Nov 07 2023 03:35:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-tags-7f059eb461fba130341[Nov 07 2023 03:35:45 UTC (QA Tests)] INFO -- clicking :menu_section_button342[Nov 07 2023 03:35:45 UTC (QA Tests)] INFO -- clicking :nav-item-link343[Nov 07 2023 03:35:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.652s344[Nov 07 2023 03:35:45 UTC (QA Tests)] INFO -- clicking :new_tag_button345[Nov 07 2023 03:35:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.63s346[Nov 07 2023 03:35:46 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"347[Nov 07 2023 03:35:46 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field348[Nov 07 2023 03:35:47 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"349[Nov 07 2023 03:35:47 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field350[Nov 07 2023 03:35:47 UTC (QA Tests)] INFO -- clicking :create_tag_button351 cannot be created by an unauthorized developer_user352Data Stores353 Users API354[Nov 07 2023 03:35:48 UTC (QA Tests)] INFO -- Starting test: Data Stores Users API GET /users/:username with a valid username355 GET /users/:username with a valid username356[Nov 07 2023 03:35:48 UTC (QA Tests)] INFO -- Starting test: Data Stores Users API GET /users357 GET /users358[Nov 07 2023 03:35:48 UTC (QA Tests)] INFO -- Starting test: Data Stores Users API GET /users/:username with an invalid username359 GET /users/:username with an invalid username360Verify361 Unlocking job artifacts across pipelines362 when latest pipeline is successful363[Nov 07 2023 03:35:48 UTC (QA Tests)] INFO -- Starting test: Verify Unlocking job artifacts across pipelines when latest pipeline is successful unlocks job artifacts from previous successful pipeline364[Nov 07 2023 03:35:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds365[Nov 07 2023 03:35:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.21 seconds366[Nov 07 2023 03:35:50 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.367[Nov 07 2023 03:35:50 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`368[Nov 07 2023 03:35:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`369[Nov 07 2023 03:35:50 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-pegnjq24 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-pegnjq24 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-pegnjq24 --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list qa-runner-pegnjq24 --executor shell && gitlab-runner run" `370[Nov 07 2023 03:35:51 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-pegnjq24`371[Nov 07 2023 03:35:51 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`372[Nov 07 2023 03:35:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-pegnjq24' via api in 2.16 seconds373[Nov 07 2023 03:35:52 UTC (QA Tests)] INFO -- Enabling feature: ci_unlock_non_successful_pipelines for scope "project: gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-834a370861e5c9c9"374[Nov 07 2023 03:35:52 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: ci_unlock_non_successful_pipelines375[Nov 07 2023 03:35:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_avatar_content' took 0.896s376[Nov 07 2023 03:35:54 UTC (QA Tests)] INFO -- filling :login_field with "root"377[Nov 07 2023 03:35:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field378[Nov 07 2023 03:35:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"379[Nov 07 2023 03:35:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field380[Nov 07 2023 03:35:55 UTC (QA Tests)] INFO -- clicking :sign_in_button381[Nov 07 2023 03:35:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.262s382[Nov 07 2023 03:35:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-834a370861e5c9c9383[Nov 07 2023 03:36:01 UTC (QA Tests)] INFO -- Waiting for new pipeline to be created384[Nov 07 2023 03:36:01 UTC (QA Tests)] INFO -- clicking :menu_section_button385[Nov 07 2023 03:36:02 UTC (QA Tests)] INFO -- clicking :nav-item-link386[Nov 07 2023 03:36:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.868s387[Nov 07 2023 03:36:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline-table-row' took 0.929s388[Nov 07 2023 03:36:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-834a370861e5c9c9/-/jobs/2389[Nov 07 2023 03:36:17 UTC (QA Tests)] INFO -- Waiting for new pipeline to be created390[Nov 07 2023 03:36:17 UTC (QA Tests)] INFO -- clicking :nav-item-link391[Nov 07 2023 03:36:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.823s392[Nov 07 2023 03:36:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-834a370861e5c9c9/-/jobs/3393[Nov 07 2023 03:36:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-834a370861e5c9c9/-/jobs/2394[Nov 07 2023 03:36:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 11.072s395[Nov 07 2023 03:36:43 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-834a370861e5c9c9/-/jobs/2396[Nov 07 2023 03:36:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.499s397[Nov 07 2023 03:36:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 11.038s398[Nov 07 2023 03:36:57 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-834a370861e5c9c9/-/jobs/2399[Nov 07 2023 03:36:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.112s400[Nov 07 2023 03:37:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 8.965s401[Nov 07 2023 03:37:08 UTC (QA Tests)] INFO -- Disabling feature: ci_unlock_non_successful_pipelines for scope "project: gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-834a370861e5c9c9"402[Nov 07 2023 03:37:08 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: ci_unlock_non_successful_pipelines403[Nov 07 2023 03:37:08 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-pegnjq24'404[Nov 07 2023 03:37:08 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-pegnjq24`405 unlocks job artifacts from previous successful pipeline406 when latest pipeline is blocked407[Nov 07 2023 03:37:08 UTC (QA Tests)] INFO -- Starting test: Verify Unlocking job artifacts across pipelines when latest pipeline is blocked keeps job artifacts from the latest blocked pipeline and from latest successful pipeline408[Nov 07 2023 03:37:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds409[Nov 07 2023 03:37:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.25 seconds410[Nov 07 2023 03:37:10 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.411[Nov 07 2023 03:37:10 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`412[Nov 07 2023 03:37:14 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`413[Nov 07 2023 03:37:14 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-xynkcnhh --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-xynkcnhh 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-xynkcnhh --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list qa-runner-xynkcnhh --executor shell && gitlab-runner run" `414[Nov 07 2023 03:37:14 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-xynkcnhh`415[Nov 07 2023 03:37:14 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`416[Nov 07 2023 03:37:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-xynkcnhh' via api in 5.89 seconds417[Nov 07 2023 03:37:16 UTC (QA Tests)] INFO -- Enabling feature: ci_unlock_non_successful_pipelines for scope "project: gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-cbdf01c1ca82e205"418[Nov 07 2023 03:37:16 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: ci_unlock_non_successful_pipelines419[Nov 07 2023 03:37:16 UTC (QA Tests)] INFO -- filling :login_field with "root"420[Nov 07 2023 03:37:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field421[Nov 07 2023 03:37:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"422[Nov 07 2023 03:37:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field423[Nov 07 2023 03:37:17 UTC (QA Tests)] INFO -- clicking :sign_in_button424[Nov 07 2023 03:37:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.054s425[Nov 07 2023 03:37:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-cbdf01c1ca82e205426[Nov 07 2023 03:37:22 UTC (QA Tests)] INFO -- Waiting for new pipeline to be created427[Nov 07 2023 03:37:22 UTC (QA Tests)] INFO -- clicking :menu_section_button428[Nov 07 2023 03:37:23 UTC (QA Tests)] INFO -- clicking :nav-item-link429[Nov 07 2023 03:37:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.763s430[Nov 07 2023 03:37:36 UTC (QA Tests)] INFO -- Waiting for new pipeline to be created431[Nov 07 2023 03:37:36 UTC (QA Tests)] INFO -- clicking :nav-item-link432[Nov 07 2023 03:37:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.854s433[Nov 07 2023 03:37:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline-table-row' took 0.959s434[Nov 07 2023 03:37:50 UTC (QA Tests)] INFO -- Waiting for new pipeline to be created435[Nov 07 2023 03:37:50 UTC (QA Tests)] INFO -- clicking :nav-item-link436[Nov 07 2023 03:37:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.886s437[Nov 07 2023 03:38:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-cbdf01c1ca82e205/-/jobs/7438[Nov 07 2023 03:38:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-cbdf01c1ca82e205/-/jobs/5439[Nov 07 2023 03:38:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 9.934s440[Nov 07 2023 03:38:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-cbdf01c1ca82e205/-/jobs/4441[Nov 07 2023 03:38:18 UTC (QA Tests)] INFO -- Disabling feature: ci_unlock_non_successful_pipelines for scope "project: gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-cbdf01c1ca82e205"442[Nov 07 2023 03:38:18 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: ci_unlock_non_successful_pipelines443[Nov 07 2023 03:38:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-xynkcnhh'444[Nov 07 2023 03:38:19 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-xynkcnhh`445 keeps job artifacts from the latest blocked pipeline and from latest successful pipeline446 when latest pipeline failed447[Nov 07 2023 03:38:19 UTC (QA Tests)] INFO -- Starting test: Verify Unlocking job artifacts across pipelines when latest pipeline failed keeps job artifacts from latest failed pipelines and from latest successful pipeline448[Nov 07 2023 03:38:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds449[Nov 07 2023 03:38:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.22 seconds450[Nov 07 2023 03:38:20 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.451[Nov 07 2023 03:38:20 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`452[Nov 07 2023 03:38:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`453[Nov 07 2023 03:38:24 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-8ri4i5pq --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-8ri4i5pq 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-8ri4i5pq --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list qa-runner-8ri4i5pq --executor shell && gitlab-runner run" `454[Nov 07 2023 03:38:25 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-8ri4i5pq`455[Nov 07 2023 03:38:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`456[Nov 07 2023 03:38:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-8ri4i5pq' via api in 5.94 seconds457[Nov 07 2023 03:38:26 UTC (QA Tests)] INFO -- Enabling feature: ci_unlock_non_successful_pipelines for scope "project: gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-8d804b5c216e608c"458[Nov 07 2023 03:38:26 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: ci_unlock_non_successful_pipelines459[Nov 07 2023 03:38:27 UTC (QA Tests)] INFO -- filling :login_field with "root"460[Nov 07 2023 03:38:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field461[Nov 07 2023 03:38:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"462[Nov 07 2023 03:38:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field463[Nov 07 2023 03:38:28 UTC (QA Tests)] INFO -- clicking :sign_in_button464[Nov 07 2023 03:38:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.981s465[Nov 07 2023 03:38:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-8d804b5c216e608c466[Nov 07 2023 03:38:34 UTC (QA Tests)] INFO -- Waiting for new pipeline to be created467[Nov 07 2023 03:38:34 UTC (QA Tests)] INFO -- clicking :menu_section_button468[Nov 07 2023 03:38:34 UTC (QA Tests)] INFO -- clicking :nav-item-link469[Nov 07 2023 03:38:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.852s470[Nov 07 2023 03:38:47 UTC (QA Tests)] INFO -- Waiting for new pipeline to be created471[Nov 07 2023 03:38:47 UTC (QA Tests)] INFO -- clicking :nav-item-link472[Nov 07 2023 03:38:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.797s473[Nov 07 2023 03:39:00 UTC (QA Tests)] INFO -- Waiting for new pipeline to be created474[Nov 07 2023 03:39:00 UTC (QA Tests)] INFO -- clicking :nav-item-link475[Nov 07 2023 03:39:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.823s476[Nov 07 2023 03:39:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-8d804b5c216e608c/-/jobs/11477[Nov 07 2023 03:39:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-8d804b5c216e608c/-/jobs/10478[Nov 07 2023 03:39:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 11.031s479[Nov 07 2023 03:39:26 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-8d804b5c216e608c/-/jobs/10480[Nov 07 2023 03:39:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 11.027s481[Nov 07 2023 03:39:39 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-8d804b5c216e608c/-/jobs/10482[Nov 07 2023 03:39:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.517s483[Nov 07 2023 03:39:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 11.039s484[Nov 07 2023 03:39:53 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-8d804b5c216e608c/-/jobs/10485[Nov 07 2023 03:39:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.142s486[Nov 07 2023 03:40:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 11.033s487[Nov 07 2023 03:40:06 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-8d804b5c216e608c/-/jobs/10488[Nov 07 2023 03:40:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.554s489[Nov 07 2023 03:40:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 8.953s490[Nov 07 2023 03:40:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-8d804b5c216e608c/-/jobs/9491[Nov 07 2023 03:40:18 UTC (QA Tests)] INFO -- Disabling feature: ci_unlock_non_successful_pipelines for scope "project: gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-project-8d804b5c216e608c"492[Nov 07 2023 03:40:18 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: ci_unlock_non_successful_pipelines493[Nov 07 2023 03:40:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-8ri4i5pq'494[Nov 07 2023 03:40:19 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-8ri4i5pq`495 keeps job artifacts from latest failed pipelines and from latest successful pipeline496Fulfillment497 Utilization498 when admin sets user cap limit for group499 shows members over limit as pending for approvals (PENDING: Test is not compatible with this environment or pipeline)500Package501 Maven Repository with Gradle502 using ci job token503[Nov 07 2023 03:40:19 UTC (QA Tests)] INFO -- Starting test: Package Maven Repository with Gradle using ci job token pushes and pulls a maven package via gradle504[Nov 07 2023 03:40:20 UTC (QA Tests)] INFO -- filling :login_field with "root"505[Nov 07 2023 03:40:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field506[Nov 07 2023 03:40:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"507[Nov 07 2023 03:40:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field508[Nov 07 2023 03:40:20 UTC (QA Tests)] INFO -- clicking :sign_in_button509[Nov 07 2023 03:40:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.961s510[Nov 07 2023 03:40:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds511[Nov 07 2023 03:40:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.21 seconds512[Nov 07 2023 03:40:25 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.513[Nov 07 2023 03:40:25 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`514[Nov 07 2023 03:40:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`515[Nov 07 2023 03:40:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`516[Nov 07 2023 03:40:25 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1699328423 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1699328423 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-1699328423 --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list runner-for-maven_gradle_project-211fe01cda9d116b --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" `517[Nov 07 2023 03:40:25 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1699328423`518[Nov 07 2023 03:40:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`519[Nov 07 2023 03:40:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1699328423' via api in 2.27 seconds520[Nov 07 2023 03:40:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.09 seconds521[Nov 07 2023 03:40:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/maven_gradle_project-211fe01cda9d116b522[Nov 07 2023 03:40:30 UTC (QA Tests)] INFO -- clicking :menu_section_button523[Nov 07 2023 03:40:31 UTC (QA Tests)] INFO -- clicking :nav-item-link524[Nov 07 2023 03:40:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.787s525[Nov 07 2023 03:40:33 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present526[Nov 07 2023 03:40:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 1.455s527[Nov 07 2023 03:41:05 UTC (QA Tests)] INFO -- clicking :pipeline-path528[Nov 07 2023 03:41:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pipeline-path' took 1.156s529[Nov 07 2023 03:41:07 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present530[Nov 07 2023 03:41:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 1.503s531[Nov 07 2023 03:41:21 UTC (QA Tests)] INFO -- clicking :menu_section_button532[Nov 07 2023 03:41:21 UTC (QA Tests)] INFO -- clicking :nav-item-link533[Nov 07 2023 03:41:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.795s534[Nov 07 2023 03:41:22 UTC (QA Tests)] INFO -- clicking :details-link535[Nov 07 2023 03:41:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? package-information-content' took 0.515s536 pushes and pulls a maven package via gradle537 using project deploy token538[Nov 07 2023 03:41:23 UTC (QA Tests)] INFO -- Starting test: Package Maven Repository with Gradle using project deploy token pushes and pulls a maven package via gradle539[Nov 07 2023 03:41:23 UTC (QA Tests)] INFO -- filling :login_field with "root"540[Nov 07 2023 03:41:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field541[Nov 07 2023 03:41:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"542[Nov 07 2023 03:41:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field543[Nov 07 2023 03:41:24 UTC (QA Tests)] INFO -- clicking :sign_in_button544[Nov 07 2023 03:41:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.043s545[Nov 07 2023 03:41:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds546[Nov 07 2023 03:41:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.21 seconds547[Nov 07 2023 03:41:28 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.548[Nov 07 2023 03:41:28 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`549[Nov 07 2023 03:41:32 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`550[Nov 07 2023 03:41:32 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`551[Nov 07 2023 03:41:32 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1699328487 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1699328487 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-1699328487 --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list runner-for-maven_gradle_project-760bee5d1fd279c8 --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" `552[Nov 07 2023 03:41:33 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1699328487`553[Nov 07 2023 03:41:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`554[Nov 07 2023 03:41:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1699328487' via api in 5.98 seconds555[Nov 07 2023 03:41:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-1' via api in 0.14 seconds556[Nov 07 2023 03:41:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.21 seconds557[Nov 07 2023 03:41:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/maven_gradle_project-760bee5d1fd279c8558[Nov 07 2023 03:41:37 UTC (QA Tests)] INFO -- clicking :menu_section_button559[Nov 07 2023 03:41:37 UTC (QA Tests)] INFO -- clicking :nav-item-link560[Nov 07 2023 03:41:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.753s561[Nov 07 2023 03:41:39 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present562[Nov 07 2023 03:41:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 1.337s563[Nov 07 2023 03:41:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.568s564[Nov 07 2023 03:41:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job-log-content' took 0.598s565[Nov 07 2023 03:42:03 UTC (QA Tests)] INFO -- clicking :pipeline-path566[Nov 07 2023 03:42:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pipeline-path' took 1.014s567[Nov 07 2023 03:42:04 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present568[Nov 07 2023 03:42:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 1.363s569[Nov 07 2023 03:42:06 UTC (QA Tests)] INFO -- clicking :menu_section_button570[Nov 07 2023 03:42:06 UTC (QA Tests)] INFO -- clicking :nav-item-link571[Nov 07 2023 03:42:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.869s572[Nov 07 2023 03:42:07 UTC (QA Tests)] INFO -- clicking :details-link573 pushes and pulls a maven package via gradle574 using personal access token575[Nov 07 2023 03:42:08 UTC (QA Tests)] INFO -- Starting test: Package Maven Repository with Gradle using personal access token pushes and pulls a maven package via gradle576[Nov 07 2023 03:42:08 UTC (QA Tests)] INFO -- filling :login_field with "root"577[Nov 07 2023 03:42:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field578[Nov 07 2023 03:42:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"579[Nov 07 2023 03:42:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field580[Nov 07 2023 03:42:09 UTC (QA Tests)] INFO -- clicking :sign_in_button581[Nov 07 2023 03:42:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.377s582[Nov 07 2023 03:42:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds583[Nov 07 2023 03:42:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.21 seconds584[Nov 07 2023 03:42:13 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.585[Nov 07 2023 03:42:13 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`586[Nov 07 2023 03:42:18 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`587[Nov 07 2023 03:42:18 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`588[Nov 07 2023 03:42:18 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1699328532 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1699328532 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-1699328532 --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list runner-for-maven_gradle_project-cce59a2639fcf9dd --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" `589[Nov 07 2023 03:42:18 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1699328532`590[Nov 07 2023 03:42:18 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`591[Nov 07 2023 03:42:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1699328532' via api in 5.99 seconds592[Nov 07 2023 03:42:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.19 seconds593[Nov 07 2023 03:42:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/maven_gradle_project-cce59a2639fcf9dd594[Nov 07 2023 03:42:22 UTC (QA Tests)] INFO -- clicking :menu_section_button595[Nov 07 2023 03:42:22 UTC (QA Tests)] INFO -- clicking :nav-item-link596[Nov 07 2023 03:42:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.719s597[Nov 07 2023 03:42:24 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present598[Nov 07 2023 03:42:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 1.444s599[Nov 07 2023 03:42:48 UTC (QA Tests)] INFO -- clicking :pipeline-path600[Nov 07 2023 03:42:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pipeline-path' took 1.183s601[Nov 07 2023 03:42:49 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present602[Nov 07 2023 03:42:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 1.362s603[Nov 07 2023 03:42:51 UTC (QA Tests)] INFO -- clicking :menu_section_button604[Nov 07 2023 03:42:51 UTC (QA Tests)] INFO -- clicking :nav-item-link605[Nov 07 2023 03:42:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.784s606[Nov 07 2023 03:42:52 UTC (QA Tests)] INFO -- clicking :details-link607 pushes and pulls a maven package via gradle608Package609 Conan Repository610[Nov 07 2023 03:42:52 UTC (QA Tests)] INFO -- Starting test: Package Conan Repository publishes, installs, and deletes a Conan package611[Nov 07 2023 03:42:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds612[Nov 07 2023 03:42:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.2 seconds613[Nov 07 2023 03:42:53 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.614[Nov 07 2023 03:42:53 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`615[Nov 07 2023 03:42:53 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`616[Nov 07 2023 03:42:53 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`617[Nov 07 2023 03:42:53 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1699328572 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1699328572 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-1699328572 --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list runner-for-conan-package-project-9f2f2f83d655cb03 --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" `618[Nov 07 2023 03:42:54 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1699328572`619[Nov 07 2023 03:42:54 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`620[Nov 07 2023 03:42:56 UTC (QA Tests)] INFO -- filling :login_field with "root"621[Nov 07 2023 03:42:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field622[Nov 07 2023 03:42:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"623[Nov 07 2023 03:42:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field624[Nov 07 2023 03:42:57 UTC (QA Tests)] INFO -- clicking :sign_in_button625[Nov 07 2023 03:42:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.152s626[Nov 07 2023 03:43:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/conan-package-project-9f2f2f83d655cb03627[Nov 07 2023 03:43:02 UTC (QA Tests)] INFO -- clicking :menu_section_button628[Nov 07 2023 03:43:02 UTC (QA Tests)] INFO -- clicking :nav-item-link629[Nov 07 2023 03:43:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.832s630[Nov 07 2023 03:43:04 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present631[Nov 07 2023 03:43:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 1.641s632[Nov 07 2023 03:43:37 UTC (QA Tests)] INFO -- clicking :menu_section_button633[Nov 07 2023 03:43:37 UTC (QA Tests)] INFO -- clicking :nav-item-link634[Nov 07 2023 03:43:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.772s635[Nov 07 2023 03:43:38 UTC (QA Tests)] INFO -- clicking :details-link636[Nov 07 2023 03:43:38 UTC (QA Tests)] INFO -- clicking :delete-package637[Nov 07 2023 03:43:40 UTC (QA Tests)] INFO -- clicking :delete-modal-button638[Nov 07 2023 03:43:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1699328572'639[Nov 07 2023 03:43:41 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1699328572`640 publishes, installs, and deletes a Conan package641Plan642 Testing group wiki643[Nov 07 2023 03:43:42 UTC (QA Tests)] INFO -- Starting test: Plan Testing group wiki can delete a group wiki page644[Nov 07 2023 03:43:42 UTC (QA Tests)] INFO -- filling :login_field with "root"645[Nov 07 2023 03:43:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field646[Nov 07 2023 03:43:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"647[Nov 07 2023 03:43:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field648[Nov 07 2023 03:43:43 UTC (QA Tests)] INFO -- clicking :sign_in_button649[Nov 07 2023 03:43:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.182s650[Nov 07 2023 03:43:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds651[Nov 07 2023 03:43:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-with-wiki-4c631fdc015c6dbd' via api in 0.74 seconds652[Nov 07 2023 03:43:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::GroupPage at http://gitlab-ee-43bc4a50.test/groups/gitlab-qa-sandbox-group-3/group-with-wiki-4c631fdc015c6dbd/-/wikis/Home653[Nov 07 2023 03:43:49 UTC (QA Tests)] INFO -- clicking :wiki-edit-button654[Nov 07 2023 03:43:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki-edit-button' took 0.817s655[Nov 07 2023 03:43:49 UTC (QA Tests)] INFO -- clicking :delete-button and ensuring QA::Page::Modal::DeleteWiki is present656[Nov 07 2023 03:43:50 UTC (QA Tests)] INFO -- clicking :confirm_deletion_button657[Nov 07 2023 03:43:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_deletion_button' took 1.015s658 can delete a group wiki page659Create660 Version control for personal snippets661[Nov 07 2023 03:43:51 UTC (QA Tests)] INFO -- Starting test: Create Version control for personal snippets clones, pushes, and pulls a snippet over SSH, deletes via UI662[Nov 07 2023 03:43:52 UTC (QA Tests)] INFO -- filling :login_field with "root"663[Nov 07 2023 03:43:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field664[Nov 07 2023 03:43:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"665[Nov 07 2023 03:43:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field666[Nov 07 2023 03:43:52 UTC (QA Tests)] INFO -- clicking :sign_in_button667[Nov 07 2023 03:43:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.221s668[Nov 07 2023 03:43:55 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20231107-39-olbxso/id_rsa -N `669[Nov 07 2023 03:43:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '1' via api in 0.54 seconds670[Nov 07 2023 03:43:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '1' via api in 0.55 seconds671[Nov 07 2023 03:43:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ee-43bc4a50.test/-/snippets/1672[Nov 07 2023 03:43:57 UTC (QA Tests)] INFO -- clicking :clone-button673[Nov 07 2023 03:43:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.06 seconds674[Nov 07 2023 03:43:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.743s675[Nov 07 2023 03:43:59 UTC (QA Tests)] INFO -- clicking :snippet-action-button676[Nov 07 2023 03:43:59 UTC (QA Tests)] INFO -- clicking :delete-snippet-button677[Nov 07 2023 03:44:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.588s678[Nov 07 2023 03:44:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? delete-snippet-button' took 0.597s679[Nov 07 2023 03:44:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '1'680 clones, pushes, and pulls a snippet over SSH, deletes via UI681[Nov 07 2023 03:44:01 UTC (QA Tests)] INFO -- Starting test: Create Version control for personal snippets clones, pushes, and pulls a snippet over HTTP, edits via UI682[Nov 07 2023 03:44:01 UTC (QA Tests)] INFO -- filling :login_field with "root"683[Nov 07 2023 03:44:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field684[Nov 07 2023 03:44:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"685[Nov 07 2023 03:44:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field686[Nov 07 2023 03:44:02 UTC (QA Tests)] INFO -- clicking :sign_in_button687[Nov 07 2023 03:44:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.135s688[Nov 07 2023 03:44:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '2' via api in 0.48 seconds689[Nov 07 2023 03:44:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ee-43bc4a50.test/-/snippets/2690[Nov 07 2023 03:44:06 UTC (QA Tests)] INFO -- clicking :clone-button691[Nov 07 2023 03:44:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.0 seconds692[Nov 07 2023 03:44:08 UTC (QA Tests)] INFO -- clicking :snippet-action-button and ensuring QA::Page::Dashboard::Snippet::Edit is present693[Nov 07 2023 03:44:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet-action-button' took 0.788s694[Nov 07 2023 03:44:09 UTC (QA Tests)] INFO -- clicking the coordinates of :submit-button695[Nov 07 2023 03:44:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.948s696[Nov 07 2023 03:44:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file-name-field' took 0.963s697[Nov 07 2023 03:44:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::Snippet with id '2'698[Nov 07 2023 03:44:11 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20231107-39-mpgo19/id_rsa -N `699[Nov 07 2023 03:44:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '2' via api in 0.41 seconds700[Nov 07 2023 03:44:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '2'701 clones, pushes, and pulls a snippet over HTTP, edits via UI702Verify703 Pipeline for project mirrors Github704 user commits to GitHub triggers CI pipeline (PENDING: Test is not compatible with this environment or pipeline)705Plan706 for project insights page707 behaves like default insights page708[Nov 07 2023 03:44:12 UTC (QA Tests)] INFO -- Starting test: Plan for project insights page behaves like default insights page displays issues and merge requests dashboards709[Nov 07 2023 03:44:12 UTC (QA Tests)] INFO -- filling :login_field with "root"710[Nov 07 2023 03:44:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field711[Nov 07 2023 03:44:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"712[Nov 07 2023 03:44:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field713[Nov 07 2023 03:44:13 UTC (QA Tests)] INFO -- clicking :sign_in_button714[Nov 07 2023 03:44:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.125s715[Nov 07 2023 03:44:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds716[Nov 07 2023 03:44:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.27 seconds717[Nov 07 2023 03:44:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-insights-6eba56f4101f45fb718[Nov 07 2023 03:44:18 UTC (QA Tests)] INFO -- clicking :menu_section_button719[Nov 07 2023 03:44:18 UTC (QA Tests)] INFO -- clicking :nav-item-link720[Nov 07 2023 03:44:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.838s721[Nov 07 2023 03:44:20 UTC (QA Tests)] INFO -- clicking :insights_dashboard_dropdown722 displays issues and merge requests dashboards723 for group insights page724 behaves like default insights page725[Nov 07 2023 03:44:21 UTC (QA Tests)] INFO -- Starting test: Plan for group insights page behaves like default insights page displays issues and merge requests dashboards726[Nov 07 2023 03:44:21 UTC (QA Tests)] INFO -- filling :login_field with "root"727[Nov 07 2023 03:44:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field728[Nov 07 2023 03:44:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"729[Nov 07 2023 03:44:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field730[Nov 07 2023 03:44:22 UTC (QA Tests)] INFO -- clicking :sign_in_button731[Nov 07 2023 03:44:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.26s732[Nov 07 2023 03:44:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds733[Nov 07 2023 03:44:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-43bc4a50.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de734[Nov 07 2023 03:44:26 UTC (QA Tests)] INFO -- clicking :menu_section_button735[Nov 07 2023 03:44:27 UTC (QA Tests)] INFO -- clicking :nav-item-link736[Nov 07 2023 03:44:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.765s737[Nov 07 2023 03:44:28 UTC (QA Tests)] INFO -- clicking :insights_dashboard_dropdown738 displays issues and merge requests dashboards739Create740 Create a new project from a template741[Nov 07 2023 03:44:28 UTC (QA Tests)] INFO -- Starting test: Create Create a new project from a template commits via the api742[Nov 07 2023 03:44:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds743[Nov 07 2023 03:44:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.18 seconds744 commits via the api745Plan746 Design Management747[Nov 07 2023 03:44:34 UTC (QA Tests)] INFO -- Starting test: Plan Design Management user adds a design and annotates it748[Nov 07 2023 03:44:35 UTC (QA Tests)] INFO -- filling :login_field with "root"749[Nov 07 2023 03:44:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field750[Nov 07 2023 03:44:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"751[Nov 07 2023 03:44:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field752[Nov 07 2023 03:44:35 UTC (QA Tests)] INFO -- clicking :sign_in_button753[Nov 07 2023 03:44:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.147s754[Nov 07 2023 03:44:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds755[Nov 07 2023 03:44:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.19 seconds756[Nov 07 2023 03:44:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-issues-1db7d51c8397f975' via api in 1.01 seconds757[Nov 07 2023 03:44:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-issues-1db7d51c8397f975/-/issues/1758[Nov 07 2023 03:44:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.942s759[Nov 07 2023 03:44:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element design-image' took 0.966s760[Nov 07 2023 03:44:45 UTC (QA Tests)] INFO -- clicking :design-file-name761[Nov 07 2023 03:44:45 UTC (QA Tests)] INFO -- clicking :design-image-button762[Nov 07 2023 03:44:45 UTC (QA Tests)] INFO -- filling :note-textarea with "This design is great!"763[Nov 07 2023 03:44:45 UTC (QA Tests)] INFO -- clicking the coordinates of :note-textarea764[Nov 07 2023 03:44:46 UTC (QA Tests)] INFO -- clicking :save-comment-button765[Nov 07 2023 03:44:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.88s766[Nov 07 2023 03:44:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? save-comment-button' took 0.889s767 user adds a design and annotates it768Verify769 Update CI file with pipeline editor770[Nov 07 2023 03:44:47 UTC (QA Tests)] INFO -- Starting test: Verify Update CI file with pipeline editor creates new pipelines, target branch, and merge request771[Nov 07 2023 03:44:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds772[Nov 07 2023 03:44:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.18 seconds773[Nov 07 2023 03:44:49 UTC (QA Tests)] INFO -- filling :login_field with "root"774[Nov 07 2023 03:44:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field775[Nov 07 2023 03:44:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"776[Nov 07 2023 03:44:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field777[Nov 07 2023 03:44:50 UTC (QA Tests)] INFO -- clicking :sign_in_button778[Nov 07 2023 03:44:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.247s779[Nov 07 2023 03:44:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/pipeline-editor-project-64573616ae01608f780[Nov 07 2023 03:44:55 UTC (QA Tests)] INFO -- clicking :menu_section_button781[Nov 07 2023 03:44:55 UTC (QA Tests)] INFO -- clicking :nav-item-link782[Nov 07 2023 03:44:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.958s783[Nov 07 2023 03:44:57 UTC (QA Tests)] INFO -- clicking :source-editor-container784[Nov 07 2023 03:44:57 UTC (QA Tests)] INFO -- checking via JS :new-mr-checkbox with args {}785[Nov 07 2023 03:44:58 UTC (QA Tests)] INFO -- clicking :commit-changes-button786[Nov 07 2023 03:45:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.87s787[Nov 07 2023 03:45:00 UTC (QA Tests)] INFO -- clicking :issuable-create-button and ensuring QA::Page::MergeRequest::Show is present788[Nov 07 2023 03:45:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable-create-button' took 3.08s789[Nov 07 2023 03:45:03 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments790[Nov 07 2023 03:45:03 UTC (QA Tests)] ERROR -- Interceptor Api Errors791[-1] POST /api/graphql -- Correlation Id: Correlation Id not found792 creates new pipelines, target branch, and merge request793Create794 Multiple file snippet795 behaves like adding file to snippet796[Nov 07 2023 03:45:03 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like adding file to snippet adds second file to an existing personal_snippet to make it multi-file797[Nov 07 2023 03:45:04 UTC (QA Tests)] INFO -- filling :login_field with "root"798[Nov 07 2023 03:45:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field799[Nov 07 2023 03:45:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"800[Nov 07 2023 03:45:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field801[Nov 07 2023 03:45:05 UTC (QA Tests)] INFO -- clicking :sign_in_button802[Nov 07 2023 03:45:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.37s803[Nov 07 2023 03:45:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ee-43bc4a50.test/-/snippets/3804[Nov 07 2023 03:45:09 UTC (QA Tests)] INFO -- clicking :snippet-action-button and ensuring QA::Page::Dashboard::Snippet::Edit is present805[Nov 07 2023 03:45:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet-action-button' took 0.742s806[Nov 07 2023 03:45:10 UTC (QA Tests)] INFO -- clicking :add-button807[Nov 07 2023 03:45:10 UTC (QA Tests)] INFO -- filling :file-name-field with "Second file name"808[Nov 07 2023 03:45:10 UTC (QA Tests)] INFO -- clicking the coordinates of :file-name-field809[Nov 07 2023 03:45:11 UTC (QA Tests)] INFO -- clicking the coordinates of :submit-button810[Nov 07 2023 03:45:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.006s811[Nov 07 2023 03:45:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file-name-field' took 1.019s812 adds second file to an existing personal_snippet to make it multi-file813 behaves like adding file to snippet814[Nov 07 2023 03:45:13 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like adding file to snippet adds second file to an existing project_snippet to make it multi-file815[Nov 07 2023 03:45:13 UTC (QA Tests)] INFO -- filling :login_field with "root"816[Nov 07 2023 03:45:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field817[Nov 07 2023 03:45:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"818[Nov 07 2023 03:45:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field819[Nov 07 2023 03:45:14 UTC (QA Tests)] INFO -- clicking :sign_in_button820[Nov 07 2023 03:45:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.217s821[Nov 07 2023 03:45:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds822[Nov 07 2023 03:45:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.19 seconds823[Nov 07 2023 03:45:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-snippets-eaf4c8f195d45eb3' via api in 1.01 seconds824[Nov 07 2023 03:45:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-snippets-eaf4c8f195d45eb3/-/snippets/4825[Nov 07 2023 03:45:20 UTC (QA Tests)] INFO -- clicking :snippet-action-button and ensuring QA::Page::Dashboard::Snippet::Edit is present826[Nov 07 2023 03:45:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet-action-button' took 1.269s827[Nov 07 2023 03:45:21 UTC (QA Tests)] INFO -- clicking :add-button828[Nov 07 2023 03:45:22 UTC (QA Tests)] INFO -- filling :file-name-field with "Second file name"829[Nov 07 2023 03:45:22 UTC (QA Tests)] INFO -- clicking the coordinates of :file-name-field830[Nov 07 2023 03:45:22 UTC (QA Tests)] INFO -- clicking the coordinates of :submit-button831[Nov 07 2023 03:45:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.476s832[Nov 07 2023 03:45:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file-name-field' took 1.488s833 adds second file to an existing project_snippet to make it multi-file834Create835 PostReceive idempotent836[Nov 07 2023 03:45:25 UTC (QA Tests)] INFO -- Starting test: Create PostReceive idempotent pushes and creates a single push event three times837[Nov 07 2023 03:45:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds838[Nov 07 2023 03:45:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.2 seconds839[Nov 07 2023 03:45:28 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency edd0e74ae1097252"840[Nov 07 2023 03:45:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.66 seconds841[Nov 07 2023 03:45:28 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"842[Nov 07 2023 03:45:29 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency effb6f92776bb9a6"843[Nov 07 2023 03:45:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.61 seconds844[Nov 07 2023 03:45:30 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"845[Nov 07 2023 03:45:31 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency d644230b3c1a2d62"846[Nov 07 2023 03:45:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.68 seconds847[Nov 07 2023 03:45:31 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"848[Nov 07 2023 03:45:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/push-postreceive-idempotent-b6f6e38eebf0683d'849 pushes and creates a single push event three times850Verify851 Job artifacts852[Nov 07 2023 03:45:32 UTC (QA Tests)] INFO -- Starting test: Verify Job artifacts are not downloaded when dependencies array is set to empty853[Nov 07 2023 03:45:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds854[Nov 07 2023 03:45:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.2 seconds855[Nov 07 2023 03:45:33 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.856[Nov 07 2023 03:45:33 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`857[Nov 07 2023 03:45:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`858[Nov 07 2023 03:45:33 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-87pminx7 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-87pminx7 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-87pminx7 --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list qa-runner-87pminx7 --executor shell && gitlab-runner run" `859[Nov 07 2023 03:45:33 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-87pminx7`860[Nov 07 2023 03:45:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`861[Nov 07 2023 03:45:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-87pminx7'862[Nov 07 2023 03:45:42 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-87pminx7`863 are not downloaded when dependencies array is set to empty864Create865 Open Web IDE from Diff Tab866[Nov 07 2023 03:45:42 UTC (QA Tests)] INFO -- Starting test: Create Open Web IDE from Diff Tab opens and edits a multi-file merge request in Web IDE from Diff Tab867 opens and edits a multi-file merge request in Web IDE from Diff Tab (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)868Create869 Merged merge request870[Nov 07 2023 03:45:43 UTC (QA Tests)] INFO -- Starting test: Create Merged merge request can be reverted871[Nov 07 2023 03:45:43 UTC (QA Tests)] INFO -- filling :login_field with "root"872[Nov 07 2023 03:45:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field873[Nov 07 2023 03:45:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"874[Nov 07 2023 03:45:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field875[Nov 07 2023 03:45:44 UTC (QA Tests)] INFO -- clicking :sign_in_button876[Nov 07 2023 03:45:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.362s877[Nov 07 2023 03:45:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds878[Nov 07 2023 03:45:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.22 seconds879[Nov 07 2023 03:45:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-merge-request-c3bb37294f1a2495' via api in 1.45 seconds880[Nov 07 2023 03:45:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.75 seconds881[Nov 07 2023 03:45:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-merge-request-c3bb37294f1a2495/-/merge_requests/1882[Nov 07 2023 03:45:54 UTC (QA Tests)] INFO -- clicking :merge-button883[Nov 07 2023 03:45:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.64s884[Nov 07 2023 03:45:57 UTC (QA Tests)] INFO -- clicking :revert-button and ensuring QA::Page::Component::CommitModal is present885[Nov 07 2023 03:45:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element revert-button' took 0.64s886[Nov 07 2023 03:45:58 UTC (QA Tests)] INFO -- clicking :submit-commit887[Nov 07 2023 03:46:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit-commit' took 1.913s888[Nov 07 2023 03:46:00 UTC (QA Tests)] INFO -- clicking :issuable-create-button and ensuring QA::Page::MergeRequest::Show is present889[Nov 07 2023 03:46:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable-create-button' took 2.996s890[Nov 07 2023 03:46:03 UTC (QA Tests)] INFO -- clicking :diffs-tab891[Nov 07 2023 03:46:03 UTC (QA Tests)] INFO -- clicking :file-tree-button892 can be reverted893Create894 Link to line in Web IDE895[Nov 07 2023 03:46:04 UTC (QA Tests)] INFO -- Starting test: Create Link to line in Web IDE can link to a specific line of code in Web IDE896[Nov 07 2023 03:46:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds897[Nov 07 2023 03:46:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.21 seconds898[Nov 07 2023 03:46:08 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/the_awesome_project-bb0795cfb6372155'899 can link to a specific line of code in Web IDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)900Verify901 Pass dotenv variables to downstream via bridge902[Nov 07 2023 03:46:08 UTC (QA Tests)] INFO -- Starting test: Verify Pass dotenv variables to downstream via bridge runs the pipeline with composed config903[Nov 07 2023 03:46:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds904[Nov 07 2023 03:46:09 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.905[Nov 07 2023 03:46:09 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`906[Nov 07 2023 03:46:09 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`907[Nov 07 2023 03:46:09 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-x1joo40h --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-x1joo40h 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-x1joo40h --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list qa-runner-x1joo40h --executor shell && gitlab-runner run" `908[Nov 07 2023 03:46:09 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-x1joo40h`909[Nov 07 2023 03:46:09 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`910[Nov 07 2023 03:46:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-x1joo40h' via api in 1.95 seconds911[Nov 07 2023 03:46:11 UTC (QA Tests)] INFO -- filling :login_field with "root"912[Nov 07 2023 03:46:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field913[Nov 07 2023 03:46:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"914[Nov 07 2023 03:46:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field915[Nov 07 2023 03:46:12 UTC (QA Tests)] INFO -- clicking :sign_in_button916[Nov 07 2023 03:46:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.442s917[Nov 07 2023 03:46:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/upstream-project-with-bridge-aca34e95f27d7b6f918[Nov 07 2023 03:46:21 UTC (QA Tests)] INFO -- clicking :menu_section_button919[Nov 07 2023 03:46:21 UTC (QA Tests)] INFO -- clicking :nav-item-link920[Nov 07 2023 03:46:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.797s921[Nov 07 2023 03:46:34 UTC (QA Tests)] INFO -- clicking :expand-pipeline-button922[Nov 07 2023 03:46:34 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present923[Nov 07 2023 03:46:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 1.328s924[Nov 07 2023 03:46:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-x1joo40h'925[Nov 07 2023 03:46:36 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-x1joo40h`926[Nov 07 2023 03:46:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/upstream-project-with-bridge-aca34e95f27d7b6f'927[Nov 07 2023 03:46:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/downstream-project-with-bridge-e20c9f15d8383a99'928 runs the pipeline with composed config929Govern930 2FA931[Nov 07 2023 03:46:37 UTC (QA Tests)] INFO -- Starting test: Govern 2FA allows enforcing 2FA via UI and logging in with 2FA932[Nov 07 2023 03:46:38 UTC (QA Tests)] INFO -- filling :login_field with "owner_user_bb8f87b7"933[Nov 07 2023 03:46:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field934[Nov 07 2023 03:46:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"935[Nov 07 2023 03:46:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field936[Nov 07 2023 03:46:39 UTC (QA Tests)] INFO -- clicking :sign_in_button937[Nov 07 2023 03:46:41 UTC (QA Tests)] INFO -- No cached token found for username: owner_user_bb8f87b7938[Nov 07 2023 03:46:41 UTC (QA Tests)] INFO -- Caching token for username: owner_user_bb8f87b7, last six chars of token:B2TX9B939[Nov 07 2023 03:46:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-owner_user_bb8f87b7-qc7nu1wi' via api in 0.1 seconds940[Nov 07 2023 03:46:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-2fa-sandbox-group-9ee5d3ada94274e0' via api in 0.58 seconds941[Nov 07 2023 03:46:43 UTC (QA Tests)] INFO -- Adding user developer_user_771a7eee to gitlab-qa-2fa-sandbox-group-9ee5d3ada94274e0/group-with-2fa-812b4cf540ec8ede QA::Resource::Group942[Nov 07 2023 03:46:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.025s943[Nov 07 2023 03:46:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.019s944[Nov 07 2023 03:46:45 UTC (QA Tests)] INFO -- clicking :user_avatar_content945[Nov 07 2023 03:46:45 UTC (QA Tests)] INFO -- clicking :sign_out_link946[Nov 07 2023 03:46:46 UTC (QA Tests)] INFO -- filling :login_field with "owner_user_bb8f87b7"947[Nov 07 2023 03:46:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field948[Nov 07 2023 03:46:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"949[Nov 07 2023 03:46:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field950[Nov 07 2023 03:46:47 UTC (QA Tests)] INFO -- clicking :sign_in_button951[Nov 07 2023 03:46:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.6s952[Nov 07 2023 03:46:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-43bc4a50.test/groups/gitlab-qa-2fa-sandbox-group-9ee5d3ada94274e0/group-with-2fa-812b4cf540ec8ede953[Nov 07 2023 03:46:50 UTC (QA Tests)] INFO -- clicking :menu_section_button954[Nov 07 2023 03:46:50 UTC (QA Tests)] INFO -- clicking :nav-item-link955[Nov 07 2023 03:46:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.091s956[Nov 07 2023 03:46:52 UTC (QA Tests)] INFO -- checking via JS :require_2fa_checkbox with args {}957[Nov 07 2023 03:46:53 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button958[Nov 07 2023 03:46:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 0.896s959[Nov 07 2023 03:46:54 UTC (QA Tests)] INFO -- clicking :configure_it_later_button960[Nov 07 2023 03:46:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.032s961[Nov 07 2023 03:46:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.04s962[Nov 07 2023 03:46:57 UTC (QA Tests)] INFO -- clicking :user_avatar_content963[Nov 07 2023 03:46:57 UTC (QA Tests)] INFO -- clicking :sign_out_link964[Nov 07 2023 03:46:58 UTC (QA Tests)] INFO -- filling :login_field with "developer_user_771a7eee"965[Nov 07 2023 03:46:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field966[Nov 07 2023 03:46:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"967[Nov 07 2023 03:46:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field968[Nov 07 2023 03:46:59 UTC (QA Tests)] INFO -- clicking :sign_in_button969[Nov 07 2023 03:47:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.854s970[Nov 07 2023 03:47:30 UTC (QA Tests)] INFO -- filling :pin_code_field with "632931"971[Nov 07 2023 03:47:30 UTC (QA Tests)] INFO -- clicking the coordinates of :pin_code_field972[Nov 07 2023 03:47:30 UTC (QA Tests)] INFO -- filling :current_password_field with "*****"973[Nov 07 2023 03:47:30 UTC (QA Tests)] INFO -- clicking the coordinates of :current_password_field974[Nov 07 2023 03:47:31 UTC (QA Tests)] INFO -- clicking :register_2fa_app_button975[Nov 07 2023 03:47:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element register_2fa_app_button' took 1.11s976[Nov 07 2023 03:47:32 UTC (QA Tests)] INFO -- clicking :copy_button977[Nov 07 2023 03:47:32 UTC (QA Tests)] INFO -- clicking :proceed_button978[Nov 07 2023 03:47:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.032s979[Nov 07 2023 03:47:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.046s980[Nov 07 2023 03:47:35 UTC (QA Tests)] INFO -- clicking :user_avatar_content981[Nov 07 2023 03:47:35 UTC (QA Tests)] INFO -- clicking :sign_out_link982[Nov 07 2023 03:47:36 UTC (QA Tests)] INFO -- filling :login_field with "developer_user_771a7eee"983[Nov 07 2023 03:47:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field984[Nov 07 2023 03:47:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"985[Nov 07 2023 03:47:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field986[Nov 07 2023 03:47:36 UTC (QA Tests)] INFO -- clicking :sign_in_button987[Nov 07 2023 03:47:38 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "000000"988[Nov 07 2023 03:47:38 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field989[Nov 07 2023 03:47:38 UTC (QA Tests)] INFO -- clicking :verify_code_button990[Nov 07 2023 03:47:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element verify_code_button' took 0.899s991[Nov 07 2023 03:48:00 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "076978"992[Nov 07 2023 03:48:00 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field993[Nov 07 2023 03:48:01 UTC (QA Tests)] INFO -- clicking :verify_code_button994[Nov 07 2023 03:48:02 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-2fa-sandbox-group-9ee5d3ada94274e0/group-with-2fa-812b4cf540ec8ede'995[Nov 07 2023 03:48:02 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'developer_user_771a7eee'996 allows enforcing 2FA via UI and logging in with 2FA997Create998 Git Server Hooks999 with custom error messages1000[Nov 07 2023 03:48:02 UTC (QA Tests)] INFO -- Starting test: Create Git Server Hooks with custom error messages renders preconfigured error message when user hook failed on commit in WebIDE1001 renders preconfigured error message when user hook failed on commit in WebIDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)1002Govern1003 User with minimal access to group1004[Nov 07 2023 03:48:02 UTC (QA Tests)] INFO -- Starting test: Govern User with minimal access to group is not allowed to edit files via the UI1005[Nov 07 2023 03:48:03 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-7264d4c036428833"1006[Nov 07 2023 03:48:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1007[Nov 07 2023 03:48:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"1008[Nov 07 2023 03:48:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1009[Nov 07 2023 03:48:04 UTC (QA Tests)] INFO -- clicking :sign_in_button1010[Nov 07 2023 03:48:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.773s1011[Nov 07 2023 03:48:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1012[Nov 07 2023 03:48:06 UTC (QA Tests)] INFO -- Adding user qa-user-7264d4c036428833 to gitlab-qa-sandbox-group-3 QA::Resource::Sandbox1013[Nov 07 2023 03:48:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-minimal-access-6a25ac0ce4aa1c091014[Nov 07 2023 03:48:09 UTC (QA Tests)] INFO -- clicking :file-name-link1015[Nov 07 2023 03:48:10 UTC (QA Tests)] INFO -- clicking :action-dropdown1016[Nov 07 2023 03:48:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element action-dropdown' took 0.553s1017[Nov 07 2023 03:48:10 UTC (QA Tests)] INFO -- clicking :edit-menu-item1018[Nov 07 2023 03:48:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-7264d4c036428833'1019[Nov 07 2023 03:48:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-minimal-access-6a25ac0ce4aa1c09'1020[Nov 07 2023 03:48:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de'1021 is not allowed to edit files via the UI1022Monitor1023 Alert1024 when using Prometheus integration1025 behaves like new alert1026[Nov 07 2023 03:48:11 UTC (QA Tests)] INFO -- Starting test: Monitor Alert when using Prometheus integration behaves like new alert automatically creates new incident1027[Nov 07 2023 03:48:12 UTC (QA Tests)] INFO -- filling :login_field with "root"1028[Nov 07 2023 03:48:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1029[Nov 07 2023 03:48:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"1030[Nov 07 2023 03:48:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1031[Nov 07 2023 03:48:13 UTC (QA Tests)] INFO -- clicking :sign_in_button1032[Nov 07 2023 03:48:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.427s1033[Nov 07 2023 03:48:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1034[Nov 07 2023 03:48:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.2 seconds1035[Nov 07 2023 03:48:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-alerts-e2b278642d4ff4841036[Nov 07 2023 03:48:18 UTC (QA Tests)] INFO -- clicking :menu_section_button1037[Nov 07 2023 03:48:18 UTC (QA Tests)] INFO -- clicking :nav-item-link1038[Nov 07 2023 03:48:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.967s1039[Nov 07 2023 03:48:21 UTC (QA Tests)] INFO -- checking via JS :create-incident-checkbox with args {}1040[Nov 07 2023 03:48:21 UTC (QA Tests)] INFO -- clicking :save-changes-button1041[Nov 07 2023 03:48:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.955s1042[Nov 07 2023 03:48:23 UTC (QA Tests)] INFO -- clicking :add-integration-button1043[Nov 07 2023 03:48:23 UTC (QA Tests)] INFO -- clicking :integration-type-dropdown1044[Nov 07 2023 03:48:23 UTC (QA Tests)] INFO -- clicking :save-and-create-alert-button1045[Nov 07 2023 03:48:24 UTC (QA Tests)] INFO -- filling :test-payload-field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-11-07T03:48:24.002+00:00","generatorURL":"http://cremin.example/katina","endsAt":null,"status":"firing","labels":{"gitlab_environment_name":"ea"},"annotations":{"title":"quae","gitlab_y_label":"status"}}]}"1046[Nov 07 2023 03:48:24 UTC (QA Tests)] INFO -- clicking the coordinates of :test-payload-field1047[Nov 07 2023 03:48:24 UTC (QA Tests)] INFO -- clicking :send-test-alert1048[Nov 07 2023 03:48:25 UTC (QA Tests)] INFO -- clicking :menu_section_button1049[Nov 07 2023 03:48:25 UTC (QA Tests)] INFO -- clicking :nav-item-link1050[Nov 07 2023 03:48:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.853s1051[Nov 07 2023 03:48:26 UTC (QA Tests)] ERROR -- Interceptor Api Errors1052[-1] POST /api/graphql -- Correlation Id: Correlation Id not found1053 automatically creates new incident1054 when using HTTP endpoint integration1055 behaves like new alert1056[Nov 07 2023 03:48:26 UTC (QA Tests)] INFO -- Starting test: Monitor Alert when using HTTP endpoint integration behaves like new alert automatically creates new incident1057[Nov 07 2023 03:48:27 UTC (QA Tests)] INFO -- filling :login_field with "root"1058[Nov 07 2023 03:48:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1059[Nov 07 2023 03:48:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1060[Nov 07 2023 03:48:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1061[Nov 07 2023 03:48:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1062[Nov 07 2023 03:48:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.498s1063[Nov 07 2023 03:48:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1064[Nov 07 2023 03:48:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.23 seconds1065[Nov 07 2023 03:48:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-alerts-583a72c5c49fda861066[Nov 07 2023 03:48:33 UTC (QA Tests)] INFO -- clicking :menu_section_button1067[Nov 07 2023 03:48:33 UTC (QA Tests)] INFO -- clicking :nav-item-link1068[Nov 07 2023 03:48:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.947s1069[Nov 07 2023 03:48:35 UTC (QA Tests)] INFO -- checking via JS :create-incident-checkbox with args {}1070[Nov 07 2023 03:48:36 UTC (QA Tests)] INFO -- clicking :save-changes-button1071[Nov 07 2023 03:48:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.025s1072[Nov 07 2023 03:48:38 UTC (QA Tests)] INFO -- clicking :add-integration-button1073[Nov 07 2023 03:48:38 UTC (QA Tests)] INFO -- clicking :integration-type-dropdown1074[Nov 07 2023 03:48:38 UTC (QA Tests)] INFO -- clicking :integration-name-field1075[Nov 07 2023 03:48:38 UTC (QA Tests)] INFO -- filling :integration-name-field with "eum"1076[Nov 07 2023 03:48:38 UTC (QA Tests)] INFO -- clicking the coordinates of :integration-name-field1077[Nov 07 2023 03:48:39 UTC (QA Tests)] INFO -- clicking :save-and-create-alert-button1078[Nov 07 2023 03:48:39 UTC (QA Tests)] INFO -- filling :test-payload-field with "{"title":"suscipit","description":"alias"}"1079[Nov 07 2023 03:48:39 UTC (QA Tests)] INFO -- clicking the coordinates of :test-payload-field1080[Nov 07 2023 03:48:40 UTC (QA Tests)] INFO -- clicking :send-test-alert1081[Nov 07 2023 03:48:40 UTC (QA Tests)] INFO -- clicking :menu_section_button1082[Nov 07 2023 03:48:40 UTC (QA Tests)] INFO -- clicking :nav-item-link1083[Nov 07 2023 03:48:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.859s1084[Nov 07 2023 03:48:41 UTC (QA Tests)] ERROR -- Interceptor Api Errors1085[-1] POST /api/graphql -- Correlation Id: Correlation Id not found1086 automatically creates new incident1087Govern1088 Group access1089 when restricted by user's ip address1090 with SSH1091[Nov 07 2023 03:48:41 UTC (QA Tests)] INFO -- Starting test: Govern Group access when restricted by user's ip address with SSH allows access1092[Nov 07 2023 03:48:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-fad0e49956b81a13' via api in 0.44 seconds1093[Nov 07 2023 03:48:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds1094[Nov 07 2023 03:48:44 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-ip-restricted-sandbox-group-fad0e49956b81a13/ip-address-restricted-group-2a8739f6d14c4d8d/project-in-ip-restricted-group-779bbccdbf536884 QA::Resource::Project1095[Nov 07 2023 03:48:44 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.31096[Nov 07 2023 03:48:45 UTC (QA Tests)] INFO -- filling :login_field with "root"1097[Nov 07 2023 03:48:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1098[Nov 07 2023 03:48:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"1099[Nov 07 2023 03:48:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1100[Nov 07 2023 03:48:45 UTC (QA Tests)] INFO -- clicking :sign_in_button1101[Nov 07 2023 03:48:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.34s1102[Nov 07 2023 03:48:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-43bc4a50.test/groups/gitlab-qa-ip-restricted-sandbox-group-fad0e49956b81a131103[Nov 07 2023 03:48:50 UTC (QA Tests)] INFO -- clicking :menu_section_button1104[Nov 07 2023 03:48:50 UTC (QA Tests)] INFO -- clicking :nav-item-link1105[Nov 07 2023 03:48:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.058s1106[Nov 07 2023 03:48:53 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1107[Nov 07 2023 03:48:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 1.221s1108[Nov 07 2023 03:48:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.163s1109[Nov 07 2023 03:48:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.062s1110[Nov 07 2023 03:48:57 UTC (QA Tests)] INFO -- clicking :user_avatar_content1111[Nov 07 2023 03:48:57 UTC (QA Tests)] INFO -- clicking :sign_out_link1112[Nov 07 2023 03:48:57 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20231107-39-xttn1w/id_rsa -N `1113[Nov 07 2023 03:48:59 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user11114[Nov 07 2023 03:48:59 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user1, last six chars of token:mg9LxD1115[Nov 07 2023 03:48:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-etqm2by0' via api in 0.1 seconds1116[Nov 07 2023 03:48:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '3' via api in 1.61 seconds1117[Nov 07 2023 03:49:00 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1118[Nov 07 2023 03:49:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.59 seconds1119[Nov 07 2023 03:49:00 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '3'1120[Nov 07 2023 03:49:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-fad0e49956b81a13'1121 allows access1122 with UI1123[Nov 07 2023 03:49:01 UTC (QA Tests)] INFO -- Starting test: Govern Group access when restricted by user's ip address with UI allows access1124[Nov 07 2023 03:49:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-6b8bba7f6ad5b7be' via api in 0.39 seconds1125[Nov 07 2023 03:49:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds1126[Nov 07 2023 03:49:03 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-ip-restricted-sandbox-group-6b8bba7f6ad5b7be/ip-address-restricted-group-4a88f82a7d01322e/project-in-ip-restricted-group-919445703d4fad25 QA::Resource::Project1127[Nov 07 2023 03:49:04 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.31128[Nov 07 2023 03:49:04 UTC (QA Tests)] INFO -- filling :login_field with "root"1129[Nov 07 2023 03:49:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1130[Nov 07 2023 03:49:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"1131[Nov 07 2023 03:49:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1132[Nov 07 2023 03:49:05 UTC (QA Tests)] INFO -- clicking :sign_in_button1133[Nov 07 2023 03:49:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.457s1134[Nov 07 2023 03:49:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-43bc4a50.test/groups/gitlab-qa-ip-restricted-sandbox-group-6b8bba7f6ad5b7be1135[Nov 07 2023 03:49:09 UTC (QA Tests)] INFO -- clicking :menu_section_button1136[Nov 07 2023 03:49:10 UTC (QA Tests)] INFO -- clicking :nav-item-link1137[Nov 07 2023 03:49:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.128s1138[Nov 07 2023 03:49:12 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1139[Nov 07 2023 03:49:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 1.24s1140[Nov 07 2023 03:49:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.17s1141[Nov 07 2023 03:49:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.047s1142[Nov 07 2023 03:49:16 UTC (QA Tests)] INFO -- clicking :user_avatar_content1143[Nov 07 2023 03:49:16 UTC (QA Tests)] INFO -- clicking :sign_out_link1144[Nov 07 2023 03:49:17 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1145[Nov 07 2023 03:49:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1146[Nov 07 2023 03:49:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"1147[Nov 07 2023 03:49:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1148[Nov 07 2023 03:49:18 UTC (QA Tests)] INFO -- clicking :sign_in_button1149[Nov 07 2023 03:49:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.861s1150[Nov 07 2023 03:49:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-43bc4a50.test/groups/gitlab-qa-ip-restricted-sandbox-group-6b8bba7f6ad5b7be1151[Nov 07 2023 03:49:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-43bc4a50.test/groups/gitlab-qa-ip-restricted-sandbox-group-6b8bba7f6ad5b7be/ip-address-restricted-group-4a88f82a7d01322e1152[Nov 07 2023 03:49:22 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-6b8bba7f6ad5b7be'1153[Nov 07 2023 03:49:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.019s1154[Nov 07 2023 03:49:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.04s1155[Nov 07 2023 03:49:25 UTC (QA Tests)] INFO -- clicking :user_avatar_content1156[Nov 07 2023 03:49:26 UTC (QA Tests)] INFO -- clicking :sign_out_link1157 allows access1158 with API1159[Nov 07 2023 03:49:26 UTC (QA Tests)] INFO -- Starting test: Govern Group access when restricted by user's ip address with API allows access1160[Nov 07 2023 03:49:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-e2a767df7d47b307' via api in 0.4 seconds1161[Nov 07 2023 03:49:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds1162[Nov 07 2023 03:49:28 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-ip-restricted-sandbox-group-e2a767df7d47b307/ip-address-restricted-group-f350005df1f344b4/project-in-ip-restricted-group-07b02e90206bfb93 QA::Resource::Project1163[Nov 07 2023 03:49:29 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.31164[Nov 07 2023 03:49:29 UTC (QA Tests)] INFO -- filling :login_field with "root"1165[Nov 07 2023 03:49:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1166[Nov 07 2023 03:49:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"1167[Nov 07 2023 03:49:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1168[Nov 07 2023 03:49:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1169[Nov 07 2023 03:49:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.299s1170[Nov 07 2023 03:49:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-43bc4a50.test/groups/gitlab-qa-ip-restricted-sandbox-group-e2a767df7d47b3071171[Nov 07 2023 03:49:34 UTC (QA Tests)] INFO -- clicking :menu_section_button1172[Nov 07 2023 03:49:34 UTC (QA Tests)] INFO -- clicking :nav-item-link1173[Nov 07 2023 03:49:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.812s1174[Nov 07 2023 03:49:37 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1175[Nov 07 2023 03:49:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 0.977s1176[Nov 07 2023 03:49:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.135s1177[Nov 07 2023 03:49:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.068s1178[Nov 07 2023 03:49:40 UTC (QA Tests)] INFO -- clicking :user_avatar_content1179[Nov 07 2023 03:49:40 UTC (QA Tests)] INFO -- clicking :sign_out_link1180[Nov 07 2023 03:49:41 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:mg9LxD1181[Nov 07 2023 03:49:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-532748ek' via cache in 0.0 seconds1182[Nov 07 2023 03:49:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-e2a767df7d47b307'1183 allows access1184 when restricted by another ip address1185 with API1186[Nov 07 2023 03:49:42 UTC (QA Tests)] INFO -- Starting test: Govern Group access when restricted by another ip address with API denies access1187[Nov 07 2023 03:49:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-3bbeff87396cd1e7' via api in 0.41 seconds1188[Nov 07 2023 03:49:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.17 seconds1189[Nov 07 2023 03:49:44 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-ip-restricted-sandbox-group-3bbeff87396cd1e7/ip-address-restricted-group-64170f3ce745e985/project-in-ip-restricted-group-7c162812d7bf9017 QA::Resource::Project1190[Nov 07 2023 03:49:44 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.31191[Nov 07 2023 03:49:45 UTC (QA Tests)] INFO -- filling :login_field with "root"1192[Nov 07 2023 03:49:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1193[Nov 07 2023 03:49:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"1194[Nov 07 2023 03:49:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1195[Nov 07 2023 03:49:45 UTC (QA Tests)] INFO -- clicking :sign_in_button1196[Nov 07 2023 03:49:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.426s1197[Nov 07 2023 03:49:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-43bc4a50.test/groups/gitlab-qa-ip-restricted-sandbox-group-3bbeff87396cd1e71198[Nov 07 2023 03:49:50 UTC (QA Tests)] INFO -- clicking :menu_section_button1199[Nov 07 2023 03:49:50 UTC (QA Tests)] INFO -- clicking :nav-item-link1200[Nov 07 2023 03:49:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.07s1201[Nov 07 2023 03:49:53 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1202[Nov 07 2023 03:49:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 1.018s1203[Nov 07 2023 03:49:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.152s1204[Nov 07 2023 03:49:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.028s1205[Nov 07 2023 03:49:57 UTC (QA Tests)] INFO -- clicking :user_avatar_content1206[Nov 07 2023 03:49:57 UTC (QA Tests)] INFO -- clicking :sign_out_link1207[Nov 07 2023 03:49:57 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:mg9LxD1208[Nov 07 2023 03:49:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-ojz1rig6' via cache in 0.0 seconds1209[Nov 07 2023 03:49:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-3bbeff87396cd1e7'1210 denies access1211 with SSH1212[Nov 07 2023 03:49:58 UTC (QA Tests)] INFO -- Starting test: Govern Group access when restricted by another ip address with SSH denies access1213[Nov 07 2023 03:49:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-06ae12d35623bf2e' via api in 0.4 seconds1214[Nov 07 2023 03:50:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.17 seconds1215[Nov 07 2023 03:50:00 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-ip-restricted-sandbox-group-06ae12d35623bf2e/ip-address-restricted-group-d268bc16d1f13e8d/project-in-ip-restricted-group-0d39a0d4d0552e5e QA::Resource::Project1216[Nov 07 2023 03:50:01 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.31217[Nov 07 2023 03:50:01 UTC (QA Tests)] INFO -- filling :login_field with "root"1218[Nov 07 2023 03:50:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1219[Nov 07 2023 03:50:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"1220[Nov 07 2023 03:50:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1221[Nov 07 2023 03:50:02 UTC (QA Tests)] INFO -- clicking :sign_in_button1222[Nov 07 2023 03:50:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.311s1223[Nov 07 2023 03:50:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-43bc4a50.test/groups/gitlab-qa-ip-restricted-sandbox-group-06ae12d35623bf2e1224[Nov 07 2023 03:50:06 UTC (QA Tests)] INFO -- clicking :menu_section_button1225[Nov 07 2023 03:50:06 UTC (QA Tests)] INFO -- clicking :nav-item-link1226[Nov 07 2023 03:50:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.935s1227[Nov 07 2023 03:50:09 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1228[Nov 07 2023 03:50:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 1.02s1229[Nov 07 2023 03:50:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.16s1230[Nov 07 2023 03:50:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.068s1231[Nov 07 2023 03:50:13 UTC (QA Tests)] INFO -- clicking :user_avatar_content1232[Nov 07 2023 03:50:13 UTC (QA Tests)] INFO -- clicking :sign_out_link1233[Nov 07 2023 03:50:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.716s1234[Nov 07 2023 03:50:14 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20231107-39-9w7qg4/id_rsa -N `1235[Nov 07 2023 03:50:15 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:mg9LxD1236[Nov 07 2023 03:50:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-l6wpwbf9' via cache in 0.0 seconds1237[Nov 07 2023 03:50:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '4' via api in 1.0 seconds1238[Nov 07 2023 03:50:16 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '4'1239[Nov 07 2023 03:50:16 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-06ae12d35623bf2e'1240 denies access1241 with UI1242[Nov 07 2023 03:50:17 UTC (QA Tests)] INFO -- Starting test: Govern Group access when restricted by another ip address with UI denies access1243[Nov 07 2023 03:50:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-ac66afba5fd9bae6' via api in 0.4 seconds1244[Nov 07 2023 03:50:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds1245[Nov 07 2023 03:50:19 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-ip-restricted-sandbox-group-ac66afba5fd9bae6/ip-address-restricted-group-d3032e3b84e12af8/project-in-ip-restricted-group-61de4f8d88f25604 QA::Resource::Project1246[Nov 07 2023 03:50:19 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.31247[Nov 07 2023 03:50:19 UTC (QA Tests)] INFO -- filling :login_field with "root"1248[Nov 07 2023 03:50:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1249[Nov 07 2023 03:50:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"1250[Nov 07 2023 03:50:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1251[Nov 07 2023 03:50:20 UTC (QA Tests)] INFO -- clicking :sign_in_button1252[Nov 07 2023 03:50:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.324s1253[Nov 07 2023 03:50:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-43bc4a50.test/groups/gitlab-qa-ip-restricted-sandbox-group-ac66afba5fd9bae61254[Nov 07 2023 03:50:25 UTC (QA Tests)] INFO -- clicking :menu_section_button1255[Nov 07 2023 03:50:25 UTC (QA Tests)] INFO -- clicking :nav-item-link1256[Nov 07 2023 03:50:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.843s1257[Nov 07 2023 03:50:27 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1258[Nov 07 2023 03:50:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 0.992s1259[Nov 07 2023 03:50:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.133s1260[Nov 07 2023 03:50:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.039s1261[Nov 07 2023 03:50:31 UTC (QA Tests)] INFO -- clicking :user_avatar_content1262[Nov 07 2023 03:50:31 UTC (QA Tests)] INFO -- clicking :sign_out_link1263[Nov 07 2023 03:50:32 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1264[Nov 07 2023 03:50:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1265[Nov 07 2023 03:50:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"1266[Nov 07 2023 03:50:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1267[Nov 07 2023 03:50:33 UTC (QA Tests)] INFO -- clicking :sign_in_button1268[Nov 07 2023 03:50:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.075s1269[Nov 07 2023 03:50:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-43bc4a50.test/groups/gitlab-qa-ip-restricted-sandbox-group-ac66afba5fd9bae61270[Nov 07 2023 03:50:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-43bc4a50.test/groups/gitlab-qa-ip-restricted-sandbox-group-ac66afba5fd9bae6/ip-address-restricted-group-d3032e3b84e12af81271[Nov 07 2023 03:50:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-ac66afba5fd9bae6'1272[Nov 07 2023 03:50:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.029s1273[Nov 07 2023 03:50:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.067s1274[Nov 07 2023 03:50:40 UTC (QA Tests)] INFO -- clicking :user_avatar_content1275[Nov 07 2023 03:50:40 UTC (QA Tests)] INFO -- clicking :sign_out_link1276 denies access1277Release1278 Git clone using a deploy key1279[Nov 07 2023 03:50:40 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 pipelines1280[Nov 07 2023 03:50:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1281[Nov 07 2023 03:50:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.2 seconds1282[Nov 07 2023 03:50:41 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1283[Nov 07 2023 03:50:41 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1284[Nov 07 2023 03:50:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1285[Nov 07 2023 03:50:42 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-317891c4 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-317891c4 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-317891c4 --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list qa-runner-317891c4 --executor shell && gitlab-runner run" `1286[Nov 07 2023 03:50:42 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-317891c4`1287[Nov 07 2023 03:50:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1288[Nov 07 2023 03:50:44 UTC (QA Tests)] INFO -- filling :login_field with "root"1289[Nov 07 2023 03:50:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1290[Nov 07 2023 03:50:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"1291[Nov 07 2023 03:50:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1292[Nov 07 2023 03:50:45 UTC (QA Tests)] INFO -- clicking :sign_in_button1293[Nov 07 2023 03:50:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.276s1294[Nov 07 2023 03:50:48 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 8192 -f /tmp/d20231107-39-nmu7zk/id_rsa -N `1295[Nov 07 2023 03:50:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/deploy-key-clone-project-a3e23f1a85fb39d11296[Nov 07 2023 03:50:55 UTC (QA Tests)] INFO -- clicking :menu_section_button1297[Nov 07 2023 03:50:55 UTC (QA Tests)] INFO -- clicking :nav-item-link1298[Nov 07 2023 03:50:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.871s1299[Nov 07 2023 03:50:58 UTC (QA Tests)] INFO -- clicking :add-new-deploy-key-button1300[Nov 07 2023 03:50:58 UTC (QA Tests)] INFO -- filling :deploy-key-title-field with "*****"1301[Nov 07 2023 03:50:58 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy-key-title-field1302[Nov 07 2023 03:50:58 UTC (QA Tests)] INFO -- filling :deploy-key-field with "*****"1303[Nov 07 2023 03:50:58 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy-key-field1304[Nov 07 2023 03:50:59 UTC (QA Tests)] INFO -- clicking :add-deploy-key-button1305[Nov 07 2023 03:51:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add-deploy-key-button' took 0.98s1306[Nov 07 2023 03:51:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey via browser_ui in 5.39 seconds1307[Nov 07 2023 03:51:01 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add .gitlab-ci.yml"1308[Nov 07 2023 03:51:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.55 seconds1309[Nov 07 2023 03:51:02 UTC (QA Tests)] INFO -- clicking :menu_section_button1310[Nov 07 2023 03:51:02 UTC (QA Tests)] INFO -- clicking :nav-item-link1311[Nov 07 2023 03:51:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.802s1312[Nov 07 2023 03:51:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job-log-content' took 0.519s1313[Nov 07 2023 03:51:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-317891c4'1314[Nov 07 2023 03:51:18 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-317891c4`1315[Nov 07 2023 03:51:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/deploy-key-clone-project-a3e23f1a85fb39d1'1316 user sets up a deploy key with QA::Runtime::Key::RSA(8192) to clone code using pipelines1317[Nov 07 2023 03:51:19 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 pipelines1318[Nov 07 2023 03:51:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1319[Nov 07 2023 03:51:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.21 seconds1320[Nov 07 2023 03:51:20 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1321[Nov 07 2023 03:51:20 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1322[Nov 07 2023 03:51:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1323[Nov 07 2023 03:51:24 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-80346010 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-80346010 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-80346010 --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list qa-runner-80346010 --executor shell && gitlab-runner run" `1324[Nov 07 2023 03:51:24 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-80346010`1325[Nov 07 2023 03:51:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1326[Nov 07 2023 03:51:26 UTC (QA Tests)] INFO -- filling :login_field with "root"1327[Nov 07 2023 03:51:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1328[Nov 07 2023 03:51:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1329[Nov 07 2023 03:51:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1330[Nov 07 2023 03:51:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1331[Nov 07 2023 03:51:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.334s1332[Nov 07 2023 03:51:31 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t ecdsa -b 521 -f /tmp/d20231107-39-a94kt9/id_ecdsa -N `1333[Nov 07 2023 03:51:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/deploy-key-clone-project-b21bb01ae165df521334[Nov 07 2023 03:51:32 UTC (QA Tests)] INFO -- clicking :menu_section_button1335[Nov 07 2023 03:51:32 UTC (QA Tests)] INFO -- clicking :nav-item-link1336[Nov 07 2023 03:51:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.151s1337[Nov 07 2023 03:51:34 UTC (QA Tests)] INFO -- clicking :add-new-deploy-key-button1338[Nov 07 2023 03:51:34 UTC (QA Tests)] INFO -- filling :deploy-key-title-field with "*****"1339[Nov 07 2023 03:51:34 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy-key-title-field1340[Nov 07 2023 03:51:35 UTC (QA Tests)] INFO -- filling :deploy-key-field with "*****"1341[Nov 07 2023 03:51:35 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy-key-field1342[Nov 07 2023 03:51:35 UTC (QA Tests)] INFO -- clicking :add-deploy-key-button1343[Nov 07 2023 03:51:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add-deploy-key-button' took 0.981s1344[Nov 07 2023 03:51:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey via browser_ui in 5.58 seconds1345[Nov 07 2023 03:51:38 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add .gitlab-ci.yml"1346[Nov 07 2023 03:51:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.5 seconds1347[Nov 07 2023 03:51:38 UTC (QA Tests)] INFO -- clicking :menu_section_button1348[Nov 07 2023 03:51:38 UTC (QA Tests)] INFO -- clicking :nav-item-link1349[Nov 07 2023 03:51:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.788s1350[Nov 07 2023 03:51:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.509s1351[Nov 07 2023 03:51:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job-log-content' took 0.529s1352[Nov 07 2023 03:51:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-80346010'1353[Nov 07 2023 03:51:42 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-80346010`1354[Nov 07 2023 03:51:43 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/deploy-key-clone-project-b21bb01ae165df52'1355 user sets up a deploy key with QA::Runtime::Key::ECDSA(521) to clone code using pipelines1356[Nov 07 2023 03:51:43 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 pipelines1357[Nov 07 2023 03:51:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1358[Nov 07 2023 03:51:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.18 seconds1359[Nov 07 2023 03:51:44 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1360[Nov 07 2023 03:51:44 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1361[Nov 07 2023 03:51:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1362[Nov 07 2023 03:51:44 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-02b1bf42 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-02b1bf42 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-02b1bf42 --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list qa-runner-02b1bf42 --executor shell && gitlab-runner run" `1363[Nov 07 2023 03:51:44 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-02b1bf42`1364[Nov 07 2023 03:51:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1365[Nov 07 2023 03:51:46 UTC (QA Tests)] INFO -- filling :login_field with "root"1366[Nov 07 2023 03:51:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1367[Nov 07 2023 03:51:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"1368[Nov 07 2023 03:51:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1369[Nov 07 2023 03:51:47 UTC (QA Tests)] INFO -- clicking :sign_in_button1370[Nov 07 2023 03:51:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.348s1371[Nov 07 2023 03:51:51 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t ed25519 -b 256 -f /tmp/d20231107-39-tajya9/id_ed25519 -N `1372[Nov 07 2023 03:51:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/deploy-key-clone-project-c2dd6d4fb1663adf1373[Nov 07 2023 03:51:52 UTC (QA Tests)] INFO -- clicking :menu_section_button1374[Nov 07 2023 03:51:52 UTC (QA Tests)] INFO -- clicking :nav-item-link1375[Nov 07 2023 03:51:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.095s1376[Nov 07 2023 03:51:54 UTC (QA Tests)] INFO -- clicking :add-new-deploy-key-button1377[Nov 07 2023 03:51:54 UTC (QA Tests)] INFO -- filling :deploy-key-title-field with "*****"1378[Nov 07 2023 03:51:54 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy-key-title-field1379[Nov 07 2023 03:51:55 UTC (QA Tests)] INFO -- filling :deploy-key-field with "*****"1380[Nov 07 2023 03:51:55 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy-key-field1381[Nov 07 2023 03:51:55 UTC (QA Tests)] INFO -- clicking :add-deploy-key-button1382[Nov 07 2023 03:51:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add-deploy-key-button' took 0.97s1383[Nov 07 2023 03:51:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey via browser_ui in 5.52 seconds1384[Nov 07 2023 03:51:58 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add .gitlab-ci.yml"1385[Nov 07 2023 03:51:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.51 seconds1386[Nov 07 2023 03:51:58 UTC (QA Tests)] INFO -- clicking :menu_section_button1387[Nov 07 2023 03:51:58 UTC (QA Tests)] INFO -- clicking :nav-item-link1388[Nov 07 2023 03:51:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.831s1389[Nov 07 2023 03:52:14 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-02b1bf42'1390[Nov 07 2023 03:52:14 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-02b1bf42`1391[Nov 07 2023 03:52:15 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/deploy-key-clone-project-c2dd6d4fb1663adf'1392 user sets up a deploy key with QA::Runtime::Key::ED25519(256) to clone code using pipelines1393Data Stores1394 User1395 when added to sub-group1396[Nov 07 2023 03:52:15 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 API1397[Nov 07 2023 03:52:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1398[Nov 07 2023 03:52:18 UTC (QA Tests)] INFO -- Adding user qa-user-0c925091b2b19d62 to gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-77c0308ad0dd6e0d/sub-group-to-test-user-access-45ffb4c96d28f3e5 QA::Resource::Group1399[Nov 07 2023 03:52:18 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-0c925091b2b19d621400[Nov 07 2023 03:52:18 UTC (QA Tests)] INFO -- Caching token for username: qa-user-0c925091b2b19d62, last six chars of token:7pHwPg1401[Nov 07 2023 03:52:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-0c925091b2b19d62-0jgk6irw' via api in 0.08 seconds1402[Nov 07 2023 03:52:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-0c925091b2b19d62'1403 is not allowed to commit to parent group project via the API1404[Nov 07 2023 03:52:18 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 CLI1405[Nov 07 2023 03:52:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1406[Nov 07 2023 03:52:21 UTC (QA Tests)] INFO -- Adding user qa-user-765a99f9bf2782b8 to gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-3301f5a9d31b78a8/sub-group-to-test-user-access-2003d46b4dca032d QA::Resource::Group1407[Nov 07 2023 03:52:22 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-765a99f9bf2782b8'1408 is not allowed to push code to parent group project via the CLI1409[Nov 07 2023 03:52:22 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 API1410[Nov 07 2023 03:52:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1411[Nov 07 2023 03:52:25 UTC (QA Tests)] INFO -- Adding user qa-user-78e14f55d1f4366a to gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-c32464b12cad4a50/sub-group-to-test-user-access-9ded9d344d6bdcda QA::Resource::Group1412[Nov 07 2023 03:52:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1413[Nov 07 2023 03:52:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.21 seconds1414[Nov 07 2023 03:52:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-new-file-5b91db005e27955c' via api in 2.55 seconds1415[Nov 07 2023 03:52:28 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-78e14f55d1f4366a1416[Nov 07 2023 03:52:28 UTC (QA Tests)] INFO -- Caching token for username: qa-user-78e14f55d1f4366a, last six chars of token:VehQRF1417[Nov 07 2023 03:52:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-78e14f55d1f4366a-ji4w3zxz' via api in 0.09 seconds1418[Nov 07 2023 03:52:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-78e14f55d1f4366a'1419 is not allowed to create a file in parent group project via the API1420 when added to parent group1421[Nov 07 2023 03:52:28 UTC (QA Tests)] INFO -- Starting test: Data Stores User when added to parent group is allowed to commit to sub-group project via the API1422[Nov 07 2023 03:52:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1423[Nov 07 2023 03:52:31 UTC (QA Tests)] INFO -- Adding user qa-user-495c8f8a484fa59c to gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-037b5d80362acf33 QA::Resource::Group1424[Nov 07 2023 03:52:31 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-495c8f8a484fa59c1425[Nov 07 2023 03:52:31 UTC (QA Tests)] INFO -- Caching token for username: qa-user-495c8f8a484fa59c, last six chars of token:nMWD621426[Nov 07 2023 03:52:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-495c8f8a484fa59c-v5ybl90j' via api in 0.1 seconds1427[Nov 07 2023 03:52:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-495c8f8a484fa59c'1428 is allowed to commit to sub-group project via the API1429[Nov 07 2023 03:52:32 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 CLI1430[Nov 07 2023 03:52:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1431[Nov 07 2023 03:52:35 UTC (QA Tests)] INFO -- Adding user qa-user-de270824bcede291 to gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-8942ecb0a0073600 QA::Resource::Group1432[Nov 07 2023 03:52:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.18 seconds1433[Nov 07 2023 03:52:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-de270824bcede291'1434 is allowed to push code to sub-group project via the CLI1435[Nov 07 2023 03:52:36 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 API1436[Nov 07 2023 03:52:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1437[Nov 07 2023 03:52:39 UTC (QA Tests)] INFO -- Adding user qa-user-d1dad8ce0b81cc83 to gitlab-qa-sandbox-group-3/parent-group-to-test-user-access-528528d3a0f32697 QA::Resource::Group1438[Nov 07 2023 03:52:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1439[Nov 07 2023 03:52:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.18 seconds1440[Nov 07 2023 03:52:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-new-file-fd6563b21a3d732e' via api in 1.33 seconds1441[Nov 07 2023 03:52:40 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-d1dad8ce0b81cc831442[Nov 07 2023 03:52:40 UTC (QA Tests)] INFO -- Caching token for username: qa-user-d1dad8ce0b81cc83, last six chars of token:9ssL9J1443[Nov 07 2023 03:52:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-d1dad8ce0b81cc83-iw1uf4b3' via api in 0.09 seconds1444[Nov 07 2023 03:52:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-d1dad8ce0b81cc83'1445 is allowed to create a file in sub-group project via the API1446Configure1447 Kubernetes Agent1448 deploys a K8s manifest file (PENDING: Test is not compatible with this environment or pipeline)1449Plan1450 Testing group wiki file upload1451[Nov 07 2023 03:52:41 UTC (QA Tests)] INFO -- Starting test: Plan Testing group wiki file upload by creating a formatted page with an image uploaded1452[Nov 07 2023 03:52:42 UTC (QA Tests)] INFO -- filling :login_field with "root"1453[Nov 07 2023 03:52:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1454[Nov 07 2023 03:52:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"1455[Nov 07 2023 03:52:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1456[Nov 07 2023 03:52:43 UTC (QA Tests)] INFO -- clicking :sign_in_button1457[Nov 07 2023 03:52:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.314s1458[Nov 07 2023 03:52:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1459[Nov 07 2023 03:52:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-with-wiki-e22d9478e6b59bd6' via api in 0.59 seconds1460[Nov 07 2023 03:52:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::GroupPage at http://gitlab-ee-43bc4a50.test/groups/gitlab-qa-sandbox-group-3/group-with-wiki-e22d9478e6b59bd6/-/wikis/Home1461[Nov 07 2023 03:52:48 UTC (QA Tests)] INFO -- clicking :new-page-button1462[Nov 07 2023 03:52:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new-page-button' took 0.879s1463[Nov 07 2023 03:52:49 UTC (QA Tests)] INFO -- filling :wiki-title-textbox with "Content Editor Page"1464[Nov 07 2023 03:52:49 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki-title-textbox1465[Nov 07 2023 03:52:50 UTC (QA Tests)] INFO -- clicking :editing-mode-switcher1466[Nov 07 2023 03:52:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? text-styles' took 1.052s1467[Nov 07 2023 03:52:51 UTC (QA Tests)] INFO -- clicking :text-styles1468[Nov 07 2023 03:52:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.656s1469[Nov 07 2023 03:52:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element markdown-editor-form-field' took 0.671s1470[Nov 07 2023 03:52:53 UTC (QA Tests)] INFO -- clicking :wiki-submit-button1471[Nov 07 2023 03:52:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki-submit-button' took 1.094s1472 by creating a formatted page with an image uploaded1473Plan1474 Issue creation1475[Nov 07 2023 03:52:55 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation closes an issue1476[Nov 07 2023 03:52:55 UTC (QA Tests)] INFO -- filling :login_field with "root"1477[Nov 07 2023 03:52:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1478[Nov 07 2023 03:52:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"1479[Nov 07 2023 03:52:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1480[Nov 07 2023 03:52:56 UTC (QA Tests)] INFO -- clicking :sign_in_button1481[Nov 07 2023 03:52:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.308s1482[Nov 07 2023 03:53:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.23 seconds1483[Nov 07 2023 03:53:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.63 seconds1484[Nov 07 2023 03:53:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-issues-b31d878e591a0093' via api in 1.43 seconds1485[Nov 07 2023 03:53:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 2.07 seconds1486[Nov 07 2023 03:53:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-issues-b31d878e591a0093/-/issues/11487[Nov 07 2023 03:53:04 UTC (QA Tests)] INFO -- clicking :toggle-issue-state-button1488[Nov 07 2023 03:53:04 UTC (QA Tests)] INFO -- clicking :menu_section_button1489[Nov 07 2023 03:53:05 UTC (QA Tests)] INFO -- clicking :nav-item-link1490[Nov 07 2023 03:53:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.969s1491[Nov 07 2023 03:53:06 UTC (QA Tests)] INFO -- clicking :closed-issuables-tab1492 closes an issue1493[Nov 07 2023 03:53:06 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation creates an issue1494[Nov 07 2023 03:53:07 UTC (QA Tests)] INFO -- filling :login_field with "root"1495[Nov 07 2023 03:53:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1496[Nov 07 2023 03:53:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"1497[Nov 07 2023 03:53:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1498[Nov 07 2023 03:53:07 UTC (QA Tests)] INFO -- clicking :sign_in_button1499[Nov 07 2023 03:53:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.334s1500[Nov 07 2023 03:53:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1501[Nov 07 2023 03:53:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.2 seconds1502[Nov 07 2023 03:53:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/the_awesome_project-85994b15a4b29437' via api in 0.98 seconds1503[Nov 07 2023 03:53:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/the_awesome_project-85994b15a4b294371504[Nov 07 2023 03:53:13 UTC (QA Tests)] INFO -- clicking :new-menu-toggle1505[Nov 07 2023 03:53:13 UTC (QA Tests)] INFO -- clicking :create_menu_item1506[Nov 07 2023 03:53:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.148s1507[Nov 07 2023 03:53:14 UTC (QA Tests)] INFO -- filling :issuable-form-title-field with "Issue title e3612f1466fa4a1c"1508[Nov 07 2023 03:53:14 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable-form-title-field1509[Nov 07 2023 03:53:14 UTC (QA Tests)] INFO -- filling :issuable-form-description-field with "Issue description e497d2594dccdfe4"1510[Nov 07 2023 03:53:14 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable-form-description-field1511[Nov 07 2023 03:53:15 UTC (QA Tests)] INFO -- clicking :issuable-create-button and ensuring QA::Page::Project::Issue::Show is present1512[Nov 07 2023 03:53:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable-create-button' took 2.578s1513[Nov 07 2023 03:53:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 5.56 seconds1514[Nov 07 2023 03:53:18 UTC (QA Tests)] INFO -- clicking :menu_section_button1515[Nov 07 2023 03:53:18 UTC (QA Tests)] INFO -- clicking :nav-item-link1516[Nov 07 2023 03:53:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.99s1517 creates an issue1518 when using attachments in comments1519[Nov 07 2023 03:53:19 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation when using attachments in comments comments on an issue with an attachment1520[Nov 07 2023 03:53:19 UTC (QA Tests)] INFO -- filling :login_field with "root"1521[Nov 07 2023 03:53:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1522[Nov 07 2023 03:53:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"1523[Nov 07 2023 03:53:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1524[Nov 07 2023 03:53:20 UTC (QA Tests)] INFO -- clicking :sign_in_button1525[Nov 07 2023 03:53:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.326s1526[Nov 07 2023 03:53:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1527[Nov 07 2023 03:53:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.21 seconds1528[Nov 07 2023 03:53:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-issues-776ed2a0add8fd73' via api in 1.05 seconds1529[Nov 07 2023 03:53:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '6' via api in 1.58 seconds1530[Nov 07 2023 03:53:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-issues-776ed2a0add8fd73/-/issues/11531[Nov 07 2023 03:53:27 UTC (QA Tests)] INFO -- clicking :issue-title1532[Nov 07 2023 03:53:27 UTC (QA Tests)] INFO -- clicking :discussion-preferences-dropdown1533[Nov 07 2023 03:53:27 UTC (QA Tests)] INFO -- filling :comment-field with "See attached image for scale1534"1535[Nov 07 2023 03:53:27 UTC (QA Tests)] INFO -- clicking the coordinates of :comment-field1536[Nov 07 2023 03:53:28 UTC (QA Tests)] INFO -- clicking :comment-button1537 comments on an issue with an attachment1538Plan1539 Project milestone1540[Nov 07 2023 03:53:29 UTC (QA Tests)] INFO -- Starting test: Plan Project milestone creates a project milestone1541[Nov 07 2023 03:53:30 UTC (QA Tests)] INFO -- filling :login_field with "root"1542[Nov 07 2023 03:53:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1543[Nov 07 2023 03:53:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"1544[Nov 07 2023 03:53:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1545[Nov 07 2023 03:53:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1546[Nov 07 2023 03:53:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.332s1547[Nov 07 2023 03:53:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1548[Nov 07 2023 03:53:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.22 seconds1549[Nov 07 2023 03:53:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-milestone-c47268f2a73af956' via api in 1.06 seconds1550[Nov 07 2023 03:53:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-milestone-c47268f2a73af9561551[Nov 07 2023 03:53:36 UTC (QA Tests)] INFO -- clicking :menu_section_button1552[Nov 07 2023 03:53:36 UTC (QA Tests)] INFO -- clicking :nav-item-link1553[Nov 07 2023 03:53:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.764s1554[Nov 07 2023 03:53:37 UTC (QA Tests)] INFO -- clicking :new-project-milestone-link1555[Nov 07 2023 03:53:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new-project-milestone-link' took 0.752s1556[Nov 07 2023 03:53:37 UTC (QA Tests)] INFO -- filling :milestone-title-field with "Project milestone"1557[Nov 07 2023 03:53:37 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone-title-field1558[Nov 07 2023 03:53:38 UTC (QA Tests)] INFO -- filling :milestone-description-field with "This issue tests out project milestones."1559[Nov 07 2023 03:53:38 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone-description-field1560[Nov 07 2023 03:53:38 UTC (QA Tests)] INFO -- filling :start-date-field with "2023/11/071561"1562[Nov 07 2023 03:53:38 UTC (QA Tests)] INFO -- clicking the coordinates of :start-date-field1563[Nov 07 2023 03:53:39 UTC (QA Tests)] INFO -- filling :due-date-field with "2023/12/071564"1565[Nov 07 2023 03:53:39 UTC (QA Tests)] INFO -- clicking the coordinates of :due-date-field1566[Nov 07 2023 03:53:39 UTC (QA Tests)] INFO -- clicking :create-milestone-button1567[Nov 07 2023 03:53:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create-milestone-button' took 1.125s1568[Nov 07 2023 03:53:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone via browser_ui in 6.54 seconds1569[Nov 07 2023 03:53:41 UTC (QA Tests)] INFO -- clicking :nav-item-link1570[Nov 07 2023 03:53:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.793s1571[Nov 07 2023 03:53:41 UTC (QA Tests)] INFO -- clicking :milestone-link1572[Nov 07 2023 03:53:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element milestone-link' took 0.888s1573 creates a project milestone1574Verify1575 Trigger child pipeline with 'when:manual'1576[Nov 07 2023 03:53:43 UTC (QA Tests)] INFO -- Starting test: Verify Trigger child pipeline with 'when:manual' can trigger bridge job1577[Nov 07 2023 03:53:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1578[Nov 07 2023 03:53:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.18 seconds1579[Nov 07 2023 03:53:44 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1580[Nov 07 2023 03:53:44 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1581[Nov 07 2023 03:53:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1582[Nov 07 2023 03:53:44 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-21job852 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-21job852 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-21job852 --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list qa-runner-21job852 --executor shell && gitlab-runner run" `1583[Nov 07 2023 03:53:44 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-21job852`1584[Nov 07 2023 03:53:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1585[Nov 07 2023 03:53:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-21job852' via api in 0.95 seconds1586[Nov 07 2023 03:53:45 UTC (QA Tests)] INFO -- filling :login_field with "root"1587[Nov 07 2023 03:53:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1588[Nov 07 2023 03:53:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"1589[Nov 07 2023 03:53:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1590[Nov 07 2023 03:53:46 UTC (QA Tests)] INFO -- clicking :sign_in_button1591[Nov 07 2023 03:53:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.336s1592[Nov 07 2023 03:53:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-pipeline-8e0a06d2e3e194571593[Nov 07 2023 03:53:52 UTC (QA Tests)] INFO -- clicking :menu_section_button1594[Nov 07 2023 03:53:52 UTC (QA Tests)] INFO -- clicking :nav-item-link1595[Nov 07 2023 03:53:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.742s1596[Nov 07 2023 03:54:05 UTC (QA Tests)] INFO -- clicking :ci-action-button1597[Nov 07 2023 03:54:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? linked-pipeline-container' took 9.63s1598[Nov 07 2023 03:54:15 UTC (QA Tests)] INFO -- clicking :expand-pipeline-button1599[Nov 07 2023 03:54:16 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-21job852'1600[Nov 07 2023 03:54:16 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-21job852`1601 can trigger bridge job1602Verify1603 Unlocking job artifacts across parent-child pipelines1604 with strategy:depend1605 when latest pipeline family is successful1606[Nov 07 2023 03:54:16 UTC (QA Tests)] INFO -- Starting test: Verify Unlocking job artifacts across parent-child pipelines with strategy:depend when latest pipeline family is successful unlocks job artifacts from previous successful pipeline family1607[Nov 07 2023 03:54:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1608[Nov 07 2023 03:54:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.19 seconds1609[Nov 07 2023 03:54:17 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1610[Nov 07 2023 03:54:17 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1611[Nov 07 2023 03:54:21 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1612[Nov 07 2023 03:54:21 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-nz5nn7ga --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-nz5nn7ga 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-nz5nn7ga --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list qa-runner-nz5nn7ga --executor shell && gitlab-runner run" `1613[Nov 07 2023 03:54:22 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-nz5nn7ga`1614[Nov 07 2023 03:54:22 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1615[Nov 07 2023 03:54:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-nz5nn7ga' via api in 5.93 seconds1616[Nov 07 2023 03:54:24 UTC (QA Tests)] INFO -- filling :login_field with "root"1617[Nov 07 2023 03:54:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1618[Nov 07 2023 03:54:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"1619[Nov 07 2023 03:54:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1620[Nov 07 2023 03:54:24 UTC (QA Tests)] INFO -- clicking :sign_in_button1621[Nov 07 2023 03:54:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.276s1622[Nov 07 2023 03:54:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-b311db35efed181a1623[Nov 07 2023 03:54:31 UTC (QA Tests)] INFO -- clicking :menu_section_button1624[Nov 07 2023 03:54:31 UTC (QA Tests)] INFO -- clicking :nav-item-link1625[Nov 07 2023 03:54:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.904s1626[Nov 07 2023 03:54:45 UTC (QA Tests)] INFO -- clicking :nav-item-link1627[Nov 07 2023 03:54:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.821s1628[Nov 07 2023 03:54:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-b311db35efed181a/-/jobs/371629[Nov 07 2023 03:54:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-b311db35efed181a/-/jobs/381630[Nov 07 2023 03:55:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-b311db35efed181a/-/jobs/341631[Nov 07 2023 03:55:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 9.93s1632[Nov 07 2023 03:55:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-b311db35efed181a/-/jobs/351633 unlocks job artifacts from previous successful pipeline family1634 when latest parent pipeline failed1635[Nov 07 2023 03:55:13 UTC (QA Tests)] INFO -- Starting test: Verify Unlocking job artifacts across parent-child pipelines with strategy:depend when latest parent pipeline failed does not unlock job artifacts from previous successful pipeline family1636[Nov 07 2023 03:55:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1637[Nov 07 2023 03:55:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.19 seconds1638[Nov 07 2023 03:55:14 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1639[Nov 07 2023 03:55:14 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1640[Nov 07 2023 03:55:14 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1641[Nov 07 2023 03:55:14 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-mx89f4xd --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-mx89f4xd 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-mx89f4xd --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list qa-runner-mx89f4xd --executor shell && gitlab-runner run" `1642[Nov 07 2023 03:55:15 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-mx89f4xd`1643[Nov 07 2023 03:55:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1644[Nov 07 2023 03:55:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-mx89f4xd' via api in 1.99 seconds1645[Nov 07 2023 03:55:17 UTC (QA Tests)] INFO -- filling :login_field with "root"1646[Nov 07 2023 03:55:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1647[Nov 07 2023 03:55:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"1648[Nov 07 2023 03:55:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1649[Nov 07 2023 03:55:17 UTC (QA Tests)] INFO -- clicking :sign_in_button1650[Nov 07 2023 03:55:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.383s1651[Nov 07 2023 03:55:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-295f88fca2231a111652[Nov 07 2023 03:55:24 UTC (QA Tests)] INFO -- clicking :menu_section_button1653[Nov 07 2023 03:55:24 UTC (QA Tests)] INFO -- clicking :nav-item-link1654[Nov 07 2023 03:55:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.926s1655[Nov 07 2023 03:55:39 UTC (QA Tests)] INFO -- clicking :nav-item-link1656[Nov 07 2023 03:55:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.922s1657[Nov 07 2023 03:55:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-295f88fca2231a11/-/jobs/431658[Nov 07 2023 03:55:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-295f88fca2231a11/-/jobs/441659[Nov 07 2023 03:55:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-295f88fca2231a11/-/jobs/401660[Nov 07 2023 03:55:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-295f88fca2231a11/-/jobs/411661 does not unlock job artifacts from previous successful pipeline family1662 when latest child pipeline failed1663[Nov 07 2023 03:55:56 UTC (QA Tests)] INFO -- Starting test: Verify Unlocking job artifacts across parent-child pipelines with strategy:depend when latest child pipeline failed does not unlock job artifacts from previous successful pipeline family1664[Nov 07 2023 03:55:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1665[Nov 07 2023 03:55:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.22 seconds1666[Nov 07 2023 03:55:57 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1667[Nov 07 2023 03:55:57 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1668[Nov 07 2023 03:55:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1669[Nov 07 2023 03:55:58 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-jyk489e3 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-jyk489e3 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-jyk489e3 --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list qa-runner-jyk489e3 --executor shell && gitlab-runner run" `1670[Nov 07 2023 03:55:58 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-jyk489e3`1671[Nov 07 2023 03:55:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1672[Nov 07 2023 03:55:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-jyk489e3' via api in 1.93 seconds1673[Nov 07 2023 03:56:00 UTC (QA Tests)] INFO -- filling :login_field with "root"1674[Nov 07 2023 03:56:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1675[Nov 07 2023 03:56:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"1676[Nov 07 2023 03:56:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1677[Nov 07 2023 03:56:01 UTC (QA Tests)] INFO -- clicking :sign_in_button1678[Nov 07 2023 03:56:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.346s1679[Nov 07 2023 03:56:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-2f694a2a766d33e71680[Nov 07 2023 03:56:08 UTC (QA Tests)] INFO -- clicking :menu_section_button1681[Nov 07 2023 03:56:08 UTC (QA Tests)] INFO -- clicking :nav-item-link1682[Nov 07 2023 03:56:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.882s1683[Nov 07 2023 03:56:22 UTC (QA Tests)] INFO -- clicking :nav-item-link1684[Nov 07 2023 03:56:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.872s1685[Nov 07 2023 03:56:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-2f694a2a766d33e7/-/jobs/491686[Nov 07 2023 03:56:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-2f694a2a766d33e7/-/jobs/501687[Nov 07 2023 03:56:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-2f694a2a766d33e7/-/jobs/461688[Nov 07 2023 03:56:38 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-2f694a2a766d33e7/-/jobs/471689 does not unlock job artifacts from previous successful pipeline family1690 without strategy:depend1691 when latest pipeline family is successful1692[Nov 07 2023 03:56:40 UTC (QA Tests)] INFO -- Starting test: Verify Unlocking job artifacts across parent-child pipelines without strategy:depend when latest pipeline family is successful unlocks job artifacts from previous successful pipeline family1693[Nov 07 2023 03:56:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1694[Nov 07 2023 03:56:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.19 seconds1695[Nov 07 2023 03:56:41 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1696[Nov 07 2023 03:56:41 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1697[Nov 07 2023 03:56:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1698[Nov 07 2023 03:56:45 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-xql1mb89 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-xql1mb89 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-xql1mb89 --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list qa-runner-xql1mb89 --executor shell && gitlab-runner run" `1699[Nov 07 2023 03:56:45 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-xql1mb89`1700[Nov 07 2023 03:56:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1701[Nov 07 2023 03:56:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-xql1mb89' via api in 5.96 seconds1702[Nov 07 2023 03:56:47 UTC (QA Tests)] INFO -- filling :login_field with "root"1703[Nov 07 2023 03:56:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1704[Nov 07 2023 03:56:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"1705[Nov 07 2023 03:56:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1706[Nov 07 2023 03:56:48 UTC (QA Tests)] INFO -- clicking :sign_in_button1707[Nov 07 2023 03:56:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.288s1708[Nov 07 2023 03:56:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-181b3ff08b3c67711709[Nov 07 2023 03:56:54 UTC (QA Tests)] INFO -- clicking :menu_section_button1710[Nov 07 2023 03:56:55 UTC (QA Tests)] INFO -- clicking :nav-item-link1711[Nov 07 2023 03:56:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.999s1712[Nov 07 2023 03:57:09 UTC (QA Tests)] INFO -- clicking :nav-item-link1713[Nov 07 2023 03:57:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.828s1714[Nov 07 2023 03:57:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-181b3ff08b3c6771/-/jobs/551715[Nov 07 2023 03:57:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-181b3ff08b3c6771/-/jobs/561716[Nov 07 2023 03:57:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-181b3ff08b3c6771/-/jobs/521717[Nov 07 2023 03:57:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 11.034s1718[Nov 07 2023 03:57:36 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-181b3ff08b3c6771/-/jobs/521719[Nov 07 2023 03:57:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.167s1720[Nov 07 2023 03:57:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 11.026s1721[Nov 07 2023 03:57:50 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-181b3ff08b3c6771/-/jobs/521722[Nov 07 2023 03:58:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 11.037s1723[Nov 07 2023 03:58:03 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-181b3ff08b3c6771/-/jobs/521724[Nov 07 2023 03:58:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.1s1725[Nov 07 2023 03:58:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 8.946s1726[Nov 07 2023 03:58:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-181b3ff08b3c6771/-/jobs/531727 unlocks job artifacts from previous successful pipeline family1728 when latest parent pipeline failed1729[Nov 07 2023 03:58:15 UTC (QA Tests)] INFO -- Starting test: Verify Unlocking job artifacts across parent-child pipelines without strategy:depend when latest parent pipeline failed does not unlock job artifacts from previous successful pipeline family1730[Nov 07 2023 03:58:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1731[Nov 07 2023 03:58:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.23 seconds1732[Nov 07 2023 03:58:16 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1733[Nov 07 2023 03:58:16 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1734[Nov 07 2023 03:58:21 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1735[Nov 07 2023 03:58:21 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-a60zb4i9 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-a60zb4i9 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-a60zb4i9 --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list qa-runner-a60zb4i9 --executor shell && gitlab-runner run" `1736[Nov 07 2023 03:58:21 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-a60zb4i9`1737[Nov 07 2023 03:58:21 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1738[Nov 07 2023 03:58:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-a60zb4i9' via api in 5.97 seconds1739[Nov 07 2023 03:58:23 UTC (QA Tests)] INFO -- filling :login_field with "root"1740[Nov 07 2023 03:58:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1741[Nov 07 2023 03:58:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"1742[Nov 07 2023 03:58:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1743[Nov 07 2023 03:58:24 UTC (QA Tests)] INFO -- clicking :sign_in_button1744[Nov 07 2023 03:58:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.248s1745[Nov 07 2023 03:58:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-d1157820bfd286ac1746[Nov 07 2023 03:58:30 UTC (QA Tests)] INFO -- clicking :menu_section_button1747[Nov 07 2023 03:58:30 UTC (QA Tests)] INFO -- clicking :nav-item-link1748[Nov 07 2023 03:58:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.883s1749[Nov 07 2023 03:58:44 UTC (QA Tests)] INFO -- clicking :nav-item-link1750[Nov 07 2023 03:58:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.858s1751[Nov 07 2023 03:58:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-d1157820bfd286ac/-/jobs/611752[Nov 07 2023 03:58:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-d1157820bfd286ac/-/jobs/621753[Nov 07 2023 03:59:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-d1157820bfd286ac/-/jobs/581754[Nov 07 2023 03:59:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-d1157820bfd286ac/-/jobs/591755 does not unlock job artifacts from previous successful pipeline family1756 when latest child pipeline failed1757[Nov 07 2023 03:59:02 UTC (QA Tests)] INFO -- Starting test: Verify Unlocking job artifacts across parent-child pipelines without strategy:depend when latest child pipeline failed unlocks job artifacts from previous successful pipeline family because the latest parent is successful1758[Nov 07 2023 03:59:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1759[Nov 07 2023 03:59:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.2 seconds1760[Nov 07 2023 03:59:03 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1761[Nov 07 2023 03:59:03 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1762[Nov 07 2023 03:59:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1763[Nov 07 2023 03:59:03 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-hjwsezmo --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-hjwsezmo 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-hjwsezmo --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list qa-runner-hjwsezmo --executor shell && gitlab-runner run" `1764[Nov 07 2023 03:59:04 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-hjwsezmo`1765[Nov 07 2023 03:59:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1766[Nov 07 2023 03:59:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-hjwsezmo' via api in 1.94 seconds1767[Nov 07 2023 03:59:06 UTC (QA Tests)] INFO -- filling :login_field with "root"1768[Nov 07 2023 03:59:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1769[Nov 07 2023 03:59:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"1770[Nov 07 2023 03:59:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1771[Nov 07 2023 03:59:06 UTC (QA Tests)] INFO -- clicking :sign_in_button1772[Nov 07 2023 03:59:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.337s1773[Nov 07 2023 03:59:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-aebb477d1996a0d71774[Nov 07 2023 03:59:13 UTC (QA Tests)] INFO -- clicking :menu_section_button1775[Nov 07 2023 03:59:13 UTC (QA Tests)] INFO -- clicking :nav-item-link1776[Nov 07 2023 03:59:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.857s1777[Nov 07 2023 03:59:27 UTC (QA Tests)] INFO -- clicking :nav-item-link1778[Nov 07 2023 03:59:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.827s1779[Nov 07 2023 03:59:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-aebb477d1996a0d7/-/jobs/671780[Nov 07 2023 03:59:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-aebb477d1996a0d7/-/jobs/681781[Nov 07 2023 03:59:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-aebb477d1996a0d7/-/jobs/641782[Nov 07 2023 03:59:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 11.037s1783[Nov 07 2023 03:59:54 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-aebb477d1996a0d7/-/jobs/641784[Nov 07 2023 03:59:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.514s1785[Nov 07 2023 04:00:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 11.04s1786[Nov 07 2023 04:00:07 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-aebb477d1996a0d7/-/jobs/641787[Nov 07 2023 04:00:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.125s1788[Nov 07 2023 04:00:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/unlock-job-artifacts-parent-child-project-aebb477d1996a0d7/-/jobs/651789 unlocks job artifacts from previous successful pipeline family because the latest parent is successful1790Govern1791 Scan result policy1792 requires approval when license findings violate scan result policy (PENDING: Test is not compatible with this environment or pipeline)1793Plan1794 Design Management1795[Nov 07 2023 04:00:11 UTC (QA Tests)] INFO -- Starting test: Plan Design Management user adds a design and modifies it1796[Nov 07 2023 04:00:12 UTC (QA Tests)] INFO -- filling :login_field with "root"1797[Nov 07 2023 04:00:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1798[Nov 07 2023 04:00:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"1799[Nov 07 2023 04:00:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1800[Nov 07 2023 04:00:12 UTC (QA Tests)] INFO -- clicking :sign_in_button1801[Nov 07 2023 04:00:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.274s1802[Nov 07 2023 04:00:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1803[Nov 07 2023 04:00:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.2 seconds1804[Nov 07 2023 04:00:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-issues-189b2e3a62c6a681' via api in 1.03 seconds1805[Nov 07 2023 04:00:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '7' via api in 1.6 seconds1806[Nov 07 2023 04:00:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-issues-189b2e3a62c6a681/-/issues/11807[Nov 07 2023 04:00:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.877s1808[Nov 07 2023 04:00:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element design-image' took 0.896s1809[Nov 07 2023 04:00:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Design via browser_ui in 4.59 seconds1810[Nov 07 2023 04:00:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-issues-189b2e3a62c6a681/-/issues/11811[Nov 07 2023 04:00:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.772s1812[Nov 07 2023 04:00:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element design-image' took 0.788s1813 user adds a design and modifies it1814Plan1815 Related issues1816[Nov 07 2023 04:00:24 UTC (QA Tests)] INFO -- Starting test: Plan Related issues relates and unrelates one issue to/from another1817[Nov 07 2023 04:00:24 UTC (QA Tests)] INFO -- filling :login_field with "root"1818[Nov 07 2023 04:00:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1819[Nov 07 2023 04:00:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"1820[Nov 07 2023 04:00:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1821[Nov 07 2023 04:00:25 UTC (QA Tests)] INFO -- clicking :sign_in_button1822[Nov 07 2023 04:00:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.339s1823[Nov 07 2023 04:00:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1824[Nov 07 2023 04:00:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.21 seconds1825[Nov 07 2023 04:00:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-to-test-related-issues-abf6a58bf6eca437/-/issues/11826[Nov 07 2023 04:00:33 UTC (QA Tests)] INFO -- clicking :related-issues-plus-button1827[Nov 07 2023 04:00:33 UTC (QA Tests)] INFO -- filling :add-issue-field with "http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-to-test-related-issues-abf6a58bf6eca437/-/issues/2"1828[Nov 07 2023 04:00:33 UTC (QA Tests)] INFO -- clicking the coordinates of :add-issue-field1829[Nov 07 2023 04:00:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element related-issuable-content' took 0.501s1830[Nov 07 2023 04:00:34 UTC (QA Tests)] INFO -- clicking :remove-related-issue-button1831 relates and unrelates one issue to/from another1832Plan1833 Issue comments1834[Nov 07 2023 04:00:35 UTC (QA Tests)] INFO -- Starting test: Plan Issue comments comments on an issue and edits the comment1835[Nov 07 2023 04:00:36 UTC (QA Tests)] INFO -- filling :login_field with "root"1836[Nov 07 2023 04:00:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1837[Nov 07 2023 04:00:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"1838[Nov 07 2023 04:00:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1839[Nov 07 2023 04:00:37 UTC (QA Tests)] INFO -- clicking :sign_in_button1840[Nov 07 2023 04:00:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.33s1841[Nov 07 2023 04:00:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1842[Nov 07 2023 04:00:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.2 seconds1843[Nov 07 2023 04:00:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-issues-1a58e83d569361b4' via api in 1.06 seconds1844[Nov 07 2023 04:00:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-for-issues-1a58e83d569361b4/-/issues/11845[Nov 07 2023 04:00:44 UTC (QA Tests)] INFO -- clicking :issue-title1846[Nov 07 2023 04:00:44 UTC (QA Tests)] INFO -- clicking :discussion-preferences-dropdown1847[Nov 07 2023 04:00:44 UTC (QA Tests)] INFO -- filling :comment-field with "First version of the comment1848"1849[Nov 07 2023 04:00:44 UTC (QA Tests)] INFO -- clicking the coordinates of :comment-field1850[Nov 07 2023 04:00:45 UTC (QA Tests)] INFO -- clicking :comment-button1851[Nov 07 2023 04:00:45 UTC (QA Tests)] INFO -- clicking :note-edit-button1852[Nov 07 2023 04:00:45 UTC (QA Tests)] INFO -- filling :reply-field with "Second version of the comment"1853[Nov 07 2023 04:00:45 UTC (QA Tests)] INFO -- clicking the coordinates of :reply-field1854[Nov 07 2023 04:00:46 UTC (QA Tests)] INFO -- clicking :reply-comment-button1855 comments on an issue and edits the comment1856Create1857 Repository Usage Quota1858[Nov 07 2023 04:00:46 UTC (QA Tests)] INFO -- Starting test: Create Repository Usage Quota matches cloned repo usage to reported usage1859[Nov 07 2023 04:00:46 UTC (QA Tests)] INFO -- Enabling feature: gitaly_revlist_for_repo_size1860[Nov 07 2023 04:00:47 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: gitaly_revlist_for_repo_size1861[Nov 07 2023 04:00:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1862[Nov 07 2023 04:00:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.2 seconds1863[Nov 07 2023 04:00:49 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add file"1864[Nov 07 2023 04:00:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.95 seconds1865[Nov 07 2023 04:00:57 UTC (QA Tests)] INFO -- Disabling feature: gitaly_revlist_for_repo_size1866[Nov 07 2023 04:00:57 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: gitaly_revlist_for_repo_size1867 matches cloned repo usage to reported usage1868Create1869 File management1870[Nov 07 2023 04:00:57 UTC (QA Tests)] INFO -- Starting test: Create File management user creates a file via the Web1871[Nov 07 2023 04:00:58 UTC (QA Tests)] INFO -- filling :login_field with "root"1872[Nov 07 2023 04:00:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1873[Nov 07 2023 04:00:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"1874[Nov 07 2023 04:00:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1875[Nov 07 2023 04:00:59 UTC (QA Tests)] INFO -- clicking :sign_in_button1876[Nov 07 2023 04:01:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.299s1877[Nov 07 2023 04:01:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1878[Nov 07 2023 04:01:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.21 seconds1879[Nov 07 2023 04:01:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-new-file-b995e61d9e9dba4c' via api in 1.57 seconds1880[Nov 07 2023 04:01:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-new-file-b995e61d9e9dba4c1881[Nov 07 2023 04:01:05 UTC (QA Tests)] INFO -- clicking :add-to-tree1882[Nov 07 2023 04:01:06 UTC (QA Tests)] INFO -- clicking :new-file-menu-item1883[Nov 07 2023 04:01:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new-file-menu-item' took 1.23s1884[Nov 07 2023 04:01:07 UTC (QA Tests)] INFO -- filling :file-name-field with "QA Test - File name"1885[Nov 07 2023 04:01:07 UTC (QA Tests)] INFO -- clicking the coordinates of :file-name-field1886[Nov 07 2023 04:01:07 UTC (QA Tests)] INFO -- filling :commit-message-field with "QA Test - Create new file"1887[Nov 07 2023 04:01:07 UTC (QA Tests)] INFO -- clicking the coordinates of :commit-message-field1888[Nov 07 2023 04:01:08 UTC (QA Tests)] INFO -- clicking :commit-button1889[Nov 07 2023 04:01:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit-button' took 1.391s1890[Nov 07 2023 04:01:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via browser_ui in 5.54 seconds1891[Nov 07 2023 04:01:10 UTC (QA Tests)] ERROR -- Interceptor Api Errors1892[200] POST http://gitlab-ee-43bc4a50.test/api/graphql -- Correlation Id: 01HEKZ1Y2NHCQGSKTANB0HX0GJ1893error-messages: Variable $refType of type RefType was provided invalid value1894 user creates a file via the Web1895Plan1896 Assignees1897[Nov 07 2023 04:01:10 UTC (QA Tests)] INFO -- Starting test: Plan Assignees update without refresh1898[Nov 07 2023 04:01:10 UTC (QA Tests)] INFO -- filling :login_field with "root"1899[Nov 07 2023 04:01:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1900[Nov 07 2023 04:01:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"1901[Nov 07 2023 04:01:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1902[Nov 07 2023 04:01:11 UTC (QA Tests)] INFO -- clicking :sign_in_button1903[Nov 07 2023 04:01:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.318s1904[Nov 07 2023 04:01:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1905[Nov 07 2023 04:01:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.22 seconds1906[Nov 07 2023 04:01:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds1907[Nov 07 2023 04:01:16 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-to-test-assignees-4bd4b6e5fb58c350 QA::Resource::Project1908[Nov 07 2023 04:01:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds1909[Nov 07 2023 04:01:16 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-to-test-assignees-4bd4b6e5fb58c350 QA::Resource::Project1910[Nov 07 2023 04:01:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-to-test-assignees-4bd4b6e5fb58c350/-/issues/11911 update without refresh1912Manage1913 Gitlab migration1914 with import within same instance1915[Nov 07 2023 04:01:21 UTC (QA Tests)] INFO -- Starting test: Manage Gitlab migration with import within same instance successfully imports project1916[Nov 07 2023 04:01:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1917[Nov 07 2023 04:01:23 UTC (QA Tests)] INFO -- Setting application settings: {:bulk_import_enabled=>true}1918[Nov 07 2023 04:01:24 UTC (QA Tests)] INFO -- Setting application settings: {:bulk_import_enabled=>true}1919[Nov 07 2023 04:01:24 UTC (QA Tests)] INFO -- Adding user target-user-4db58ba000d9 to gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de QA::Resource::Group1920[Nov 07 2023 04:01:25 UTC (QA Tests)] INFO -- No cached token found for username: target-user-4db58ba000d91921[Nov 07 2023 04:01:26 UTC (QA Tests)] INFO -- Caching token for username: target-user-4db58ba000d9, last six chars of token:YosqzY1922[Nov 07 2023 04:01:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-target-user-4db58ba000d9-2kaxexsp' via api in 0.09 seconds1923[Nov 07 2023 04:01:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::BulkImportGroup with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/target-group-for-import-c47d5336' via api in 0.45 seconds1924[Nov 07 2023 04:02:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'target-user-4db58ba000d9'1925 successfully imports project1926Govern1927 Security Dashboard in a Project1928[Nov 07 2023 04:02:48 UTC (QA Tests)] INFO -- Starting test: Govern Security Dashboard in a Project shows vulnerability details1929[Nov 07 2023 04:02:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1930[Nov 07 2023 04:02:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.24 seconds1931[Nov 07 2023 04:02:50 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Gryffindor vulnerability' via api in 0.25 seconds1932[Nov 07 2023 04:02:51 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Ravenclaw vulnerability' via api in 0.23 seconds1933[Nov 07 2023 04:02:51 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Hufflepuff vulnerability' via api in 0.24 seconds1934[Nov 07 2023 04:02:51 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Slytherin' via api in 0.13 seconds1935[Nov 07 2023 04:02:51 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'CVE-2017-18269 in glibc' via api in 0.24 seconds1936[Nov 07 2023 04:02:52 UTC (QA Tests)] INFO -- filling :login_field with "root"1937[Nov 07 2023 04:02:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1938[Nov 07 2023 04:02:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"1939[Nov 07 2023 04:02:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1940[Nov 07 2023 04:02:53 UTC (QA Tests)] INFO -- clicking :sign_in_button1941[Nov 07 2023 04:02:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.365s1942[Nov 07 2023 04:02:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-secure-1db9c2bf3cdbf9781943[Nov 07 2023 04:02:59 UTC (QA Tests)] INFO -- clicking :menu_section_button1944[Nov 07 2023 04:02:59 UTC (QA Tests)] INFO -- clicking :nav-item-link1945[Nov 07 2023 04:03:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.033s1946[Nov 07 2023 04:03:00 UTC (QA Tests)] INFO -- clicking :vulnerability1947[Nov 07 2023 04:03:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element vulnerability' took 1.042s1948 shows vulnerability details1949[Nov 07 2023 04:03:02 UTC (QA Tests)] INFO -- Starting test: Govern Security Dashboard in a Project creates an issue from vulnerability details1950[Nov 07 2023 04:03:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1951[Nov 07 2023 04:03:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.21 seconds1952[Nov 07 2023 04:03:04 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Gryffindor vulnerability' via api in 0.14 seconds1953[Nov 07 2023 04:03:04 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Ravenclaw vulnerability' via api in 0.2 seconds1954[Nov 07 2023 04:03:04 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Hufflepuff vulnerability' via api in 0.15 seconds1955[Nov 07 2023 04:03:04 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Slytherin' via api in 0.14 seconds1956[Nov 07 2023 04:03:04 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'CVE-2017-18269 in glibc' via api in 0.15 seconds1957[Nov 07 2023 04:03:05 UTC (QA Tests)] INFO -- filling :login_field with "root"1958[Nov 07 2023 04:03:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1959[Nov 07 2023 04:03:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"1960[Nov 07 2023 04:03:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1961[Nov 07 2023 04:03:06 UTC (QA Tests)] INFO -- clicking :sign_in_button1962[Nov 07 2023 04:03:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.326s1963[Nov 07 2023 04:03:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-secure-446e65f43157284b1964[Nov 07 2023 04:03:11 UTC (QA Tests)] INFO -- clicking :menu_section_button1965[Nov 07 2023 04:03:11 UTC (QA Tests)] INFO -- clicking :nav-item-link1966[Nov 07 2023 04:03:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.06s1967[Nov 07 2023 04:03:13 UTC (QA Tests)] INFO -- clicking :vulnerability1968[Nov 07 2023 04:03:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element vulnerability' took 1.039s1969[Nov 07 2023 04:03:14 UTC (QA Tests)] INFO -- clicking :create-issue-button1970[Nov 07 2023 04:03:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create-issue-button' took 1.257s1971[Nov 07 2023 04:03:15 UTC (QA Tests)] INFO -- filling :issuable-form-description-field with "Test Vulnerability edited comment"1972[Nov 07 2023 04:03:15 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable-form-description-field1973[Nov 07 2023 04:03:16 UTC (QA Tests)] INFO -- clicking :issuable-label-dropdown1974[Nov 07 2023 04:03:16 UTC (QA Tests)] INFO -- clicking :issuable-label-dropdown1975[Nov 07 2023 04:03:16 UTC (QA Tests)] INFO -- clicking :issuable-create-button and ensuring QA::Page::Project::Issue::Show is present1976[Nov 07 2023 04:03:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable-create-button' took 2.839s1977 creates an issue from vulnerability details1978Create1979 Merge request batch suggestions1980[Nov 07 2023 04:03:19 UTC (QA Tests)] INFO -- Starting test: Create Merge request batch suggestions applies multiple suggestions1981[Nov 07 2023 04:03:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1982[Nov 07 2023 04:03:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.2 seconds1983[Nov 07 2023 04:03:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds1984[Nov 07 2023 04:03:21 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/batch-suggestions-project-67f6cfc05b6a7ab1 QA::Resource::Project1985[Nov 07 2023 04:03:21 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1986[Nov 07 2023 04:03:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1987[Nov 07 2023 04:03:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"1988[Nov 07 2023 04:03:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1989[Nov 07 2023 04:03:22 UTC (QA Tests)] INFO -- clicking :sign_in_button1990[Nov 07 2023 04:03:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.078s1991[Nov 07 2023 04:03:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.74 seconds1992[Nov 07 2023 04:03:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.73 seconds1993[Nov 07 2023 04:03:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/batch-suggestions-project-67f6cfc05b6a7ab1/-/merge_requests/11994[Nov 07 2023 04:03:31 UTC (QA Tests)] INFO -- clicking :diffs-tab1995[Nov 07 2023 04:03:32 UTC (QA Tests)] INFO -- clicking :left-comment-button1996[Nov 07 2023 04:03:32 UTC (QA Tests)] INFO -- clicking :suggestion-button1997[Nov 07 2023 04:03:32 UTC (QA Tests)] INFO -- filling :reply-field with ""1998[Nov 07 2023 04:03:32 UTC (QA Tests)] INFO -- clicking the coordinates of :reply-field1999[Nov 07 2023 04:03:33 UTC (QA Tests)] INFO -- filling :reply-field with "```suggestion:-0+02000This is the suggestion for line number 4!2001```"2002[Nov 07 2023 04:03:33 UTC (QA Tests)] INFO -- clicking the coordinates of :reply-field2003[Nov 07 2023 04:03:33 UTC (QA Tests)] INFO -- clicking :comment-now-button2004[Nov 07 2023 04:03:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.158s2005[Nov 07 2023 04:03:35 UTC (QA Tests)] INFO -- clicking :left-comment-button2006[Nov 07 2023 04:03:35 UTC (QA Tests)] INFO -- clicking :suggestion-button2007[Nov 07 2023 04:03:35 UTC (QA Tests)] INFO -- filling :reply-field with ""2008[Nov 07 2023 04:03:35 UTC (QA Tests)] INFO -- clicking the coordinates of :reply-field2009[Nov 07 2023 04:03:36 UTC (QA Tests)] INFO -- filling :reply-field with "```suggestion:-0+02010This is the suggestion for line number 6!2011```"2012[Nov 07 2023 04:03:36 UTC (QA Tests)] INFO -- clicking the coordinates of :reply-field2013[Nov 07 2023 04:03:36 UTC (QA Tests)] INFO -- clicking :comment-now-button2014[Nov 07 2023 04:03:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.864s2015[Nov 07 2023 04:03:38 UTC (QA Tests)] INFO -- clicking :left-comment-button2016[Nov 07 2023 04:03:38 UTC (QA Tests)] INFO -- clicking :suggestion-button2017[Nov 07 2023 04:03:38 UTC (QA Tests)] INFO -- filling :reply-field with ""2018[Nov 07 2023 04:03:38 UTC (QA Tests)] INFO -- clicking the coordinates of :reply-field2019[Nov 07 2023 04:03:39 UTC (QA Tests)] INFO -- filling :reply-field with "```suggestion:-0+02020This is the suggestion for line number 10!2021```"2022[Nov 07 2023 04:03:39 UTC (QA Tests)] INFO -- clicking the coordinates of :reply-field2023[Nov 07 2023 04:03:39 UTC (QA Tests)] INFO -- clicking :comment-now-button2024[Nov 07 2023 04:03:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.874s2025[Nov 07 2023 04:03:41 UTC (QA Tests)] INFO -- clicking :left-comment-button2026[Nov 07 2023 04:03:41 UTC (QA Tests)] INFO -- clicking :suggestion-button2027[Nov 07 2023 04:03:41 UTC (QA Tests)] INFO -- filling :reply-field with ""2028[Nov 07 2023 04:03:41 UTC (QA Tests)] INFO -- clicking the coordinates of :reply-field2029[Nov 07 2023 04:03:42 UTC (QA Tests)] INFO -- filling :reply-field with "```suggestion:-0+02030This is the suggestion for line number 13!2031```"2032[Nov 07 2023 04:03:42 UTC (QA Tests)] INFO -- clicking the coordinates of :reply-field2033[Nov 07 2023 04:03:42 UTC (QA Tests)] INFO -- clicking :comment-now-button2034[Nov 07 2023 04:03:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.873s2035[Nov 07 2023 04:03:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.041s2036[Nov 07 2023 04:03:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.07s2037[Nov 07 2023 04:03:47 UTC (QA Tests)] INFO -- clicking :user_avatar_content2038[Nov 07 2023 04:03:47 UTC (QA Tests)] INFO -- clicking :sign_out_link2039[Nov 07 2023 04:03:48 UTC (QA Tests)] INFO -- filling :login_field with "root"2040[Nov 07 2023 04:03:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2041[Nov 07 2023 04:03:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"2042[Nov 07 2023 04:03:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2043[Nov 07 2023 04:03:48 UTC (QA Tests)] INFO -- clicking :sign_in_button2044[Nov 07 2023 04:03:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.285s2045[Nov 07 2023 04:03:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/batch-suggestions-project-67f6cfc05b6a7ab1/-/merge_requests/12046[Nov 07 2023 04:03:54 UTC (QA Tests)] INFO -- clicking :diffs-tab2047[Nov 07 2023 04:03:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.571s2048[Nov 07 2023 04:03:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements add-suggestion-batch-button' took 0.602s2049[Nov 07 2023 04:03:55 UTC (QA Tests)] INFO -- filling :commit-message-field with "Custom commit message"2050[Nov 07 2023 04:03:55 UTC (QA Tests)] INFO -- clicking the coordinates of :commit-message-field2051[Nov 07 2023 04:03:56 UTC (QA Tests)] INFO -- clicking :commit-with-custom-message-button2052[Nov 07 2023 04:04:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 6.662s2053[Nov 07 2023 04:04:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? applying-badge' took 6.676s2054 applies multiple suggestions2055Plan2056 Contribution Analytics2057[Nov 07 2023 04:04:03 UTC (QA Tests)] INFO -- Starting test: Plan Contribution Analytics tests contributions2058[Nov 07 2023 04:04:04 UTC (QA Tests)] INFO -- filling :login_field with "root"2059[Nov 07 2023 04:04:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2060[Nov 07 2023 04:04:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"2061[Nov 07 2023 04:04:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2062[Nov 07 2023 04:04:04 UTC (QA Tests)] INFO -- clicking :sign_in_button2063[Nov 07 2023 04:04:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.292s2064[Nov 07 2023 04:04:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2065[Nov 07 2023 04:04:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/contribution_anayltics-61ab4848beee97a6/contribution_analytics-859037facf162847/-/issues/12066[Nov 07 2023 04:04:12 UTC (QA Tests)] INFO -- clicking :toggle-issue-state-button2067[Nov 07 2023 04:04:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.71 seconds2068[Nov 07 2023 04:04:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.0 seconds2069[Nov 07 2023 04:04:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/contribution_anayltics-61ab4848beee97a6/contribution_analytics-859037facf162847/-/merge_requests/12070[Nov 07 2023 04:04:19 UTC (QA Tests)] INFO -- clicking :merge-button2071[Nov 07 2023 04:04:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 4.718s2072[Nov 07 2023 04:04:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-43bc4a50.test/groups/gitlab-qa-sandbox-group-3/contribution_anayltics-61ab4848beee97a62073[Nov 07 2023 04:04:24 UTC (QA Tests)] INFO -- clicking :menu_section_button2074[Nov 07 2023 04:04:25 UTC (QA Tests)] INFO -- clicking :nav-item-link2075[Nov 07 2023 04:04:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.706s2076[Nov 07 2023 04:04:25 UTC (QA Tests)] INFO -- Running eventually matcher with 'have_content' operator with: '{:max_duration=>120, :reload_page=>QA::EE::Page::Group::ContributionAnalytics, :sleep_interval=>0.5}' arguments2077[Nov 07 2023 04:04:26 UTC (QA Tests)] INFO -- Running eventually matcher with 'have_content' operator with: '{:max_duration=>120, :reload_page=>QA::EE::Page::Group::ContributionAnalytics, :sleep_interval=>0.5}' arguments2078[Nov 07 2023 04:04:26 UTC (QA Tests)] INFO -- Running eventually matcher with 'have_content' operator with: '{:max_duration=>120, :reload_page=>QA::EE::Page::Group::ContributionAnalytics, :sleep_interval=>0.5}' arguments2079[Nov 07 2023 04:04:26 UTC (QA Tests)] INFO -- Running eventually matcher with 'have_content' operator with: '{:max_duration=>120, :reload_page=>QA::EE::Page::Group::ContributionAnalytics, :sleep_interval=>0.5}' arguments2080 tests contributions2081Create2082 First file using Web IDE2083[Nov 07 2023 04:04:26 UTC (QA Tests)] INFO -- Starting test: Create First file using Web IDE creates the first file in an empty project via Web IDE2084 creates the first file in an empty project via Web IDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)2085Plan2086 Issues weight visualization2087[Nov 07 2023 04:04:26 UTC (QA Tests)] INFO -- Starting test: Plan Issues weight visualization shows the set weight in the issue page, in the milestone page, and in the issues list page2088[Nov 07 2023 04:04:26 UTC (QA Tests)] INFO -- filling :login_field with "root"2089[Nov 07 2023 04:04:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2090[Nov 07 2023 04:04:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"2091[Nov 07 2023 04:04:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2092[Nov 07 2023 04:04:27 UTC (QA Tests)] INFO -- clicking :sign_in_button2093[Nov 07 2023 04:04:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.285s2094[Nov 07 2023 04:04:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds2095[Nov 07 2023 04:04:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.2 seconds2096[Nov 07 2023 04:04:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-milestone-a8c8a8d7580ec848' via api in 0.98 seconds2097[Nov 07 2023 04:04:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-milestone-a8c8a8d7580ec848/-/issues/12098[Nov 07 2023 04:04:34 UTC (QA Tests)] INFO -- clicking :milestone-link2099[Nov 07 2023 04:04:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element milestone-link' took 0.868s2100[Nov 07 2023 04:04:35 UTC (QA Tests)] INFO -- clicking :nav-item-link2101[Nov 07 2023 04:04:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.024s2102 shows the set weight in the issue page, in the milestone page, and in the issues list page2103Create2104 Merge request push options2105[Nov 07 2023 04:04:37 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options removes the source branch2106[Nov 07 2023 04:04:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2107[Nov 07 2023 04:04:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.19 seconds2108[Nov 07 2023 04:04:40 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2109[Nov 07 2023 04:04:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.57 seconds2110[Nov 07 2023 04:04:40 UTC (QA Tests)] INFO -- Merging via PUT /projects/69/merge_requests/1/merge2111[Nov 07 2023 04:04:46 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_merge with title "MR push options test 45250bc2d43c8307"2112 removes the source branch2113Fulfillment2114 without active subscription2115 behaves like Purchase storage2116 adds additional storage to group namespace (PENDING: Test is not compatible with this environment or pipeline)2117 with existing compute minutes packs2118 behaves like Purchase storage2119 adds additional storage to group namespace (PENDING: Test is not compatible with this environment or pipeline)2120 with an active subscription2121 behaves like Purchase storage2122 adds additional storage to group namespace (PENDING: Test is not compatible with this environment or pipeline)2123Data Stores2124 Project transfer2125[Nov 07 2023 04:04:52 UTC (QA Tests)] INFO -- Starting test: Data Stores Project transfer user transfers a project between groups2126[Nov 07 2023 04:04:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2127[Nov 07 2023 04:04:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds2128[Nov 07 2023 04:04:55 UTC (QA Tests)] INFO -- filling :login_field with "root"2129[Nov 07 2023 04:04:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2130[Nov 07 2023 04:04:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"2131[Nov 07 2023 04:04:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2132[Nov 07 2023 04:04:56 UTC (QA Tests)] INFO -- clicking :sign_in_button2133[Nov 07 2023 04:04:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.354s2134[Nov 07 2023 04:05:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/source-group-1252c35ea8b3cad1/transfer-project-16175a16e434fc432135[Nov 07 2023 04:05:01 UTC (QA Tests)] INFO -- clicking :menu_section_button2136[Nov 07 2023 04:05:01 UTC (QA Tests)] INFO -- clicking :nav-item-link2137[Nov 07 2023 04:05:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.082s2138[Nov 07 2023 04:05:04 UTC (QA Tests)] INFO -- Transferring project: transfer-project-16175a16e434fc43 to namespace: gitlab-qa-sandbox-group-3/target-group-for-transfer_91683a957430d8812139[Nov 07 2023 04:05:04 UTC (QA Tests)] INFO -- scrolling to :[data-testid="transfer-project-content"],[data-qa-selector="transfer-project-content"]2140[Nov 07 2023 04:05:04 UTC (QA Tests)] INFO -- clicking :namespaces_list2141[Nov 07 2023 04:05:04 UTC (QA Tests)] INFO -- filling :namespaces_list_search with "gitlab-qa-sandbox-group-3 / target-group-for-transfer_91683a957430d881"2142[Nov 07 2023 04:05:04 UTC (QA Tests)] INFO -- clicking the coordinates of :namespaces_list_search2143[Nov 07 2023 04:05:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element namespaces_list_item' took 0.717s2144[Nov 07 2023 04:05:06 UTC (QA Tests)] INFO -- clicking :transfer-project-button2145[Nov 07 2023 04:05:06 UTC (QA Tests)] INFO -- filling :confirm_danger_field with "transfer-project-16175a16e434fc43"2146[Nov 07 2023 04:05:06 UTC (QA Tests)] INFO -- clicking the coordinates of :confirm_danger_field2147[Nov 07 2023 04:05:07 UTC (QA Tests)] INFO -- clicking :confirm_danger_modal_button2148[Nov 07 2023 04:05:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_danger_modal_button' took 1.626s2149[Nov 07 2023 04:05:08 UTC (QA Tests)] INFO -- clicking :nav-item-link2150[Nov 07 2023 04:05:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.344s2151 user transfers a project between groups2152Govern2153 Security Reports in a Merge Request Widget2154[Nov 07 2023 04:05:10 UTC (QA Tests)] INFO -- Starting test: Govern Security Reports in a Merge Request Widget displays vulnerabilities in merge request widget2155[Nov 07 2023 04:05:11 UTC (QA Tests)] INFO -- filling :login_field with "root"2156[Nov 07 2023 04:05:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2157[Nov 07 2023 04:05:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"2158[Nov 07 2023 04:05:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2159[Nov 07 2023 04:05:11 UTC (QA Tests)] INFO -- clicking :sign_in_button2160[Nov 07 2023 04:05:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.385s2161[Nov 07 2023 04:05:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds2162[Nov 07 2023 04:05:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.19 seconds2163[Nov 07 2023 04:05:16 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2164[Nov 07 2023 04:05:16 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2165[Nov 07 2023 04:05:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2166[Nov 07 2023 04:05:17 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1699329910 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1699329910 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-1699329910 --url http://gitlab-ee-43bc4a50.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `2167[Nov 07 2023 04:05:17 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1699329910`2168[Nov 07 2023 04:05:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2169[Nov 07 2023 04:05:20 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Create Secure compatible application to serve premade reports"2170[Nov 07 2023 04:05:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.77 seconds2171[Nov 07 2023 04:05:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-create-mr-secure-6024701ab3d12172[Nov 07 2023 04:05:26 UTC (QA Tests)] INFO -- clicking :menu_section_button2173[Nov 07 2023 04:05:26 UTC (QA Tests)] INFO -- clicking :nav-item-link2174[Nov 07 2023 04:05:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.861s2175[Nov 07 2023 04:05:38 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-create-mr-secure-6024701ab3d1/-/merge_requests/12176[Nov 07 2023 04:05:44 UTC (QA Tests)] INFO -- clicking :title-content2177[Nov 07 2023 04:05:54 UTC (QA Tests)] INFO -- clicking :expand_report_button2178[Nov 07 2023 04:05:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1699329910'2179[Nov 07 2023 04:05:55 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1699329910`2180 displays vulnerabilities in merge request widget2181Create2182 Git push over HTTP2183[Nov 07 2023 04:05:55 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user pushes code to the repository2184[Nov 07 2023 04:05:56 UTC (QA Tests)] INFO -- filling :login_field with "root"2185[Nov 07 2023 04:05:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2186[Nov 07 2023 04:05:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"2187[Nov 07 2023 04:05:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2188[Nov 07 2023 04:05:57 UTC (QA Tests)] INFO -- clicking :sign_in_button2189[Nov 07 2023 04:05:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.322s2190[Nov 07 2023 04:06:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2191[Nov 07 2023 04:06:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.2 seconds2192[Nov 07 2023 04:06:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-code-460fdd0a8bfe38f1' via api in 1.02 seconds2193[Nov 07 2023 04:06:02 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"2194[Nov 07 2023 04:06:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 4.07 seconds2195[Nov 07 2023 04:06:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-code-460fdd0a8bfe38f12196 user pushes code to the repository2197Manage2198 Jenkins integration2199[Nov 07 2023 04:06:06 UTC (QA Tests)] INFO -- Starting test: Manage Jenkins integration integrates and displays build status for MR pipeline in GitLab2200[Nov 07 2023 04:06:06 UTC (QA Tests)] INFO -- Setting application settings: {:allow_local_requests_from_web_hooks_and_services=>true}2201[Nov 07 2023 04:06:06 UTC (QA Tests)] INFO -- Executing: `docker login --username "quality-third-party-docker" --password "****" registry.gitlab.com`2202[Nov 07 2023 04:06:07 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --hostname jenkins-server.test --name jenkins-server --env JENKINS_USER=administrator --env JENKINS_PASS=**** --publish 8080:8080 --publish 50000:50000 registry.gitlab.com/gitlab-org/quality/third-party-docker-private/jenkins:latest `2203[Nov 07 2023 04:06:28 UTC (QA Tests)] INFO -- filling :login_field with "root"2204[Nov 07 2023 04:06:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2205[Nov 07 2023 04:06:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"2206[Nov 07 2023 04:06:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2207[Nov 07 2023 04:06:29 UTC (QA Tests)] INFO -- clicking :sign_in_button2208[Nov 07 2023 04:06:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.764s2209[Nov 07 2023 04:06:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2210[Nov 07 2023 04:06:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.24 seconds2211[Nov 07 2023 04:06:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project_with_jenkins_cfb626d8-6655bba9cd42bb182212[Nov 07 2023 04:06:36 UTC (QA Tests)] INFO -- clicking :nav-item-link2213[Nov 07 2023 04:06:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.067s2214[Nov 07 2023 04:06:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.502s2215[Nov 07 2023 04:06:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? menu_section' took 0.541s2216[Nov 07 2023 04:06:37 UTC (QA Tests)] INFO -- clicking :menu_section_button2217[Nov 07 2023 04:06:38 UTC (QA Tests)] INFO -- clicking :nav-item-link2218[Nov 07 2023 04:06:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.968s2219[Nov 07 2023 04:06:39 UTC (QA Tests)] INFO -- clicking :jenkins_link2220[Nov 07 2023 04:06:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element jenkins_link' took 0.814s2221[Nov 07 2023 04:06:39 UTC (QA Tests)] INFO -- filling :service_jenkins_url_field with "http://jenkins-server.test:8080"2222[Nov 07 2023 04:06:39 UTC (QA Tests)] INFO -- clicking the coordinates of :service_jenkins_url_field2223[Nov 07 2023 04:06:40 UTC (QA Tests)] INFO -- filling :service_project_name_field with "gitlab_jenkins_40161b9cfa"2224[Nov 07 2023 04:06:40 UTC (QA Tests)] INFO -- clicking the coordinates of :service_project_name_field2225[Nov 07 2023 04:06:40 UTC (QA Tests)] INFO -- filling :service_username_field with "administrator"2226[Nov 07 2023 04:06:40 UTC (QA Tests)] INFO -- clicking the coordinates of :service_username_field2227[Nov 07 2023 04:06:41 UTC (QA Tests)] INFO -- filling :service_password_field with "*****"2228[Nov 07 2023 04:06:41 UTC (QA Tests)] INFO -- clicking the coordinates of :service_password_field2229[Nov 07 2023 04:06:41 UTC (QA Tests)] INFO -- clicking :save_changes_button2230[Nov 07 2023 04:06:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.016s2231[Nov 07 2023 04:06:44 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2232[Nov 07 2023 04:06:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.58 seconds2233[Nov 07 2023 04:06:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project_with_jenkins_cfb626d8-6655bba9cd42bb182234[Nov 07 2023 04:06:59 UTC (QA Tests)] INFO -- clicking :menu_section_button2235[Nov 07 2023 04:06:59 UTC (QA Tests)] INFO -- clicking :nav-item-link2236[Nov 07 2023 04:07:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.781s2237[Nov 07 2023 04:07:02 UTC (QA Tests)] INFO -- Executing: `docker rm -f jenkins-server`2238[Nov 07 2023 04:07:02 UTC (QA Tests)] INFO -- Setting application settings: {:allow_local_requests_from_web_hooks_and_services=>false}2239 integrates and displays build status for MR pipeline in GitLab2240Data Stores2241 Project owner permissions2242 for group projects2243 behaves like adds user as maintainer2244[Nov 07 2023 04:07:07 UTC (QA Tests)] INFO -- Starting test: Data Stores Project owner permissions for group projects behaves like adds user as maintainer has maintainer role without owner permissions2245[Nov 07 2023 04:07:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds2246[Nov 07 2023 04:07:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds2247[Nov 07 2023 04:07:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2248[Nov 07 2023 04:07:08 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:mg9LxD2249[Nov 07 2023 04:07:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-il92uwpw' via cache in 0.0 seconds2250[Nov 07 2023 04:07:09 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/qa-owner-group-project-807c74de70d242a1 QA::Resource::Project2251[Nov 07 2023 04:07:09 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"2252[Nov 07 2023 04:07:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2253[Nov 07 2023 04:07:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"2254[Nov 07 2023 04:07:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2255[Nov 07 2023 04:07:10 UTC (QA Tests)] INFO -- clicking :sign_in_button2256[Nov 07 2023 04:07:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.827s2257[Nov 07 2023 04:07:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/qa-owner-group-project-807c74de70d242a1/-/issues/12258 has maintainer role without owner permissions2259 behaves like adds user as owner2260[Nov 07 2023 04:07:15 UTC (QA Tests)] INFO -- Starting test: Data Stores Project owner permissions for group projects behaves like adds user as owner has owner role and permissions2261[Nov 07 2023 04:07:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds2262[Nov 07 2023 04:07:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds2263[Nov 07 2023 04:07:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2264[Nov 07 2023 04:07:17 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:mg9LxD2265[Nov 07 2023 04:07:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-r2qkti28' via cache in 0.0 seconds2266[Nov 07 2023 04:07:17 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/qa-owner-group-project-3892dd851e26fe03 QA::Resource::Project2267[Nov 07 2023 04:07:18 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2268[Nov 07 2023 04:07:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2269[Nov 07 2023 04:07:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"2270[Nov 07 2023 04:07:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2271[Nov 07 2023 04:07:19 UTC (QA Tests)] INFO -- clicking :sign_in_button2272[Nov 07 2023 04:07:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.098s2273[Nov 07 2023 04:07:22 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/qa-owner-group-project-3892dd851e26fe03/-/issues/12274[Nov 07 2023 04:07:24 UTC (QA Tests)] INFO -- clicking :delete-issue-button and ensuring QA::Page::Modal::DeleteIssue is present2275[Nov 07 2023 04:07:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element delete-issue-button' took 0.555s2276[Nov 07 2023 04:07:24 UTC (QA Tests)] INFO -- clicking :confirm-delete-issue-button2277[Nov 07 2023 04:07:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm-delete-issue-button' took 1.019s2278[Nov 07 2023 04:07:26 UTC (QA Tests)] ERROR -- Interceptor Api Errors2279[404] GET /gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/qa-owner-group-project-3892dd851e26fe03/-/issues/1/realtime_changes -- Correlation Id: 01HEKZDDAPHNMEBGKNE1NNW88X2280 has owner role and permissions2281 for personal projects2282 behaves like adds user as maintainer2283[Nov 07 2023 04:07:26 UTC (QA Tests)] INFO -- Starting test: Data Stores Project owner permissions for personal projects behaves like adds user as maintainer has maintainer role without owner permissions2284[Nov 07 2023 04:07:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds2285[Nov 07 2023 04:07:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds2286[Nov 07 2023 04:07:26 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:mg9LxD2287[Nov 07 2023 04:07:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-zsoajntt' via cache in 0.0 seconds2288[Nov 07 2023 04:07:27 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-user1/qa-owner-personal-project-fd96a21c01ab5258 QA::Resource::Project2289[Nov 07 2023 04:07:28 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"2290[Nov 07 2023 04:07:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2291[Nov 07 2023 04:07:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"2292[Nov 07 2023 04:07:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2293[Nov 07 2023 04:07:29 UTC (QA Tests)] INFO -- clicking :sign_in_button2294[Nov 07 2023 04:07:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.855s2295[Nov 07 2023 04:07:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-43bc4a50.test/gitlab-qa-user1/qa-owner-personal-project-fd96a21c01ab5258/-/issues/12296 has maintainer role without owner permissions2297 behaves like adds user as owner2298[Nov 07 2023 04:07:33 UTC (QA Tests)] INFO -- Starting test: Data Stores Project owner permissions for personal projects behaves like adds user as owner has owner role and permissions2299[Nov 07 2023 04:07:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds2300[Nov 07 2023 04:07:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds2301[Nov 07 2023 04:07:34 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:mg9LxD2302[Nov 07 2023 04:07:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-lw9s8g35' via cache in 0.0 seconds2303[Nov 07 2023 04:07:35 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2304[Nov 07 2023 04:07:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2305[Nov 07 2023 04:07:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"2306[Nov 07 2023 04:07:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2307[Nov 07 2023 04:07:36 UTC (QA Tests)] INFO -- clicking :sign_in_button2308[Nov 07 2023 04:07:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.094s2309[Nov 07 2023 04:07:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-43bc4a50.test/gitlab-qa-user1/qa-owner-personal-project-5b86cd4f2333b0da/-/issues/12310[Nov 07 2023 04:07:41 UTC (QA Tests)] INFO -- clicking :delete-issue-button and ensuring QA::Page::Modal::DeleteIssue is present2311[Nov 07 2023 04:07:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element delete-issue-button' took 0.511s2312[Nov 07 2023 04:07:42 UTC (QA Tests)] INFO -- clicking :confirm-delete-issue-button2313[Nov 07 2023 04:07:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm-delete-issue-button' took 0.921s2314 has owner role and permissions2315Create2316 Review a merge request in Web IDE2317[Nov 07 2023 04:07:43 UTC (QA Tests)] INFO -- Starting test: Create Review a merge request in Web IDE opens and edits a merge request in Web IDE2318 opens and edits a merge request in Web IDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)2319Plan2320 Assign Iterations2321[Nov 07 2023 04:07:43 UTC (QA Tests)] INFO -- Starting test: Plan Assign Iterations assigns a group iteration to an existing issue2322[Nov 07 2023 04:07:43 UTC (QA Tests)] INFO -- filling :login_field with "root"2323[Nov 07 2023 04:07:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2324[Nov 07 2023 04:07:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"2325[Nov 07 2023 04:07:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2326[Nov 07 2023 04:07:44 UTC (QA Tests)] INFO -- clicking :sign_in_button2327[Nov 07 2023 04:07:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.408s2328[Nov 07 2023 04:07:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2329[Nov 07 2023 04:07:49 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::GroupCadence with id '1' via api in 0.1 seconds2330[Nov 07 2023 04:07:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/group-to-test-assigning-iterations-b4cbca40d7b11b09/project-to-test-iterations-03649ef0c2e6b158-29259c08d8701f1b/-/issues/12331[Nov 07 2023 04:07:52 UTC (QA Tests)] INFO -- clicking :edit-button2332[Nov 07 2023 04:07:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.986s2333[Nov 07 2023 04:07:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? iteration-container' took 1.019s2334[Nov 07 2023 04:07:54 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/group-to-test-assigning-iterations-b4cbca40d7b11b09/project-to-test-iterations-03649ef0c2e6b158-29259c08d8701f1b/-/issues/12335[Nov 07 2023 04:07:56 UTC (QA Tests)] INFO -- clicking :iteration-link2336[Nov 07 2023 04:07:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element iteration-link' took 0.851s2337 assigns a group iteration to an existing issue2338Create2339 Merge Requests2340 with a malformed URL2341 returns 400 (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/426722)2342Create2343 Batch comments in merge request2344[Nov 07 2023 04:07:57 UTC (QA Tests)] INFO -- Starting test: Create Batch comments in merge request user submits a diff review2345[Nov 07 2023 04:07:58 UTC (QA Tests)] INFO -- filling :login_field with "root"2346[Nov 07 2023 04:07:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2347[Nov 07 2023 04:07:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"2348[Nov 07 2023 04:07:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2349[Nov 07 2023 04:07:59 UTC (QA Tests)] INFO -- clicking :sign_in_button2350[Nov 07 2023 04:08:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.324s2351[Nov 07 2023 04:08:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds2352[Nov 07 2023 04:08:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.2 seconds2353[Nov 07 2023 04:08:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.72 seconds2354[Nov 07 2023 04:08:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.78 seconds2355[Nov 07 2023 04:08:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-merge-request-6079eafbeded0d32/-/merge_requests/12356[Nov 07 2023 04:08:09 UTC (QA Tests)] INFO -- clicking :diffs-tab2357[Nov 07 2023 04:08:10 UTC (QA Tests)] INFO -- clicking :left-comment-button2358[Nov 07 2023 04:08:10 UTC (QA Tests)] INFO -- clicking :dismiss-suggestion-popover-button2359[Nov 07 2023 04:08:10 UTC (QA Tests)] INFO -- filling :reply-field with "Can you check this line of code?"2360[Nov 07 2023 04:08:10 UTC (QA Tests)] INFO -- clicking the coordinates of :reply-field2361[Nov 07 2023 04:08:11 UTC (QA Tests)] INFO -- clicking :start-review-button2362[Nov 07 2023 04:08:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? broadcast-notification-container' took 6.048s2363[Nov 07 2023 04:08:18 UTC (QA Tests)] INFO -- clicking :review-preview-dropdown2364[Nov 07 2023 04:08:18 UTC (QA Tests)] INFO -- clicking :submit-review-dropdown2365[Nov 07 2023 04:08:18 UTC (QA Tests)] INFO -- clicking :submit-review-button2366[Nov 07 2023 04:08:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.746s2367[Nov 07 2023 04:08:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? review-bar-content' took 0.756s2368[Nov 07 2023 04:08:20 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Update file"2369[Nov 07 2023 04:08:20 UTC (QA Tests)] INFO -- clicking :notes-tab2370[Nov 07 2023 04:08:20 UTC (QA Tests)] INFO -- clicking :resolve-discussion-button2371[Nov 07 2023 04:08:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.988s2372[Nov 07 2023 04:08:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element resolve-discussion-button' took 1.063s2373 user submits a diff review2374[Nov 07 2023 04:08:22 UTC (QA Tests)] INFO -- Starting test: Create Batch comments in merge request user submits a non-diff review2375[Nov 07 2023 04:08:22 UTC (QA Tests)] INFO -- filling :login_field with "root"2376[Nov 07 2023 04:08:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2377[Nov 07 2023 04:08:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"2378[Nov 07 2023 04:08:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2379[Nov 07 2023 04:08:23 UTC (QA Tests)] INFO -- clicking :sign_in_button2380[Nov 07 2023 04:08:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.307s2381[Nov 07 2023 04:08:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2382[Nov 07 2023 04:08:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de' via api in 0.2 seconds2383[Nov 07 2023 04:08:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.72 seconds2384[Nov 07 2023 04:08:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.71 seconds2385[Nov 07 2023 04:08:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-43bc4a50.test/gitlab-qa-sandbox-group-3/qa-test-2023-11-07-03-33-34-4a79e424a8be73de/project-with-merge-request-a443fcbe38a52e39/-/merge_requests/12386[Nov 07 2023 04:08:33 UTC (QA Tests)] INFO -- clicking :notes-tab2387[Nov 07 2023 04:08:34 UTC (QA Tests)] INFO -- filling :comment-field with "I'm starting a new discussion"2388[Nov 07 2023 04:08:34 UTC (QA Tests)] INFO -- clicking the coordinates of :comment-field2389[Nov 07 2023 04:08:34 UTC (QA Tests)] INFO -- clicking :discussion-menu-item2390[Nov 07 2023 04:08:34 UTC (QA Tests)] INFO -- clicking :comment-button2391[Nov 07 2023 04:08:35 UTC (QA Tests)] INFO -- filling :reply-field with "Could you please check this?"2392[Nov 07 2023 04:08:35 UTC (QA Tests)] INFO -- clicking the coordinates of :reply-field2393[Nov 07 2023 04:08:36 UTC (QA Tests)] INFO -- clicking :start-review-button2394[Nov 07 2023 04:08:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? broadcast-notification-container' took 6.047s2395[Nov 07 2023 04:08:42 UTC (QA Tests)] INFO -- clicking :review-preview-dropdown2396[Nov 07 2023 04:08:42 UTC (QA Tests)] INFO -- clicking :submit-review-dropdown2397[Nov 07 2023 04:08:43 UTC (QA Tests)] INFO -- clicking :submit-review-button2398[Nov 07 2023 04:08:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.572s2399[Nov 07 2023 04:08:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? review-bar-content' took 0.582s2400 user submits a non-diff review2401Manage2402 Gitlab migration2403 migrates large gitlab group via api (PENDING: Test is not compatible with this environment or pipeline)2404[Nov 07 2023 04:08:44 UTC (QA Tests)] INFO -- Knapsack report was generated. Preview:2405{2406 "qa/specs/features/browser_ui/4_verify/testing/endpoint_coverage_spec.rb": 38.765700914000035,2407 "qa/specs/features/browser_ui/9_data_stores/project/create_project_badge_spec.rb": 15.382232793999947,2408 "qa/specs/features/browser_ui/3_create/repository/protected_tags_spec.rb": 80.04845532800005,2409 "qa/specs/features/api/9_data_stores/users_spec.rb": 0.2508092499999748,2410 "qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb": 270.579748979,2411 "qa/specs/features/browser_ui/5_package/package_registry/maven_gradle_repository_spec.rb": 153.3038395189999,2412 "qa/specs/features/browser_ui/5_package/package_registry/conan_repository_spec.rb": 49.46723038099981,2413 "qa/specs/features/ee/browser_ui/2_plan/group_wiki/delete_group_wiki_page_spec.rb": 9.385464807000062,2414 "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_personal_snippet_spec.rb": 20.75782220000019,2415 "qa/specs/features/ee/browser_ui/2_plan/insights/default_insights_spec.rb": 16.620551523999893,2416 "qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb": 5.494808132999879,2417 "qa/specs/features/browser_ui/2_plan/design_management/add_design_content_spec.rb": 13.117939066999952,2418 "qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb": 16.34586972399984,2419 "qa/specs/features/browser_ui/3_create/snippet/add_file_to_snippet_spec.rb": 21.216904727999918,2420 "qa/specs/features/api/3_create/repository/push_postreceive_idempotent_spec.rb": 7.222634165999807,2421 "qa/specs/features/api/4_verify/job_downloads_artifacts_spec.rb": 10.68344445799994,2422 "qa/specs/features/browser_ui/3_create/web_ide_old/open_web_ide_from_diff_tab_spec.rb": 0.014720506999765348,2423 "qa/specs/features/browser_ui/3_create/merge_request/revert/reverting_merge_request_spec.rb": 21.15382432200022,2424 "qa/specs/features/browser_ui/3_create/web_ide_old/link_to_line_in_web_ide_spec.rb": 4.814974803000041,2425 "qa/specs/features/browser_ui/4_verify/pipeline/pass_dotenv_variables_to_downstream_via_bridge_spec.rb": 28.58721287599974,2426 "qa/specs/features/browser_ui/10_govern/login/log_in_with_2fa_spec.rb": 84.93586192700013,2427 "qa/specs/features/browser_ui/3_create/web_ide_old/server_hooks_custom_error_message_spec.rb": 0.014826958999947237,2428 "qa/specs/features/ee/browser_ui/10_govern/user/minimal_access_user_spec.rb": 9.290333794000162,2429 "qa/specs/features/browser_ui/8_monitor/alert_management/automatically_creates_incident_for_alert_spec.rb": 30.057125255999836,2430 "qa/specs/features/ee/browser_ui/10_govern/group/restrict_by_ip_address_spec.rb": 119.09457595000003,2431 "qa/specs/features/browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb": 94.53843462399982,2432 "qa/specs/features/api/9_data_stores/user_inherited_access_spec.rb": 26.134265010000036,2433 "qa/specs/features/ee/browser_ui/2_plan/group_wiki/file_upload_group_wiki_page_spec.rb": 13.579078741000103,2434 "qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb": 34.32169917400006,2435 "qa/specs/features/browser_ui/2_plan/milestone/create_project_milestone_spec.rb": 13.633849714999997,2436 "qa/specs/features/browser_ui/4_verify/pipeline/trigger_child_pipeline_with_manual_spec.rb": 33.38521512300031,2437 "qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_parent_child_pipelines_spec.rb": 355.06911816599995,2438 "qa/specs/features/browser_ui/2_plan/design_management/modify_design_content_spec.rb": 12.680604699000014,2439 "qa/specs/features/browser_ui/2_plan/related_issues/related_issues_spec.rb": 11.35303630999988,2440 "qa/specs/features/browser_ui/2_plan/issue/comment_issue_spec.rb": 11.26442858199971,2441 "qa/specs/features/api/3_create/repository/storage_size_spec.rb": 10.868526241000382,2442 "qa/specs/features/browser_ui/3_create/repository/file/create_file_via_web_spec.rb": 12.450468052999895,2443 "qa/specs/features/browser_ui/2_plan/issue/real_time_assignee_spec.rb": 11.654374295000252,2444 "qa/specs/features/api/1_manage/migration/gitlab_migration_project_spec.rb": 86.984519825,2445 "qa/specs/features/ee/browser_ui/10_govern/project_security_dashboard_spec.rb": 30.93788714199991,2446 "qa/specs/features/browser_ui/3_create/merge_request/suggestions/batch_suggestion_spec.rb": 43.70986119999998,2447 "qa/specs/features/ee/browser_ui/2_plan/analytics/contribution_analytics_spec.rb": 22.793960691999928,2448 "qa/specs/features/browser_ui/3_create/web_ide_old/create_first_file_in_web_ide_spec.rb": 0.013013690999741812,2449 "qa/specs/features/ee/browser_ui/2_plan/issues_weight/issue_weight_visualization_spec.rb": 10.853014181000162,2450 "qa/specs/features/api/3_create/merge_request/push_options_remove_source_branch_spec.rb": 14.95650469400016,2451 "qa/specs/features/browser_ui/9_data_stores/group/transfer_project_spec.rb": 18.28274272500039,2452 "qa/specs/features/ee/browser_ui/10_govern/create_merge_request_with_secure_spec.rb": 45.094358000000284,2453 "qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb": 11.004070177000358,2454 "qa/specs/features/browser_ui/1_manage/integrations/jenkins/jenkins_build_status_spec.rb": 60.625596832000156,2455 "qa/specs/features/browser_ui/9_data_stores/project/project_owner_permissions_spec.rb": 36.146864658999675,2456 "qa/specs/features/browser_ui/3_create/web_ide_old/review_merge_request_spec.rb": 0.013252528000066377,2457 "qa/specs/features/ee/browser_ui/2_plan/iterations/assign_group_iteration_spec.rb": 14.454196180000054,2458 "qa/specs/features/ee/browser_ui/3_create/merge_request/add_batch_comments_in_merge_request_spec.rb": 46.431065504999882459}2460[Nov 07 2023 04:08:44 UTC (QA Tests)] INFO -- 2461Knapsack global time execution for tests: 35m 09s2462Pending: (Failures listed here are expected and do not affect your suite's status)2463 1) Create Multiple file snippet creates a personal snippet with multiple files2464 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4279922465 # ./qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_with_multiple_files_spec.rb:292466 2) Fulfillment Utilization when admin sets user cap limit for group shows members over limit as pending for approvals2467 # Test is not compatible with this environment or pipeline2468 # ./qa/specs/features/ee/browser_ui/11_fulfillment/utilization/saas_user_caps_spec.rb:462469 3) Verify Pipeline for project mirrors Github user commits to GitHub triggers CI pipeline2470 # Test is not compatible with this environment or pipeline2471 # ./qa/specs/features/ee/browser_ui/4_verify/pipeline_for_project_mirror_github_spec.rb:622472 4) Create Open Web IDE from Diff Tab opens and edits a multi-file merge request in Web IDE from Diff Tab2473 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442474 # ./qa/specs/features/browser_ui/3_create/web_ide_old/open_web_ide_from_diff_tab_spec.rb:472475 5) Create Link to line in Web IDE can link to a specific line of code in Web IDE2476 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442477 # ./qa/specs/features/browser_ui/3_create/web_ide_old/link_to_line_in_web_ide_spec.rb:222478 6) Create Git Server Hooks with custom error messages renders preconfigured error message when user hook failed on commit in WebIDE2479 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442480 # ./qa/specs/features/browser_ui/3_create/web_ide_old/server_hooks_custom_error_message_spec.rb:232481 7) Configure Kubernetes Agent deploys a K8s manifest file2482 # Test is not compatible with this environment or pipeline2483 # ./qa/specs/features/ee/api/7_configure/kubernetes/kubernetes_agent_spec.rb:402484 8) Govern Scan result policy requires approval when license findings violate scan result policy2485 # Test is not compatible with this environment or pipeline2486 # ./qa/specs/features/ee/browser_ui/10_govern/scan_result_policy_license_finding_spec.rb:922487 9) Create First file using Web IDE creates the first file in an empty project via Web IDE2488 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442489 # ./qa/specs/features/browser_ui/3_create/web_ide_old/create_first_file_in_web_ide_spec.rb:182490 10) Fulfillment without active subscription behaves like Purchase storage adds additional storage to group namespace2491 # Test is not compatible with this environment or pipeline2492 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_storage_spec.rb:72493 11) Fulfillment with existing compute minutes packs behaves like Purchase storage adds additional storage to group namespace2494 # Test is not compatible with this environment or pipeline2495 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_storage_spec.rb:72496 12) Fulfillment with an active subscription behaves like Purchase storage adds additional storage to group namespace2497 # Test is not compatible with this environment or pipeline2498 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_storage_spec.rb:72499 13) Create Review a merge request in Web IDE opens and edits a merge request in Web IDE2500 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442501 # ./qa/specs/features/browser_ui/3_create/web_ide_old/review_merge_request_spec.rb:252502 14) Create Merge Requests with a malformed URL returns 4002503 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4267222504 # ./qa/specs/features/api/3_create/merge_request/view_merge_requests_spec.rb:172505 15) Manage Gitlab migration migrates large gitlab group via api2506 # Test is not compatible with this environment or pipeline2507 # ./qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb:1782508Finished in 36 minutes 36 seconds (files took 4.43 seconds to load)2509100 examples, 0 failures, 15 pending2510Randomized with seed 191552511[Nov 07 2023 04:08:45 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-43bc4a50 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;'"`2512[Nov 07 2023 04:08:45 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-43bc4a50 bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`2513[Nov 07 2023 04:08:45 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ee-43bc4a50`2514[Nov 07 2023 04:08:45 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ee-43bc4a50`2516Running after script...2517$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command2518$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")2519$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"2701Not uploading cache qa-e2e-ruby-3.0-a1b9e8ccb0a090dccf47e0f296939331-16 due to policy2703Uploading artifacts...2704gitlab-qa-run-*: found 474 matching artifact files and directories 2705Uploading artifacts as "archive" to coordinator... 201 Created id=5473542796 responseStatus=201 Created token=64_w4wbg2706Uploading artifacts...2707gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 2708Uploading artifacts as "junit" to coordinator... 201 Created id=5473542796 responseStatus=201 Created token=64_w4wbg2709Uploading artifacts...2710/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 2711Uploading artifacts as "dotenv" to coordinator... 201 Created id=5473542796 responseStatus=201 Created token=64_w4wbg2713Job succeeded