decomposition-single-db 4/5
Failed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.3.0 (bbcb5aba)2 on gitlab-org-qa-runner ss7o3c7p5Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:9e089f49ffe8007e577f62ce60af5eb4eae58816a2ea9cd16ec360f2422f68eb for docker:23.0.1-dind with digest docker@sha256:3a09aaa775e328ec0817cb9b060e68c94ccf135f290c70f8189fbf2128ecdd9c ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:0a0c950d4efbb4faaa7dd05ea831e084ca95843520fea5227dd1264fc28ac3b8 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cf33be6e484da8c81a94fdc2fcaf5cc6410e246b7bb39b40f248ee03c57a7207 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1678906504-5ec28f68-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: 168842, done. 20remote: Counting objects: 100% (168842/168842), done. 21remote: Compressing objects: 100% (106970/106970), done. 22remote: Total 168842 (delta 81321), reused 117522 (delta 55439), pack-reused 0 23Receiving objects: 100% (168842/168842), 134.88 MiB | 43.69 MiB/s, done.24Resolving deltas: 100% (81321/81321), done.26 * [new ref] refs/pipelines/807915618 -> refs/pipelines/80791561827 * [new branch] master -> origin/master28Checking out 663939f4 as master...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-6ef2608e032a0238d43e7b484fa8a1e9-16...32cache.zip is up to date 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (3943413030)...37Downloading artifacts from coordinator... ok id=3943413030 responseStatus=200 OK token=64_wKKUs39Using docker image sha256:0a0c950d4efbb4faaa7dd05ea831e084ca95843520fea5227dd1264fc28ac3b8 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cf33be6e484da8c81a94fdc2fcaf5cc6410e246b7bb39b40f248ee03c57a7207 ...40$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")41$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command42Bundle complete! 36 Gemfile dependencies, 129 gems now installed.43Use `bundle info [gemname]` to see where a bundled gem is installed.44$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"45$ echo "Running - '$QA_COMMAND'"46Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:663939f42c192c396b17381f3878ef124b39ff3f --omnibus-config decomposition_single_db -- --format QA::Support::JsonFormatter --out tmp/rspec-3943413058.json --format RspecJunitFormatter --out tmp/rspec-3943413058.xml --format html --out tmp/rspec-$(echo decomposition-single-db 4/5 | sed 's/[ /]/_/g').htm --color --format documentation'47$ eval "$QA_COMMAND"48[Mar 16 2023 00:18:38 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-8016ee6b$`49[Mar 16 2023 00:18:39 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-8016ee6b --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`50[Mar 16 2023 00:18:40 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-9.1.2/tls_certificates/authority/. alpine-8016ee6b:/etc/gitlab/trusted-certs`51[Mar 16 2023 00:18:40 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-9.1.2/tls_certificates/gitlab/. alpine-8016ee6b:/etc/gitlab/ssl`52[Mar 16 2023 00:18:40 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-8016ee6b`53[Mar 16 2023 00:18:40 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-8016ee6b`54[Mar 16 2023 00:18:41 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`55[Mar 16 2023 00:18:41 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:663939f42c192c396b17381f3878ef124b39ff3f`56[Mar 16 2023 00:19:21 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ee-c5e30d0e$`57[Mar 16 2023 00:19:21 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`58[Mar 16 2023 00:19:21 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`59[Mar 16 2023 00:19:21 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ee-c5e30d0e --net test --hostname gitlab-ee-c5e30d0e.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-03-16-00-18-38-d8a9e027/gitlab-ee-c5e30d0e/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:663939f42c192c396b17381f3878ef124b39ff3f`60[Mar 16 2023 00:19:36 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-c5e30d0e bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-03-16 00:18:3861# Gitlab::QA::Runtime::OmnibusConfigurations::Default62gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme63gitlab_rails['gitlab_disable_animations'] = true # Disable animations64gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry65gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password66# Gitlab::QA::Runtime::OmnibusConfigurations::DecompositionSingleDb67gitlab_rails['databases']['main']['enable'] = true68gitlab_rails['databases']['ci']['enable'] = true69gitlab_rails['databases']['ci']['db_database'] = 'gitlabhq_production'70gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com', 'GITLAB_QA_USER_AGENT'=>'*****', 'GITLAB_ALLOW_SEPARATE_CI_DATABASE'=>'true'}\" > /etc/gitlab/gitlab.rb;"`71[Mar 16 2023 00:19:36 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ee-c5e30d0e`72[Mar 16 2023 00:24:03 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...73[Mar 16 2023 00:24:03 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`74[Mar 16 2023 00:24:04 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`75[Mar 16 2023 00:24:05 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`76[Mar 16 2023 00:24:06 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`77[Mar 16 2023 00:24:07 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`78[Mar 16 2023 00:24:09 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`79[Mar 16 2023 00:24:10 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`80[Mar 16 2023 00:24:11 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`81[Mar 16 2023 00:24:12 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`82[Mar 16 2023 00:24:13 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`83[Mar 16 2023 00:24:14 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`84[Mar 16 2023 00:24:15 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`85[Mar 16 2023 00:24:16 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`86[Mar 16 2023 00:24:17 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`87[Mar 16 2023 00:24:18 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`88[Mar 16 2023 00:24:20 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`89[Mar 16 2023 00:24:21 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`90[Mar 16 2023 00:24:22 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`91[Mar 16 2023 00:24:23 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`92[Mar 16 2023 00:24:24 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`93[Mar 16 2023 00:24:25 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`94[Mar 16 2023 00:24:26 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`95[Mar 16 2023 00:24:27 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`96[Mar 16 2023 00:24:28 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`97[Mar 16 2023 00:24:29 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`98[Mar 16 2023 00:24:30 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`99[Mar 16 2023 00:24:31 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`100[Mar 16 2023 00:24:33 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`101[Mar 16 2023 00:24:34 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`102[Mar 16 2023 00:24:35 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`103[Mar 16 2023 00:24:36 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`104[Mar 16 2023 00:24:37 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`105[Mar 16 2023 00:24:38 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c5e30d0e`106[Mar 16 2023 00:24:38 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ee-c5e30d0e 80/tcp`107[Mar 16 2023 00:24:38 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!108[Mar 16 2023 00:24:38 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-9.1.2/support/data gitlab-ee-c5e30d0e:/tmp/data-seeds`109[Mar 16 2023 00:24:38 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-c5e30d0e bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`110[Mar 16 2023 00:24:39 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-c5e30d0e bash -c "echo '#!/usr/bin/env bash111if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then112 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'113 exit 1114fi115' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`116[Mar 16 2023 00:24:39 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-c5e30d0e bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`117[Mar 16 2023 00:24:39 UTC (Gitlab QA)] INFO -- Running exec_commands...118[Mar 16 2023 00:24:39 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-c5e30d0e bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`119[Mar 16 2023 00:25:43 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-c5e30d0e bash -c ""`120[Mar 16 2023 00:25:43 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`121[Mar 16 2023 00:25:43 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:663939f42c192c396b17381f3878ef124b39ff3f`122[Mar 16 2023 00:26:29 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee123[Mar 16 2023 00:26:29 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_REPORT_RESULT_TOKEN="$QA_REPORT_RESULT_TOKEN" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --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_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_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_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_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --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_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_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITHUB_ACCESS_TOKEN="$GITHUB_ACCESS_TOKEN" --env EE_LICENSE="$EE_LICENSE" --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 CI="$CI" --env CI_COMMIT_REF_NAME="$CI_COMMIT_REF_NAME" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_INDEX="$CI_NODE_INDEX" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_ID="$CI_PROJECT_ID" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_SLACK_WEBHOOK_URL="$CI_SLACK_WEBHOOK_URL" --env CI_PIPELINE_ID="$CI_PIPELINE_ID" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env CI_API_V4_URL="$CI_API_V4_URL" --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" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-03-16-00-18-38-d8a9e027/gitlab-ee-qa-829ea1c9:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/qa/knapsack:/home/gitlab/qa/knapsack:z --name gitlab-ee-qa-829ea1c9 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:663939f42c192c396b17381f3878ef124b39ff3f Test::Instance::All http://gitlab-ee-c5e30d0e.test -- --format QA::Support::JsonFormatter --out tmp/rspec-3943413058.json --format RspecJunitFormatter --out tmp/rspec-3943413058.xml --format html --out tmp/rspec-decomposition-single-db_4_5.htm --color --format documentation`1242023-03-16 00:26:43 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:1262023-03-16 00:26:43 WARN Selenium [DEPRECATION] [:caps_browsers] Remote::Capabilities.chrome is deprecated. Use Options.chrome instead.1272023-03-16 00:26:43 WARN Selenium [DEPRECATION] [:capabilities] The :capabilities parameter for Selenium::WebDriver::Chrome::Driver is deprecated. Use :options argument with an instance of Selenium::WebDriver::Chrome::Driver instead.1282023-03-16 00:26:44 / CONF :: 129 ==> Base URL: http://gitlab-ee-c5e30d0e.test130 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007fe1658352e0>131 ==> Libraries: Chemlab::Vendor132[Mar 16 2023 00:26:44 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA133[Mar 16 2023 00:26:44 UTC (QA Tests)] INFO -- Performing sanity check for environment!134[Mar 16 2023 00:26:45 UTC (QA Tests)] INFO -- Performing initial license fabrication!135[Mar 16 2023 00:26:45 UTC (QA Tests)] INFO -- Successfully added license key. Details:136{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}137[Mar 16 2023 00:26:45 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.6 seconds138[Mar 16 2023 00:26:45 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'decomposition-single-db' to 'knapsack/decomposition-single-db.json'139[Mar 16 2023 00:26:45 UTC (QA Tests)] INFO -- Report already exists, skipping!140[Mar 16 2023 00:26:45 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====141[Mar 16 2023 00:26:45 UTC (QA Tests)] INFO -- Report specs:142[Mar 16 2023 00:26:45 UTC (QA Tests)] INFO -- ["qa/specs/features/browser_ui/1_manage/login/register_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/group/group_audit_logs_2_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/project/project_audit_logs_spec.rb", "qa/specs/features/browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/run_pipeline_with_manual_jobs_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/fix_vulnerability_workflow_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/4_verify/ci_variable/ui_variable_inheritable_when_forward_pipeline_variables_true_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide/review_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide/add_file_template_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/rebase_merge_request_spec.rb", "qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_a_project_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/change_vulnerability_status_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/suggestions/batch_suggestion_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/4_verify/multi-project_pipelines_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_personal_snippet_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_http_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/purchase/user_registration_billing_spec.rb", "qa/specs/features/browser_ui/3_create/project_wiki/project_based_list_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_via_template_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/cherry_pick/cherry_pick_commit_spec.rb", "qa/specs/features/browser_ui/3_create/repository/ssh_key_support_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/create_project_milestone_spec.rb", "qa/specs/features/browser_ui/1_manage/group/transfer_project_spec.rb", "qa/specs/features/api/1_manage/user_inherited_access_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/export_vulnerability_report_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/license/license_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide/create_first_file_in_web_ide_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/run_pipeline_via_web_only_spec.rb", "qa/specs/features/browser_ui/4_verify/runner/register_runner_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/epic/promote_issue_to_epic_spec.rb", "qa/specs/features/browser_ui/1_manage/group/transfer_group_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/create_file_via_web_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/3_create/web_ide/server_hooks_custom_error_message_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/burndown_chart/burndown_chart_spec.rb", "qa/specs/features/api/2_plan/closes_issue_via_pushing_a_commit_spec.rb", "qa/specs/features/api/1_manage/group_access_token_spec.rb", "qa/specs/features/browser_ui/3_create/repository/license_detection_spec.rb", "qa/specs/features/api/3_create/repository/tag_revision_trigger_prereceive_hook_spec.rb"]143[Mar 16 2023 00:26:45 UTC (QA Tests)] INFO -- Leftover specs:144[Mar 16 2023 00:26:45 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/distributed_reads_spec.rb", "qa/specs/features/api/12_systems/gitaly/praefect_repo_sync_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_issue_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_release_spec.rb", "qa/specs/features/browser_ui/1_manage/group/create_group_with_mattermost_team_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_into_gitlab_via_ldap_spec.rb", "qa/specs/features/browser_ui/2_plan/email/trigger_email_notification_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_to_canary_gitaly_spec.rb", "qa/specs/features/browser_ui/5_package/infrastructure_registry/terraform_module_registry_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/maven/maven_group_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/nuget/nuget_group_level_spec.rb", "qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb", "qa/specs/features/ee/api/1_manage/migration/gitlab_migration_group_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/commit_index/commit_index_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/user_index/user_index_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/utilization/free_namespace_storage_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/group/group_saml_enforced_sso_git_access_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/ldap/admin_ldap_sync_spec.rb", "qa/specs/features/ee/browser_ui/5_package/dependency_proxy_sso_spec.rb", "qa/specs/features/sanity/interception_spec.rb"]145[Mar 16 2023 00:26:45 UTC (QA Tests)] INFO -- Knapsack report generator started!146[Mar 16 2023 00:26:45 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'decomposition-single-db' to 'knapsack/decomposition-single-db.json'147[Mar 16 2023 00:26:45 UTC (QA Tests)] INFO -- Report already exists, skipping!148Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true, :requires_praefect=>true}149Randomized with seed 20550150Create151 Web IDE file templates152[Mar 16 2023 00:29:13 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA153[Mar 16 2023 00:29:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-1yoms15t' via cache in 0.0 seconds154[Mar 16 2023 00:29:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 1.37 seconds155[Mar 16 2023 00:29:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 2.97 seconds156[Mar 16 2023 00:29:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file-template-project-54999e73af68deaa' via api in 6.26 seconds157[Mar 16 2023 00:29:19 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds .gitignore via file template Android158[Mar 16 2023 00:29:22 UTC (QA Tests)] INFO -- filling :login_field with "root"159[Mar 16 2023 00:29:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field160[Mar 16 2023 00:29:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"161[Mar 16 2023 00:29:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field162[Mar 16 2023 00:29:22 UTC (QA Tests)] INFO -- clicking :sign_in_button163[Mar 16 2023 00:29:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file-template-project-54999e73af68deaa164[Mar 16 2023 00:29:29 UTC (QA Tests)] INFO -- clicking :web_ide_button165[Mar 16 2023 00:29:31 UTC (QA Tests)] INFO -- clicking :new_file_button and ensuring QA::Page::Component::WebIDE::Modal::CreateNewFile is present166[Mar 16 2023 00:29:33 UTC (QA Tests)] INFO -- clicking :file_template_dropdown167[Mar 16 2023 00:29:33 UTC (QA Tests)] INFO -- filling :dropdown_filter_input with "Android"168[Mar 16 2023 00:29:33 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_filter_input169[Mar 16 2023 00:29:34 UTC (QA Tests)] INFO -- clicking :file_name_content170[Mar 16 2023 00:29:34 UTC (QA Tests)] INFO -- clicking :dropdown_button171[Mar 16 2023 00:29:34 UTC (QA Tests)] INFO -- clicking :rename_move_button and ensuring QA::Page::Component::WebIDE::Modal::CreateNewFile is present172[Mar 16 2023 00:29:35 UTC (QA Tests)] INFO -- filling :file_name_field with "5430bae61026e4d1/.gitignore"173[Mar 16 2023 00:29:35 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field174[Mar 16 2023 00:29:36 UTC (QA Tests)] INFO -- clicking :begin_commit_button175[Mar 16 2023 00:29:36 UTC (QA Tests)] INFO -- clicking :commit_button176 user adds .gitignore via file template Android177[Mar 16 2023 00:29:39 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds Dockerfile via file template Python178[Mar 16 2023 00:29:43 UTC (QA Tests)] INFO -- filling :login_field with "root"179[Mar 16 2023 00:29:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field180[Mar 16 2023 00:29:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"181[Mar 16 2023 00:29:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field182[Mar 16 2023 00:29:44 UTC (QA Tests)] INFO -- clicking :sign_in_button183[Mar 16 2023 00:29:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file-template-project-54999e73af68deaa184[Mar 16 2023 00:29:50 UTC (QA Tests)] INFO -- clicking :web_ide_button185[Mar 16 2023 00:29:51 UTC (QA Tests)] INFO -- clicking :new_file_button and ensuring QA::Page::Component::WebIDE::Modal::CreateNewFile is present186[Mar 16 2023 00:29:52 UTC (QA Tests)] INFO -- clicking :file_template_dropdown187[Mar 16 2023 00:29:52 UTC (QA Tests)] INFO -- filling :dropdown_filter_input with "Python"188[Mar 16 2023 00:29:52 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_filter_input189[Mar 16 2023 00:29:53 UTC (QA Tests)] INFO -- clicking :file_name_content190[Mar 16 2023 00:29:53 UTC (QA Tests)] INFO -- clicking :dropdown_button191[Mar 16 2023 00:29:53 UTC (QA Tests)] INFO -- clicking :rename_move_button and ensuring QA::Page::Component::WebIDE::Modal::CreateNewFile is present192[Mar 16 2023 00:29:54 UTC (QA Tests)] INFO -- filling :file_name_field with "26f74b6689cb2e95/Dockerfile"193[Mar 16 2023 00:29:54 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field194[Mar 16 2023 00:29:54 UTC (QA Tests)] INFO -- clicking :begin_commit_button195[Mar 16 2023 00:29:55 UTC (QA Tests)] INFO -- clicking :commit_button196 user adds Dockerfile via file template Python197[Mar 16 2023 00:29:57 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds LICENSE via file template Mozilla Public License 2.0198[Mar 16 2023 00:30:02 UTC (QA Tests)] INFO -- filling :login_field with "root"199[Mar 16 2023 00:30:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field200[Mar 16 2023 00:30:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"201[Mar 16 2023 00:30:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field202[Mar 16 2023 00:30:03 UTC (QA Tests)] INFO -- clicking :sign_in_button203[Mar 16 2023 00:30:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file-template-project-54999e73af68deaa204[Mar 16 2023 00:30:07 UTC (QA Tests)] INFO -- clicking :web_ide_button205[Mar 16 2023 00:30:08 UTC (QA Tests)] INFO -- clicking :new_file_button and ensuring QA::Page::Component::WebIDE::Modal::CreateNewFile is present206[Mar 16 2023 00:30:09 UTC (QA Tests)] INFO -- clicking :file_template_dropdown207[Mar 16 2023 00:30:09 UTC (QA Tests)] INFO -- filling :dropdown_filter_input with "Mozilla Public License 2.0"208[Mar 16 2023 00:30:09 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_filter_input209[Mar 16 2023 00:30:11 UTC (QA Tests)] INFO -- clicking :file_name_content210[Mar 16 2023 00:30:11 UTC (QA Tests)] INFO -- clicking :dropdown_button211[Mar 16 2023 00:30:11 UTC (QA Tests)] INFO -- clicking :rename_move_button and ensuring QA::Page::Component::WebIDE::Modal::CreateNewFile is present212[Mar 16 2023 00:30:12 UTC (QA Tests)] INFO -- filling :file_name_field with "dacdd6b512068e03/LICENSE"213[Mar 16 2023 00:30:12 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field214[Mar 16 2023 00:30:12 UTC (QA Tests)] INFO -- clicking :begin_commit_button215[Mar 16 2023 00:30:13 UTC (QA Tests)] INFO -- clicking :commit_button216 user adds LICENSE via file template Mozilla Public License 2.0217[Mar 16 2023 00:30:15 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds .gitlab-ci.yml via file template Julia218[Mar 16 2023 00:30:20 UTC (QA Tests)] INFO -- filling :login_field with "root"219[Mar 16 2023 00:30:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field220[Mar 16 2023 00:30:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"221[Mar 16 2023 00:30:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field222[Mar 16 2023 00:30:21 UTC (QA Tests)] INFO -- clicking :sign_in_button223[Mar 16 2023 00:30:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file-template-project-54999e73af68deaa224[Mar 16 2023 00:30:25 UTC (QA Tests)] INFO -- clicking :web_ide_button225[Mar 16 2023 00:30:26 UTC (QA Tests)] INFO -- clicking :new_file_button and ensuring QA::Page::Component::WebIDE::Modal::CreateNewFile is present226[Mar 16 2023 00:30:28 UTC (QA Tests)] INFO -- clicking :file_template_dropdown227[Mar 16 2023 00:30:28 UTC (QA Tests)] INFO -- filling :dropdown_filter_input with "Julia"228[Mar 16 2023 00:30:28 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_filter_input229[Mar 16 2023 00:30:29 UTC (QA Tests)] INFO -- clicking :file_name_content230[Mar 16 2023 00:30:29 UTC (QA Tests)] INFO -- clicking :dropdown_button231[Mar 16 2023 00:30:29 UTC (QA Tests)] INFO -- clicking :rename_move_button and ensuring QA::Page::Component::WebIDE::Modal::CreateNewFile is present232[Mar 16 2023 00:30:30 UTC (QA Tests)] INFO -- filling :file_name_field with "656cf9366cebde29/.gitlab-ci.yml"233[Mar 16 2023 00:30:30 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field234[Mar 16 2023 00:30:31 UTC (QA Tests)] INFO -- clicking :begin_commit_button235[Mar 16 2023 00:30:32 UTC (QA Tests)] INFO -- clicking :commit_button236 user adds .gitlab-ci.yml via file template Julia237Fulfillment238 Utilization239 in usage quotas storage tab for free plan with a project240 shows correct used up storage for namespace (PENDING: Test is not compatible with this environment or pipeline)241Plan242 Issue243[Mar 16 2023 00:30:34 UTC (QA Tests)] INFO -- Starting test: Plan Issue closes via pushing a commit244[Mar 16 2023 00:30:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.09 seconds245[Mar 16 2023 00:30:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.28 seconds246[Mar 16 2023 00:30:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-for-issues-cba2ea90a75dfa4a' via api in 1.96 seconds247[Mar 16 2023 00:30:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 2.72 seconds248[Mar 16 2023 00:30:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 5.89 seconds249[Mar 16 2023 00:30:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.57 seconds250 closes via pushing a commit251Verify252 Multi-project pipelines253[Mar 16 2023 00:30:49 UTC (QA Tests)] INFO -- Starting test: Verify Multi-project pipelines creates a multi-project pipeline with artifact download254[Mar 16 2023 00:30:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.09 seconds255[Mar 16 2023 00:30:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.25 seconds256[Mar 16 2023 00:30:50 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`257[Mar 16 2023 00:30:53 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`258[Mar 16 2023 00:30:53 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-6f0a5458 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-6f0a5458 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-6f0a5458 --url http://gitlab-ee-c5e30d0e.test --registration-token **** --tag-list qa-runner-6f0a5458 --executor shell && gitlab-runner run" `259[Mar 16 2023 00:30:57 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-6f0a5458`260[Mar 16 2023 00:30:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`261[Mar 16 2023 00:30:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-6f0a5458' via api in 8.73 seconds262[Mar 16 2023 00:30:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/downstream-project-d5d0c84be81c6f25' via api in 1.16 seconds263[Mar 16 2023 00:31:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/upstream-project-99ef0676d935769f' via api in 1.11 seconds264[Mar 16 2023 00:31:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.96 seconds265[Mar 16 2023 00:31:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.74 seconds266[Mar 16 2023 00:31:07 UTC (QA Tests)] INFO -- filling :login_field with "root"267[Mar 16 2023 00:31:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field268[Mar 16 2023 00:31:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"269[Mar 16 2023 00:31:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field270[Mar 16 2023 00:31:08 UTC (QA Tests)] INFO -- clicking :sign_in_button271[Mar 16 2023 00:31:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/upstream-project-99ef0676d935769f272[Mar 16 2023 00:31:12 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link273[Mar 16 2023 00:31:47 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button274[Mar 16 2023 00:31:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-6f0a5458'275[Mar 16 2023 00:31:48 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-6f0a5458`276[Mar 16 2023 00:31:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/upstream-project-99ef0676d935769f'277[Mar 16 2023 00:31:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/downstream-project-d5d0c84be81c6f25'278 creates a multi-project pipeline with artifact download279Manage280 standard281 when admin approval is not required282[Mar 16 2023 00:31:50 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>false}283 behaves like registration and login284[Mar 16 2023 00:32:05 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is not required behaves like registration and login allows the user to register and login285[Mar 16 2023 00:32:09 UTC (QA Tests)] INFO -- filling :login_field with "root"286[Mar 16 2023 00:32:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field287[Mar 16 2023 00:32:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"288[Mar 16 2023 00:32:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field289[Mar 16 2023 00:32:10 UTC (QA Tests)] INFO -- clicking :sign_in_button290[Mar 16 2023 00:32:21 UTC (QA Tests)] INFO -- clicking :navbar_dropdown291[Mar 16 2023 00:32:22 UTC (QA Tests)] INFO -- clicking :admin_area_link292[Mar 16 2023 00:32:24 UTC (QA Tests)] INFO -- clicking :admin_overview_users_link293[Mar 16 2023 00:32:31 UTC (QA Tests)] INFO -- clicking :user_avatar_content294[Mar 16 2023 00:32:31 UTC (QA Tests)] INFO -- clicking :sign_out_link295[Mar 16 2023 00:32:42 UTC (QA Tests)] INFO -- clicking :register_link296[Mar 16 2023 00:32:42 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"297[Mar 16 2023 00:32:42 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field298[Mar 16 2023 00:32:43 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User 86ca32f158f6e156"299[Mar 16 2023 00:32:43 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field300[Mar 16 2023 00:32:43 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-86ca32f158f6e156"301[Mar 16 2023 00:32:43 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field302[Mar 16 2023 00:32:43 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-86ca32f158f6e156@gitlab.com"303[Mar 16 2023 00:32:43 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field304[Mar 16 2023 00:32:44 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"305[Mar 16 2023 00:32:44 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field306[Mar 16 2023 00:32:45 UTC (QA Tests)] INFO -- clicking :new_user_register_button307[Mar 16 2023 00:32:45 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown308[Mar 16 2023 00:32:50 UTC (QA Tests)] INFO -- clicking :get_started_button309[Mar 16 2023 00:32:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-86ca32f158f6e156' via browser_ui in 45.29 seconds310 allows the user to register and login311 when user account is deleted312[Mar 16 2023 00:32:51 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is not required when user account is deleted allows recreating with same credentials313[Mar 16 2023 00:32:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-2a6a47b3593ec5cf' via api in 0.31 seconds314[Mar 16 2023 00:32:56 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-2a6a47b3593ec5cf"315[Mar 16 2023 00:32:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field316[Mar 16 2023 00:32:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"317[Mar 16 2023 00:32:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field318[Mar 16 2023 00:32:57 UTC (QA Tests)] INFO -- clicking :sign_in_button319[Mar 16 2023 00:33:01 UTC (QA Tests)] INFO -- clicking :user_avatar_content320[Mar 16 2023 00:33:01 UTC (QA Tests)] INFO -- clicking :edit_profile_link321[Mar 16 2023 00:33:02 UTC (QA Tests)] INFO -- clicking :profile_account_link322[Mar 16 2023 00:33:02 UTC (QA Tests)] INFO -- clicking :delete_account_button323[Mar 16 2023 00:33:03 UTC (QA Tests)] INFO -- clicking :confirm_delete_account_button324[Mar 16 2023 00:34:11 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-2a6a47b3593ec5cf"325[Mar 16 2023 00:34:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field326[Mar 16 2023 00:34:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"327[Mar 16 2023 00:34:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field328[Mar 16 2023 00:34:12 UTC (QA Tests)] INFO -- clicking :sign_in_button329[Mar 16 2023 00:34:16 UTC (QA Tests)] INFO -- filling :login_field with "root"330[Mar 16 2023 00:34:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field331[Mar 16 2023 00:34:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"332[Mar 16 2023 00:34:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field333[Mar 16 2023 00:34:17 UTC (QA Tests)] INFO -- clicking :sign_in_button334[Mar 16 2023 00:34:28 UTC (QA Tests)] INFO -- clicking :navbar_dropdown335[Mar 16 2023 00:34:28 UTC (QA Tests)] INFO -- clicking :admin_area_link336[Mar 16 2023 00:34:30 UTC (QA Tests)] INFO -- clicking :admin_overview_users_link337[Mar 16 2023 00:34:37 UTC (QA Tests)] INFO -- clicking :user_avatar_content338[Mar 16 2023 00:34:37 UTC (QA Tests)] INFO -- clicking :sign_out_link339[Mar 16 2023 00:34:47 UTC (QA Tests)] INFO -- clicking :register_link340[Mar 16 2023 00:34:48 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"341[Mar 16 2023 00:34:48 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field342[Mar 16 2023 00:34:48 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User 2a6a47b3593ec5cf"343[Mar 16 2023 00:34:48 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field344[Mar 16 2023 00:34:49 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-2a6a47b3593ec5cf"345[Mar 16 2023 00:34:49 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field346[Mar 16 2023 00:34:49 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-2a6a47b3593ec5cf@example.com"347[Mar 16 2023 00:34:49 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field348[Mar 16 2023 00:34:49 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"349[Mar 16 2023 00:34:49 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field350[Mar 16 2023 00:34:50 UTC (QA Tests)] INFO -- clicking :new_user_register_button351[Mar 16 2023 00:34:51 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown352[Mar 16 2023 00:34:55 UTC (QA Tests)] INFO -- clicking :get_started_button353[Mar 16 2023 00:34:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-2a6a47b3593ec5cf' via browser_ui in 43.43 seconds354[Mar 16 2023 00:34:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-2a6a47b3593ec5cf'355 allows recreating with same credentials356 when admin approval is required357[Mar 16 2023 00:34:58 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is required allows user login after approval358[Mar 16 2023 00:35:02 UTC (QA Tests)] INFO -- filling :login_field with "root"359[Mar 16 2023 00:35:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field360[Mar 16 2023 00:35:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"361[Mar 16 2023 00:35:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field362[Mar 16 2023 00:35:03 UTC (QA Tests)] INFO -- clicking :sign_in_button363[Mar 16 2023 00:35:14 UTC (QA Tests)] INFO -- clicking :navbar_dropdown364[Mar 16 2023 00:35:14 UTC (QA Tests)] INFO -- clicking :admin_area_link365[Mar 16 2023 00:35:16 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="admin_settings_menu_link"],.qa-admin-settings-menu-link366[Mar 16 2023 00:35:17 UTC (QA Tests)] INFO -- clicking :admin_settings_general_link367[Mar 16 2023 00:35:19 UTC (QA Tests)] INFO -- clicking the coordinates of :require_admin_approval_after_user_signup_checkbox368[Mar 16 2023 00:35:19 UTC (QA Tests)] INFO -- clicking :save_changes_button369[Mar 16 2023 00:35:24 UTC (QA Tests)] INFO -- clicking :user_avatar_content370[Mar 16 2023 00:35:25 UTC (QA Tests)] INFO -- clicking :sign_out_link371[Mar 16 2023 00:35:43 UTC (QA Tests)] INFO -- filling :login_field with "root"372[Mar 16 2023 00:35:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field373[Mar 16 2023 00:35:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"374[Mar 16 2023 00:35:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field375[Mar 16 2023 00:35:44 UTC (QA Tests)] INFO -- clicking :sign_in_button376[Mar 16 2023 00:35:55 UTC (QA Tests)] INFO -- clicking :navbar_dropdown377[Mar 16 2023 00:35:55 UTC (QA Tests)] INFO -- clicking :admin_area_link378[Mar 16 2023 00:35:57 UTC (QA Tests)] INFO -- clicking :admin_overview_users_link379[Mar 16 2023 00:36:04 UTC (QA Tests)] INFO -- clicking :user_avatar_content380[Mar 16 2023 00:36:04 UTC (QA Tests)] INFO -- clicking :sign_out_link381[Mar 16 2023 00:36:14 UTC (QA Tests)] INFO -- clicking :register_link382[Mar 16 2023 00:36:15 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"383[Mar 16 2023 00:36:15 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field384[Mar 16 2023 00:36:15 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User b5310ac5fc634488"385[Mar 16 2023 00:36:15 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field386[Mar 16 2023 00:36:15 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-b5310ac5fc634488"387[Mar 16 2023 00:36:15 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field388[Mar 16 2023 00:36:16 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-b5310ac5fc634488@example.com"389[Mar 16 2023 00:36:16 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field390[Mar 16 2023 00:36:16 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"391[Mar 16 2023 00:36:16 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field392[Mar 16 2023 00:36:17 UTC (QA Tests)] INFO -- clicking :new_user_register_button393[Mar 16 2023 00:36:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-b5310ac5fc634488' via browser_ui in 48.57 seconds394[Mar 16 2023 00:36:31 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-b5310ac5fc634488"395[Mar 16 2023 00:36:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field396[Mar 16 2023 00:36:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"397[Mar 16 2023 00:36:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field398[Mar 16 2023 00:36:32 UTC (QA Tests)] INFO -- clicking :sign_in_button399[Mar 16 2023 00:36:35 UTC (QA Tests)] INFO -- filling :login_field with "root"400[Mar 16 2023 00:36:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field401[Mar 16 2023 00:36:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"402[Mar 16 2023 00:36:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field403[Mar 16 2023 00:36:35 UTC (QA Tests)] INFO -- clicking :sign_in_button404[Mar 16 2023 00:36:47 UTC (QA Tests)] INFO -- clicking :navbar_dropdown405[Mar 16 2023 00:36:47 UTC (QA Tests)] INFO -- clicking :admin_area_link406[Mar 16 2023 00:36:49 UTC (QA Tests)] INFO -- clicking :admin_overview_users_link407[Mar 16 2023 00:36:49 UTC (QA Tests)] INFO -- clicking :pending_approval_tab408[Mar 16 2023 00:36:51 UTC (QA Tests)] INFO -- clicking :user_actions_dropdown_toggle409[Mar 16 2023 00:36:51 UTC (QA Tests)] INFO -- clicking :approve_user_button410[Mar 16 2023 00:36:51 UTC (QA Tests)] INFO -- clicking :approve_user_confirm_button411[Mar 16 2023 00:36:55 UTC (QA Tests)] INFO -- clicking :user_avatar_content412[Mar 16 2023 00:36:56 UTC (QA Tests)] INFO -- clicking :sign_out_link413[Mar 16 2023 00:36:58 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-b5310ac5fc634488"414[Mar 16 2023 00:36:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field415[Mar 16 2023 00:36:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"416[Mar 16 2023 00:36:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field417[Mar 16 2023 00:36:59 UTC (QA Tests)] INFO -- clicking :sign_in_button418[Mar 16 2023 00:37:00 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown419[Mar 16 2023 00:37:04 UTC (QA Tests)] INFO -- clicking :get_started_button420[Mar 16 2023 00:37:05 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>false}421[Mar 16 2023 00:37:15 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-b5310ac5fc634488'422 allows user login after approval423Create424 Project Wiki425 with Wiki Page List426[Mar 16 2023 00:37:15 UTC (QA Tests)] INFO -- Starting test: Create Project Wiki with Wiki Page List has all expected links that work427[Mar 16 2023 00:37:20 UTC (QA Tests)] INFO -- filling :login_field with "root"428[Mar 16 2023 00:37:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field429[Mar 16 2023 00:37:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"430[Mar 16 2023 00:37:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field431[Mar 16 2023 00:37:21 UTC (QA Tests)] INFO -- clicking :sign_in_button432[Mar 16 2023 00:37:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds433[Mar 16 2023 00:37:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.22 seconds434[Mar 16 2023 00:37:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/wiki_testing-e5e9c3790669c5f2' via api in 1.11 seconds435[Mar 16 2023 00:37:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.6 seconds436[Mar 16 2023 00:37:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.69 seconds437[Mar 16 2023 00:37:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.59 seconds438[Mar 16 2023 00:37:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.49 seconds439[Mar 16 2023 00:37:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.58 seconds440[Mar 16 2023 00:37:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.44 seconds441[Mar 16 2023 00:37:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.52 seconds442[Mar 16 2023 00:37:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.43 seconds443[Mar 16 2023 00:37:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.4 seconds444[Mar 16 2023 00:37:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.51 seconds445[Mar 16 2023 00:37:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.54 seconds446[Mar 16 2023 00:37:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.67 seconds447[Mar 16 2023 00:37:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.78 seconds448[Mar 16 2023 00:37:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.4 seconds449[Mar 16 2023 00:37:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.64 seconds450[Mar 16 2023 00:37:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.43 seconds451[Mar 16 2023 00:37:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/wiki_testing-e5e9c3790669c5f2/-/wikis/Home452[Mar 16 2023 00:37:33 UTC (QA Tests)] INFO -- clicking :view_all_pages_button453[Mar 16 2023 00:37:34 UTC (QA Tests)] INFO -- clicking :wiki_page_link454 has all expected links that work455 with Wiki Sidebar456[Mar 16 2023 00:37:34 UTC (QA Tests)] INFO -- Starting test: Create Project Wiki with Wiki Sidebar has all expected links that work457[Mar 16 2023 00:37:39 UTC (QA Tests)] INFO -- filling :login_field with "root"458[Mar 16 2023 00:37:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field459[Mar 16 2023 00:37:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"460[Mar 16 2023 00:37:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field461[Mar 16 2023 00:37:40 UTC (QA Tests)] INFO -- clicking :sign_in_button462[Mar 16 2023 00:37:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds463[Mar 16 2023 00:37:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.21 seconds464[Mar 16 2023 00:37:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/wiki_testing-9566802199c9deaf' via api in 0.86 seconds465[Mar 16 2023 00:37:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.33 seconds466[Mar 16 2023 00:37:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.4 seconds467[Mar 16 2023 00:37:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.39 seconds468[Mar 16 2023 00:37:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.41 seconds469[Mar 16 2023 00:37:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.46 seconds470[Mar 16 2023 00:37:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.41 seconds471[Mar 16 2023 00:37:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/wiki_testing-9566802199c9deaf/-/wikis/Home472[Mar 16 2023 00:37:45 UTC (QA Tests)] INFO -- clicking :wiki_page_link473 has all expected links that work474Create475 Merge request rebasing476[Mar 16 2023 00:37:46 UTC (QA Tests)] INFO -- Starting test: Create Merge request rebasing user rebases source branch of merge request477[Mar 16 2023 00:37:51 UTC (QA Tests)] INFO -- filling :login_field with "root"478[Mar 16 2023 00:37:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field479[Mar 16 2023 00:37:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"480[Mar 16 2023 00:37:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field481[Mar 16 2023 00:37:51 UTC (QA Tests)] INFO -- clicking :sign_in_button482[Mar 16 2023 00:37:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds483[Mar 16 2023 00:37:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.19 seconds484[Mar 16 2023 00:37:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-merge-request-7f024818fc51ae1b' via api in 1.32 seconds485[Mar 16 2023 00:37:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.38 seconds486[Mar 16 2023 00:37:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 2.35 seconds487[Mar 16 2023 00:37:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-merge-request-7f024818fc51ae1b488[Mar 16 2023 00:37:57 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link489[Mar 16 2023 00:37:57 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link490[Mar 16 2023 00:37:58 UTC (QA Tests)] INFO -- clicking :save_merge_request_changes_button491[Mar 16 2023 00:38:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.4 seconds492[Mar 16 2023 00:38:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-merge-request-7f024818fc51ae1b/-/merge_requests/1493[Mar 16 2023 00:38:05 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-merge-request-7f024818fc51ae1b/-/merge_requests/1494[Mar 16 2023 00:38:18 UTC (QA Tests)] INFO -- clicking :mr_rebase_button495[Mar 16 2023 00:38:18 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>QA::Page::MergeRequest::Show, :sleep_interval=>0.5}' arguments496[Mar 16 2023 00:38:18 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-merge-request-7f024818fc51ae1b/-/merge_requests/1497[Mar 16 2023 00:38:30 UTC (QA Tests)] INFO -- clicking :merge_button498 user rebases source branch of merge request499Verify500 Include multiple files from a project501[Mar 16 2023 00:38:33 UTC (QA Tests)] INFO -- Starting test: Verify Include multiple files from a project runs the pipeline with composed config502[Mar 16 2023 00:38:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.13 seconds503[Mar 16 2023 00:38:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.36 seconds504[Mar 16 2023 00:38:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-pipeline-1-5fef5681f869ab95' via api in 1.37 seconds505[Mar 16 2023 00:38:34 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`506[Mar 16 2023 00:38:35 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`507[Mar 16 2023 00:38:35 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-23mh0qu3 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-23mh0qu3 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-23mh0qu3 --url http://gitlab-ee-c5e30d0e.test --registration-token **** --tag-list qa-runner-23mh0qu3 --executor shell && gitlab-runner run" `508[Mar 16 2023 00:38:36 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-23mh0qu3`509[Mar 16 2023 00:38:36 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`510[Mar 16 2023 00:38:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-23mh0qu3' via api in 2.1 seconds511[Mar 16 2023 00:38:41 UTC (QA Tests)] INFO -- filling :login_field with "root"512[Mar 16 2023 00:38:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field513[Mar 16 2023 00:38:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"514[Mar 16 2023 00:38:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field515[Mar 16 2023 00:38:42 UTC (QA Tests)] INFO -- clicking :sign_in_button516[Mar 16 2023 00:38:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds517[Mar 16 2023 00:38:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.2 seconds518[Mar 16 2023 00:38:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-pipeline-2-df56e6ebd5e4e4d5' via api in 1.02 seconds519[Mar 16 2023 00:38:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds520[Mar 16 2023 00:38:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds521[Mar 16 2023 00:38:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-pipeline-1-5fef5681f869ab95522[Mar 16 2023 00:38:48 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link523[Mar 16 2023 00:39:12 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present524[Mar 16 2023 00:39:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-23mh0qu3'525[Mar 16 2023 00:39:13 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-23mh0qu3`526 runs the pipeline with composed config527Create528 Push over SSH using Git protocol version 2529[Mar 16 2023 00:39:19 UTC (QA Tests)] INFO -- filling :login_field with "root"530[Mar 16 2023 00:39:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field531[Mar 16 2023 00:39:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"532[Mar 16 2023 00:39:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field533[Mar 16 2023 00:39:19 UTC (QA Tests)] INFO -- clicking :sign_in_button534[Mar 16 2023 00:39:21 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230316-39-5vef8q/id_rsa -N `535[Mar 16 2023 00:39:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '1' via api in 1.34 seconds536[Mar 16 2023 00:39:22 UTC (QA Tests)] INFO -- Starting test: Create Push over SSH using Git protocol version 2 user pushes to the repository537[Mar 16 2023 00:39:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds538[Mar 16 2023 00:39:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.21 seconds539[Mar 16 2023 00:39:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/git-protocol-project-19a152bfab978925' via api in 1.0 seconds540[Mar 16 2023 00:39:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/git-protocol-project-19a152bfab978925541[Mar 16 2023 00:39:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '1'542 user pushes to the repository543Create544 batch comments in merge request545[Mar 16 2023 00:39:30 UTC (QA Tests)] INFO -- Starting test: Create batch comments in merge request user submits a non-diff review546[Mar 16 2023 00:39:34 UTC (QA Tests)] INFO -- filling :login_field with "root"547[Mar 16 2023 00:39:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field548[Mar 16 2023 00:39:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"549[Mar 16 2023 00:39:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field550[Mar 16 2023 00:39:35 UTC (QA Tests)] INFO -- clicking :sign_in_button551[Mar 16 2023 00:39:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds552[Mar 16 2023 00:39:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.2 seconds553[Mar 16 2023 00:39:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-merge-request-934269ea3daf4c77' via api in 0.9 seconds554[Mar 16 2023 00:39:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.62 seconds555[Mar 16 2023 00:39:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds556[Mar 16 2023 00:39:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.69 seconds557[Mar 16 2023 00:39:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-merge-request-934269ea3daf4c77/-/merge_requests/1558[Mar 16 2023 00:39:42 UTC (QA Tests)] INFO -- clicking :notes_tab559[Mar 16 2023 00:39:42 UTC (QA Tests)] INFO -- filling :comment_field with "I'm starting a new discussion"560[Mar 16 2023 00:39:42 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field561[Mar 16 2023 00:39:42 UTC (QA Tests)] INFO -- clicking :discussion_menu_item562[Mar 16 2023 00:39:43 UTC (QA Tests)] INFO -- clicking :comment_button563[Mar 16 2023 00:39:44 UTC (QA Tests)] INFO -- filling :reply_field with "Could you please check this?"564[Mar 16 2023 00:39:44 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field565[Mar 16 2023 00:39:44 UTC (QA Tests)] INFO -- clicking :start_review_button566[Mar 16 2023 00:39:51 UTC (QA Tests)] INFO -- clicking :review_preview_dropdown567[Mar 16 2023 00:39:51 UTC (QA Tests)] INFO -- clicking :submit_review_dropdown568[Mar 16 2023 00:39:51 UTC (QA Tests)] INFO -- clicking :submit_review_button569 user submits a non-diff review570[Mar 16 2023 00:39:53 UTC (QA Tests)] INFO -- Starting test: Create batch comments in merge request user submits a diff review571[Mar 16 2023 00:39:58 UTC (QA Tests)] INFO -- filling :login_field with "root"572[Mar 16 2023 00:39:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field573[Mar 16 2023 00:39:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"574[Mar 16 2023 00:39:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field575[Mar 16 2023 00:39:58 UTC (QA Tests)] INFO -- clicking :sign_in_button576[Mar 16 2023 00:40:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds577[Mar 16 2023 00:40:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.22 seconds578[Mar 16 2023 00:40:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-merge-request-d7f21d01bc410f30' via api in 1.61 seconds579[Mar 16 2023 00:40:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.78 seconds580[Mar 16 2023 00:40:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.94 seconds581[Mar 16 2023 00:40:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 2.37 seconds582[Mar 16 2023 00:40:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-merge-request-d7f21d01bc410f30/-/merge_requests/1583[Mar 16 2023 00:40:13 UTC (QA Tests)] INFO -- clicking :diffs_tab584[Mar 16 2023 00:40:14 UTC (QA Tests)] INFO -- clicking :diff_comment_button585[Mar 16 2023 00:40:14 UTC (QA Tests)] INFO -- clicking :dismiss_suggestion_popover_button586[Mar 16 2023 00:40:14 UTC (QA Tests)] INFO -- filling :reply_field with "Can you check this line of code?"587[Mar 16 2023 00:40:14 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field588[Mar 16 2023 00:40:15 UTC (QA Tests)] INFO -- clicking :start_review_button589[Mar 16 2023 00:40:21 UTC (QA Tests)] INFO -- clicking :review_preview_dropdown590[Mar 16 2023 00:40:22 UTC (QA Tests)] INFO -- clicking :submit_review_dropdown591[Mar 16 2023 00:40:22 UTC (QA Tests)] INFO -- clicking :submit_review_button592[Mar 16 2023 00:40:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.37 seconds593[Mar 16 2023 00:40:24 UTC (QA Tests)] INFO -- clicking :notes_tab594[Mar 16 2023 00:40:24 UTC (QA Tests)] INFO -- clicking :resolve_discussion_button595 user submits a diff review596Create597 Pull mirror a repository over HTTP598[Mar 16 2023 00:40:25 UTC (QA Tests)] INFO -- Starting test: Create Pull mirror a repository over HTTP configures and syncs a (pull) mirrored repository with password auth599[Mar 16 2023 00:40:30 UTC (QA Tests)] INFO -- filling :login_field with "root"600[Mar 16 2023 00:40:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field601[Mar 16 2023 00:40:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"602[Mar 16 2023 00:40:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field603[Mar 16 2023 00:40:31 UTC (QA Tests)] INFO -- clicking :sign_in_button604[Mar 16 2023 00:40:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds605[Mar 16 2023 00:40:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.22 seconds606[Mar 16 2023 00:40:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/pull-mirror-source-project-aaf265945a2b84d2' via api in 0.95 seconds607[Mar 16 2023 00:40:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 5.43 seconds608[Mar 16 2023 00:40:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds609[Mar 16 2023 00:40:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.23 seconds610[Mar 16 2023 00:40:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/pull-mirror-target-project-3e2d249e453593d4' via api in 0.88 seconds611[Mar 16 2023 00:40:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/pull-mirror-target-project-3e2d249e453593d4612[Mar 16 2023 00:40:40 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link613[Mar 16 2023 00:40:40 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link614[Mar 16 2023 00:40:43 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/pull-mirror-source-project-aaf265945a2b84d2.git"615[Mar 16 2023 00:40:43 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field616[Mar 16 2023 00:40:43 UTC (QA Tests)] INFO -- selecting "Pull" in :mirror_direction_field617[Mar 16 2023 00:40:44 UTC (QA Tests)] INFO -- selecting "Password" in :authentication_method_field618[Mar 16 2023 00:40:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"619[Mar 16 2023 00:40:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field620[Mar 16 2023 00:40:45 UTC (QA Tests)] INFO -- clicking :mirror_repository_button621[Mar 16 2023 00:40:57 UTC (QA Tests)] INFO -- clicking :update_now_button622[Mar 16 2023 00:40:59 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/pull-mirror-target-project-3e2d249e453593d4/-/settings/repository#js-push-remote-settings623[Mar 16 2023 00:41:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/pull-mirror-target-project-3e2d249e453593d4624[Mar 16 2023 00:41:01 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>#<Capybara::Session>, :sleep_interval=>0.5}' arguments625 configures and syncs a (pull) mirrored repository with password auth626Create627 Prereceive hook628 when creating a tag for a ref629 when it triggers a prereceive hook configured with a custom error630[Mar 16 2023 00:41:02 UTC (QA Tests)] INFO -- Starting test: Create Prereceive hook when creating a tag for a ref when it triggers a prereceive hook configured with a custom error returns a custom server hook error631[Mar 16 2023 00:41:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds632[Mar 16 2023 00:41:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.21 seconds633[Mar 16 2023 00:41:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/the_awesome_project-80b09f21d83e3555' via api in 1.17 seconds634 returns a custom server hook error635Verify636 Run pipeline with manual jobs637[Mar 16 2023 00:41:04 UTC (QA Tests)] INFO -- Starting test: Verify Run pipeline with manual jobs does not leave any job in skipped state638[Mar 16 2023 00:41:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.09 seconds639[Mar 16 2023 00:41:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.22 seconds640[Mar 16 2023 00:41:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/pipeline-with-manual-job-950505ab2d2bcaf5' via api in 0.9 seconds641[Mar 16 2023 00:41:04 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`642[Mar 16 2023 00:41:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`643[Mar 16 2023 00:41:05 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-ea6ca41c --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-ea6ca41c 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-ea6ca41c --url http://gitlab-ee-c5e30d0e.test --registration-token **** --tag-list qa-runner-ea6ca41c --executor shell && gitlab-runner run" `644[Mar 16 2023 00:41:06 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-ea6ca41c`645[Mar 16 2023 00:41:06 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`646[Mar 16 2023 00:41:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-ea6ca41c' via api in 2.09 seconds647[Mar 16 2023 00:41:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.0 seconds648[Mar 16 2023 00:41:08 UTC (QA Tests)] INFO -- Waiting for pipeline to have status "skipped"...649[Mar 16 2023 00:41:28 UTC (QA Tests)] INFO -- filling :login_field with "root"650[Mar 16 2023 00:41:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field651[Mar 16 2023 00:41:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"652[Mar 16 2023 00:41:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field653[Mar 16 2023 00:41:28 UTC (QA Tests)] INFO -- clicking :sign_in_button654[Mar 16 2023 00:41:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/pipeline-with-manual-job-950505ab2d2bcaf5655[Mar 16 2023 00:41:32 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link656[Mar 16 2023 00:41:34 UTC (QA Tests)] INFO -- clicking :job_action_button657[Mar 16 2023 00:42:02 UTC (QA Tests)] INFO -- clicking :job_dropdown_container658[Mar 16 2023 00:42:12 UTC (QA Tests)] INFO -- clicking :job_dropdown_container659[Mar 16 2023 00:42:12 UTC (QA Tests)] INFO -- clicking :job_dropdown_container660[Mar 16 2023 00:42:22 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-ea6ca41c'661[Mar 16 2023 00:42:23 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-ea6ca41c`662 does not leave any job in skipped state663Govern664 Vulnerability report in a project665[Mar 16 2023 00:42:23 UTC (QA Tests)] INFO -- Starting test: Govern Vulnerability report in a project can export vulnerability report to csv666[Mar 16 2023 00:42:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds667[Mar 16 2023 00:42:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.19 seconds668[Mar 16 2023 00:42:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-export-vulnerability-report-9fe778135ee3ca45' via api in 1.14 seconds669[Mar 16 2023 00:42:25 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Elves vulnerability' via api in 0.3 seconds670[Mar 16 2023 00:42:25 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Dwarves vulnerability' via api in 0.3 seconds671[Mar 16 2023 00:42:25 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Men vulnerability' via api in 0.29 seconds672[Mar 16 2023 00:42:25 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Orcs vulnerability' via api in 0.13 seconds673[Mar 16 2023 00:42:26 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'CVE-2017-18269 in glibc' via api in 0.13 seconds674[Mar 16 2023 00:42:30 UTC (QA Tests)] INFO -- filling :login_field with "root"675[Mar 16 2023 00:42:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field676[Mar 16 2023 00:42:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"677[Mar 16 2023 00:42:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field678[Mar 16 2023 00:42:31 UTC (QA Tests)] INFO -- clicking :sign_in_button679[Mar 16 2023 00:42:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-export-vulnerability-report-9fe778135ee3ca45680[Mar 16 2023 00:42:35 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link681[Mar 16 2023 00:42:36 UTC (QA Tests)] INFO -- clicking :export_vulnerabilities_button682 can export vulnerability report to csv683Plan684 Project milestone685[Mar 16 2023 00:42:42 UTC (QA Tests)] INFO -- Starting test: Plan Project milestone creates a project milestone686[Mar 16 2023 00:42:47 UTC (QA Tests)] INFO -- filling :login_field with "root"687[Mar 16 2023 00:42:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field688[Mar 16 2023 00:42:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"689[Mar 16 2023 00:42:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field690[Mar 16 2023 00:42:47 UTC (QA Tests)] INFO -- clicking :sign_in_button691[Mar 16 2023 00:42:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.13 seconds692[Mar 16 2023 00:42:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.26 seconds693[Mar 16 2023 00:42:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-milestone-194267ce2bc02d2f' via api in 0.98 seconds694[Mar 16 2023 00:42:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-milestone-194267ce2bc02d2f695[Mar 16 2023 00:42:51 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link696[Mar 16 2023 00:42:52 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link697[Mar 16 2023 00:42:52 UTC (QA Tests)] INFO -- clicking :new_project_milestone_link698[Mar 16 2023 00:42:53 UTC (QA Tests)] INFO -- filling :milestone_title_field with "Project milestone"699[Mar 16 2023 00:42:53 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone_title_field700[Mar 16 2023 00:42:54 UTC (QA Tests)] INFO -- filling :milestone_description_field with "This issue tests out project milestones."701[Mar 16 2023 00:42:54 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone_description_field702[Mar 16 2023 00:42:54 UTC (QA Tests)] INFO -- filling :start_date_field with "2023/03/16703"704[Mar 16 2023 00:42:54 UTC (QA Tests)] INFO -- clicking the coordinates of :start_date_field705[Mar 16 2023 00:42:55 UTC (QA Tests)] INFO -- filling :due_date_field with "2023/04/16706"707[Mar 16 2023 00:42:55 UTC (QA Tests)] INFO -- clicking the coordinates of :due_date_field708[Mar 16 2023 00:42:55 UTC (QA Tests)] INFO -- clicking :create_milestone_button709[Mar 16 2023 00:42:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone via browser_ui in 6.59 seconds710[Mar 16 2023 00:42:56 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link711[Mar 16 2023 00:43:07 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link712[Mar 16 2023 00:43:07 UTC (QA Tests)] INFO -- clicking :milestone_link713 creates a project milestone714Create715 Cherry picking a commit716[Mar 16 2023 00:43:09 UTC (QA Tests)] INFO -- Starting test: Create Cherry picking a commit creates a merge request717[Mar 16 2023 00:43:13 UTC (QA Tests)] INFO -- filling :login_field with "root"718[Mar 16 2023 00:43:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field719[Mar 16 2023 00:43:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"720[Mar 16 2023 00:43:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field721[Mar 16 2023 00:43:14 UTC (QA Tests)] INFO -- clicking :sign_in_button722[Mar 16 2023 00:43:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds723[Mar 16 2023 00:43:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.19 seconds724[Mar 16 2023 00:43:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-9eea19ea022f7b19' via api in 1.18 seconds725[Mar 16 2023 00:43:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds726[Mar 16 2023 00:43:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::Commit at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-9eea19ea022f7b19/-/commit/f890d57a9ce495eeec1c507fbe906c108fa23555727[Mar 16 2023 00:43:19 UTC (QA Tests)] INFO -- clicking :options_button728[Mar 16 2023 00:43:19 UTC (QA Tests)] INFO -- clicking :cherry_pick_button and ensuring QA::Page::Component::CommitModal is present729[Mar 16 2023 00:43:20 UTC (QA Tests)] INFO -- clicking :submit_commit_button730[Mar 16 2023 00:43:21 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present731[Mar 16 2023 00:43:24 UTC (QA Tests)] INFO -- clicking :diffs_tab732[Mar 16 2023 00:43:35 UTC (QA Tests)] INFO -- clicking :file_tree_button733[Mar 16 2023 00:43:35 UTC (QA Tests)] ERROR -- Interceptor Api Errors734[404] GET /gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-9eea19ea022f7b19/-/merge_requests/1/diffs_metadata.json -- Correlation Id: 01GVKXY6G97RG1Y4WP59EX3DHN735 creates a merge request736Verify737 UI defined variable738[Mar 16 2023 00:43:35 UTC (QA Tests)] INFO -- Starting test: Verify UI defined variable is inheritable when forward:pipeline_variables is true739[Mar 16 2023 00:43:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds740[Mar 16 2023 00:43:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group-for-variable-inheritance-x86z1arc' via api in 0.41 seconds741[Mar 16 2023 00:43:36 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`742[Mar 16 2023 00:43:36 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`743[Mar 16 2023 00:43:36 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name x86z1arc --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach x86z1arc 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 x86z1arc --url http://gitlab-ee-c5e30d0e.test --registration-token **** --tag-list x86z1arc --executor shell && gitlab-runner run" `744[Mar 16 2023 00:43:37 UTC (QA Tests)] INFO -- Executing: `docker logs x86z1arc`745[Mar 16 2023 00:43:37 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`746[Mar 16 2023 00:43:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'x86z1arc' via api in 1.97 seconds747[Mar 16 2023 00:43:42 UTC (QA Tests)] INFO -- filling :login_field with "root"748[Mar 16 2023 00:43:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field749[Mar 16 2023 00:43:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"750[Mar 16 2023 00:43:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field751[Mar 16 2023 00:43:43 UTC (QA Tests)] INFO -- clicking :sign_in_button752[Mar 16 2023 00:43:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group-for-variable-inheritance-x86z1arc/downstream1-variable-inheritance-482f8b916cbca6a2' via api in 0.54 seconds753[Mar 16 2023 00:43:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds754[Mar 16 2023 00:43:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group-for-variable-inheritance-x86z1arc/upstream-variable-inheritance-158b66c21dadbb66' via api in 0.6 seconds755[Mar 16 2023 00:43:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds756[Mar 16 2023 00:43:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/group-for-variable-inheritance-x86z1arc/upstream-variable-inheritance-158b66c21dadbb66757[Mar 16 2023 00:43:49 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link758[Mar 16 2023 00:44:10 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present759[Mar 16 2023 00:44:15 UTC (QA Tests)] INFO -- filling :ci_variable_key_field with "*****"760[Mar 16 2023 00:44:15 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_key_field761[Mar 16 2023 00:44:15 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "This is great!"762[Mar 16 2023 00:44:15 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field763[Mar 16 2023 00:44:16 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::Show is present764[Mar 16 2023 00:44:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '10' via api in 0.09 seconds765[Mar 16 2023 00:44:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '10' via api in 0.09 seconds766[Mar 16 2023 00:44:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '10' via api in 0.08 seconds767[Mar 16 2023 00:44:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '12' via api in 0.1 seconds768[Mar 16 2023 00:44:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '10' via api in 0.12 seconds769[Mar 16 2023 00:44:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '10' via api in 0.09 seconds770[Mar 16 2023 00:44:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '12' via api in 0.09 seconds771[Mar 16 2023 00:44:39 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button772[Mar 16 2023 00:44:39 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present773[Mar 16 2023 00:44:41 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button774[Mar 16 2023 00:44:41 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present775[Mar 16 2023 00:44:43 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'x86z1arc'776[Mar 16 2023 00:44:43 UTC (QA Tests)] INFO -- Executing: `docker rm -f x86z1arc`777 is inheritable when forward:pipeline_variables is true778Manage779 Group access token780[Mar 16 2023 00:44:43 UTC (QA Tests)] INFO -- Starting test: Manage Group access token can be used to commit via the API781[Mar 16 2023 00:44:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.09 seconds782[Mar 16 2023 00:44:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.22 seconds783[Mar 16 2023 00:44:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupAccessToken with name 'api-group-access-token-8nu1mavd', token's bot username 'group_5_bot_71b9bef436bd99b36995e8ac125b3dd9' via api in 0.56 seconds784[Mar 16 2023 00:44:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-for-group-access-token-b66de10ad4c01037' via api in 0.89 seconds785[Mar 16 2023 00:44:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds786 can be used to commit via the API787[Mar 16 2023 00:44:46 UTC (QA Tests)] INFO -- Starting test: Manage Group access token can be used to create a file via the project API788[Mar 16 2023 00:44:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds789[Mar 16 2023 00:44:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.2 seconds790[Mar 16 2023 00:44:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-new-file-d748cc647d9b42a9' via api in 1.11 seconds791[Mar 16 2023 00:44:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds792[Mar 16 2023 00:44:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.17 seconds793[Mar 16 2023 00:44:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupAccessToken with name 'api-group-access-token-fp1smd4f', token's bot username 'group_5_bot_d4425be803179aa113d6390e4532ba5e' via api in 0.48 seconds794[Mar 16 2023 00:44:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-for-group-access-token-7ee0575f543c342b' via api in 0.89 seconds795[Mar 16 2023 00:44:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'text-bd54816aac503b21.txt' via api in 0.4 seconds796 can be used to create a file via the project API797Create798 Git Server Hooks799 with custom error messages800[Mar 16 2023 00:44:49 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 WebIDE801[Mar 16 2023 00:44:53 UTC (QA Tests)] INFO -- filling :login_field with "root"802[Mar 16 2023 00:44:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field803[Mar 16 2023 00:44:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"804[Mar 16 2023 00:44:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field805[Mar 16 2023 00:44:54 UTC (QA Tests)] INFO -- clicking :sign_in_button806[Mar 16 2023 00:44:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds807[Mar 16 2023 00:44:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.21 seconds808[Mar 16 2023 00:44:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-reject-prereceive-6d4282dac5e45c65-e31da8e37c87baf3' via api in 0.92 seconds809[Mar 16 2023 00:44:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-reject-prereceive-6d4282dac5e45c65-e31da8e37c87baf3810[Mar 16 2023 00:44:59 UTC (QA Tests)] INFO -- clicking :begin_commit_button811[Mar 16 2023 00:45:00 UTC (QA Tests)] INFO -- clicking :commit_button812 renders preconfigured error message when user hook failed on commit in WebIDE813Plan814 Issue comments815[Mar 16 2023 00:45:01 UTC (QA Tests)] INFO -- Starting test: Plan Issue comments comments on an issue and edits the comment816[Mar 16 2023 00:45:06 UTC (QA Tests)] INFO -- filling :login_field with "root"817[Mar 16 2023 00:45:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field818[Mar 16 2023 00:45:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"819[Mar 16 2023 00:45:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field820[Mar 16 2023 00:45:06 UTC (QA Tests)] INFO -- clicking :sign_in_button821[Mar 16 2023 00:45:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds822[Mar 16 2023 00:45:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.2 seconds823[Mar 16 2023 00:45:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-for-issues-f6880b120bf417b6' via api in 0.9 seconds824[Mar 16 2023 00:45:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 1.3 seconds825[Mar 16 2023 00:45:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-for-issues-f6880b120bf417b6/-/issues/1826[Mar 16 2023 00:45:12 UTC (QA Tests)] INFO -- clicking :title_content827[Mar 16 2023 00:45:12 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown828[Mar 16 2023 00:45:12 UTC (QA Tests)] INFO -- filling :comment_field with "First version of the comment829"830[Mar 16 2023 00:45:12 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field831[Mar 16 2023 00:45:13 UTC (QA Tests)] INFO -- clicking :comment_button832[Mar 16 2023 00:45:14 UTC (QA Tests)] INFO -- clicking :note_edit_button833[Mar 16 2023 00:45:14 UTC (QA Tests)] INFO -- filling :reply_field with "Second version of the comment"834[Mar 16 2023 00:45:14 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field835[Mar 16 2023 00:45:15 UTC (QA Tests)] INFO -- clicking :reply_comment_button836 comments on an issue and edits the comment837Verify838 Runner registration839[Mar 16 2023 00:45:15 UTC (QA Tests)] INFO -- Starting test: Verify Runner registration user registers a new project runner840[Mar 16 2023 00:45:15 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`841[Mar 16 2023 00:45:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds842[Mar 16 2023 00:45:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.24 seconds843[Mar 16 2023 00:45:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-ci-cd-726688d22a7d844c' via api in 0.87 seconds844[Mar 16 2023 00:45:16 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`845[Mar 16 2023 00:45:17 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1678927515 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1678927515 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-1678927515 --url http://gitlab-ee-c5e30d0e.test --registration-token **** --tag-list e2e-test --executor shell && gitlab-runner run" `846[Mar 16 2023 00:45:18 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1678927515`847[Mar 16 2023 00:45:18 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`848[Mar 16 2023 00:45:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1678927515' via api in 3.63 seconds849[Mar 16 2023 00:45:23 UTC (QA Tests)] INFO -- filling :login_field with "root"850[Mar 16 2023 00:45:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field851[Mar 16 2023 00:45:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"852[Mar 16 2023 00:45:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field853[Mar 16 2023 00:45:24 UTC (QA Tests)] INFO -- clicking :sign_in_button854[Mar 16 2023 00:45:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-ci-cd-726688d22a7d844c855[Mar 16 2023 00:45:27 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link856[Mar 16 2023 00:45:27 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link857[Mar 16 2023 00:45:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1678927515'858[Mar 16 2023 00:45:31 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1678927515`859 user registers a new project runner860Fulfillment861 Purchase862 User Registration863 when adding and removing a group member864[Mar 16 2023 00:45:32 UTC (QA Tests)] INFO -- Starting test: Fulfillment Purchase User Registration when adding and removing a group member consumes a seat on the license865[Mar 16 2023 00:45:32 UTC (QA Tests)] INFO -- Setting application settings: {:signup_enabled=>true}866[Mar 16 2023 00:45:32 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>true}867[Mar 16 2023 00:45:47 UTC (QA Tests)] INFO -- filling :login_field with "root"868[Mar 16 2023 00:45:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field869[Mar 16 2023 00:45:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"870[Mar 16 2023 00:45:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field871[Mar 16 2023 00:45:48 UTC (QA Tests)] INFO -- clicking :sign_in_button872[Mar 16 2023 00:46:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds873[Mar 16 2023 00:46:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.26 seconds874[Mar 16 2023 00:46:02 UTC (QA Tests)] INFO -- Adding user qa-test-49a9da to gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c QA::Resource::Group875[Mar 16 2023 00:46:03 UTC (QA Tests)] INFO -- Removing user qa-test-49a9da from gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c QA::Resource::Group876[Mar 16 2023 00:46:04 UTC (QA Tests)] INFO -- Setting application settings: {:signup_enabled=>true}877[Mar 16 2023 00:46:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-test-49a9da'878[Mar 16 2023 00:46:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c'879 consumes a seat on the license880Release881 Git clone using a deploy key882[Mar 16 2023 00:46:05 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 pipelines883[Mar 16 2023 00:46:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds884[Mar 16 2023 00:46:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.2 seconds885[Mar 16 2023 00:46:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/deploy-key-clone-project-817f7413b4b63a07' via api in 0.78 seconds886[Mar 16 2023 00:46:06 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`887[Mar 16 2023 00:46:06 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`888[Mar 16 2023 00:46:06 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-fd0babe8 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-fd0babe8 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-fd0babe8 --url http://gitlab-ee-c5e30d0e.test --registration-token **** --tag-list qa-runner-fd0babe8 --executor shell && gitlab-runner run" `889[Mar 16 2023 00:46:07 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-fd0babe8`890[Mar 16 2023 00:46:07 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`891[Mar 16 2023 00:46:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-fd0babe8' via api in 2.28 seconds892[Mar 16 2023 00:46:12 UTC (QA Tests)] INFO -- filling :login_field with "root"893[Mar 16 2023 00:46:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field894[Mar 16 2023 00:46:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"895[Mar 16 2023 00:46:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field896[Mar 16 2023 00:46:13 UTC (QA Tests)] INFO -- clicking :sign_in_button897[Mar 16 2023 00:46:15 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t ecdsa -b 521 -f /tmp/d20230316-39-oez4k2/id_ecdsa -N `898[Mar 16 2023 00:46:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/deploy-key-clone-project-817f7413b4b63a07899[Mar 16 2023 00:46:16 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link900[Mar 16 2023 00:46:17 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link901[Mar 16 2023 00:46:19 UTC (QA Tests)] INFO -- filling :deploy_key_title_field with "*****"902[Mar 16 2023 00:46:19 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_title_field903[Mar 16 2023 00:46:20 UTC (QA Tests)] INFO -- filling :deploy_key_field with "*****"904[Mar 16 2023 00:46:20 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_field905[Mar 16 2023 00:46:20 UTC (QA Tests)] INFO -- clicking :add_deploy_key_button906[Mar 16 2023 00:46:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey via browser_ui in 5.22 seconds907[Mar 16 2023 00:46:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds908[Mar 16 2023 00:46:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 4.82 seconds909[Mar 16 2023 00:46:26 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link910[Mar 16 2023 00:46:39 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-fd0babe8'911[Mar 16 2023 00:46:40 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-fd0babe8`912[Mar 16 2023 00:46:40 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/deploy-key-clone-project-817f7413b4b63a07'913 user sets up a deploy key with QA::Runtime::Key::ECDSA(521) to clone code using pipelines914[Mar 16 2023 00:46: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 pipelines915[Mar 16 2023 00:46:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds916[Mar 16 2023 00:46:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.21 seconds917[Mar 16 2023 00:46:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/deploy-key-clone-project-10e63a519b650b0c' via api in 0.85 seconds918[Mar 16 2023 00:46:41 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`919[Mar 16 2023 00:46:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`920[Mar 16 2023 00:46:42 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-36da22cd --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-36da22cd 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-36da22cd --url http://gitlab-ee-c5e30d0e.test --registration-token **** --tag-list qa-runner-36da22cd --executor shell && gitlab-runner run" `921[Mar 16 2023 00:46:42 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-36da22cd`922[Mar 16 2023 00:46:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`923[Mar 16 2023 00:46:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-36da22cd' via api in 1.71 seconds924[Mar 16 2023 00:46:47 UTC (QA Tests)] INFO -- filling :login_field with "root"925[Mar 16 2023 00:46:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field926[Mar 16 2023 00:46:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"927[Mar 16 2023 00:46:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field928[Mar 16 2023 00:46:48 UTC (QA Tests)] INFO -- clicking :sign_in_button929[Mar 16 2023 00:46:50 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 8192 -f /tmp/d20230316-39-9mu27x/id_rsa -N `930[Mar 16 2023 00:46:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/deploy-key-clone-project-10e63a519b650b0c931[Mar 16 2023 00:46:55 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link932[Mar 16 2023 00:46:55 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link933[Mar 16 2023 00:46:57 UTC (QA Tests)] INFO -- filling :deploy_key_title_field with "*****"934[Mar 16 2023 00:46:57 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_title_field935[Mar 16 2023 00:46:58 UTC (QA Tests)] INFO -- filling :deploy_key_field with "*****"936[Mar 16 2023 00:46:58 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_field937[Mar 16 2023 00:46:58 UTC (QA Tests)] INFO -- clicking :add_deploy_key_button938[Mar 16 2023 00:46:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey via browser_ui in 4.98 seconds939[Mar 16 2023 00:46:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.18 seconds940[Mar 16 2023 00:47:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 5.92 seconds941[Mar 16 2023 00:47:05 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link942[Mar 16 2023 00:47:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-36da22cd'943[Mar 16 2023 00:47:19 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-36da22cd`944[Mar 16 2023 00:47:20 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/deploy-key-clone-project-10e63a519b650b0c'945 user sets up a deploy key with QA::Runtime::Key::RSA(8192) to clone code using pipelines946[Mar 16 2023 00:47:20 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 pipelines947[Mar 16 2023 00:47:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds948[Mar 16 2023 00:47:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.19 seconds949[Mar 16 2023 00:47:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/deploy-key-clone-project-c2738856e97e04cc' via api in 0.91 seconds950[Mar 16 2023 00:47:21 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`951[Mar 16 2023 00:47:26 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`952[Mar 16 2023 00:47:26 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-85490381 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-85490381 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-85490381 --url http://gitlab-ee-c5e30d0e.test --registration-token **** --tag-list qa-runner-85490381 --executor shell && gitlab-runner run" `953[Mar 16 2023 00:47:27 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-85490381`954[Mar 16 2023 00:47:27 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`955[Mar 16 2023 00:47:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-85490381' via api in 6.84 seconds956[Mar 16 2023 00:47:32 UTC (QA Tests)] INFO -- filling :login_field with "root"957[Mar 16 2023 00:47:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field958[Mar 16 2023 00:47:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"959[Mar 16 2023 00:47:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field960[Mar 16 2023 00:47:33 UTC (QA Tests)] INFO -- clicking :sign_in_button961[Mar 16 2023 00:47:35 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t ed25519 -b 256 -f /tmp/d20230316-39-labj6t/id_ed25519 -N `962[Mar 16 2023 00:47:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/deploy-key-clone-project-c2738856e97e04cc963[Mar 16 2023 00:47:36 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link964[Mar 16 2023 00:47:37 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link965[Mar 16 2023 00:47:39 UTC (QA Tests)] INFO -- filling :deploy_key_title_field with "*****"966[Mar 16 2023 00:47:39 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_title_field967[Mar 16 2023 00:47:39 UTC (QA Tests)] INFO -- filling :deploy_key_field with "*****"968[Mar 16 2023 00:47:39 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_field969[Mar 16 2023 00:47:39 UTC (QA Tests)] INFO -- clicking :add_deploy_key_button970[Mar 16 2023 00:47:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey via browser_ui in 5.18 seconds971[Mar 16 2023 00:47:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.18 seconds972[Mar 16 2023 00:47:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.82 seconds973[Mar 16 2023 00:47:45 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link974[Mar 16 2023 00:47:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-85490381'975[Mar 16 2023 00:47:59 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-85490381`976[Mar 16 2023 00:47:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/deploy-key-clone-project-c2738856e97e04cc'977 user sets up a deploy key with QA::Runtime::Key::ED25519(256) to clone code using pipelines978Govern979 Project vulnerability report980[Mar 16 2023 00:47:59 UTC (QA Tests)] INFO -- Starting test: Govern Project vulnerability report validates "fix a vulnerability" workflow981[Mar 16 2023 00:48:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds982[Mar 16 2023 00:48:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.19 seconds983[Mar 16 2023 00:48:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-secure-5c12e15e79e84215' via api in 0.6 seconds984[Mar 16 2023 00:48:00 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`985[Mar 16 2023 00:48:06 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`986[Mar 16 2023 00:48:06 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-secure-5c12e15e79e84215 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-secure-5c12e15e79e84215 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 runner-for-project-with-secure-5c12e15e79e84215 --url http://gitlab-ee-c5e30d0e.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `987[Mar 16 2023 00:48:07 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-secure-5c12e15e79e84215`988[Mar 16 2023 00:48:07 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`989[Mar 16 2023 00:48:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-5c12e15e79e84215' via api in 6.91 seconds990[Mar 16 2023 00:48:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 4.83 seconds991[Mar 16 2023 00:48:17 UTC (QA Tests)] INFO -- filling :login_field with "root"992[Mar 16 2023 00:48:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field993[Mar 16 2023 00:48:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"994[Mar 16 2023 00:48:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field995[Mar 16 2023 00:48:17 UTC (QA Tests)] INFO -- clicking :sign_in_button996[Mar 16 2023 00:48:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-secure-5c12e15e79e84215997[Mar 16 2023 00:48:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds998[Mar 16 2023 00:48:21 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments999[Mar 16 2023 00:48:25 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1000[Mar 16 2023 00:48:37 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1001[Mar 16 2023 00:48:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds1002[Mar 16 2023 00:48:39 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments1003[Mar 16 2023 00:48:44 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1004[Mar 16 2023 00:48:45 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1005[Mar 16 2023 00:48:59 UTC (QA Tests)] INFO -- clicking :vulnerability_status_content1006[Mar 16 2023 00:48:59 UTC (QA Tests)] INFO -- clicking :vulnerability_card_status_dropdown1007[Mar 16 2023 00:48:59 UTC (QA Tests)] INFO -- clicking :item_status_resolve1008[Mar 16 2023 00:49:00 UTC (QA Tests)] INFO -- clicking :change_status_button1009[Mar 16 2023 00:49:00 UTC (QA Tests)] INFO -- clicking :filter_status_dropdown1010[Mar 16 2023 00:49:00 UTC (QA Tests)] INFO -- clicking :filter_all_statuses_dropdown_item1011[Mar 16 2023 00:49:00 UTC (QA Tests)] INFO -- clicking :filter_resolved_dropdown_item1012[Mar 16 2023 00:49:01 UTC (QA Tests)] INFO -- clicking :filter_status_dropdown1013[Mar 16 2023 00:49:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds1014[Mar 16 2023 00:49:02 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments1015[Mar 16 2023 00:49:07 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1016[Mar 16 2023 00:49:19 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1017[Mar 16 2023 00:49:20 UTC (QA Tests)] INFO -- clicking :filter_status_dropdown1018[Mar 16 2023 00:49:20 UTC (QA Tests)] INFO -- clicking :filter_all_statuses_dropdown_item1019[Mar 16 2023 00:49:20 UTC (QA Tests)] INFO -- clicking :filter_all_statuses_dropdown_item1020[Mar 16 2023 00:49:21 UTC (QA Tests)] INFO -- clicking :filter_status_dropdown1021[Mar 16 2023 00:49:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-5c12e15e79e84215'1022[Mar 16 2023 00:49:32 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-secure-5c12e15e79e84215`1023 validates "fix a vulnerability" workflow1024Fulfillment1025 Purchase CI minutes1026 without active subscription1027 adds additional minutes to group namespace (PENDING: Test is not compatible with this environment or pipeline)1028 with an active subscription1029 adds additional minutes to group namespace (PENDING: Test is not compatible with this environment or pipeline)1030 with existing CI minutes packs1031 adds additional minutes to group namespace (PENDING: Test is not compatible with this environment or pipeline)1032Secure1033 License Compliance1034[Mar 16 2023 00:49:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds1035[Mar 16 2023 00:49:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.2 seconds1036[Mar 16 2023 00:49:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-secure-08dd239a27991f8c' via api in 0.8 seconds1037[Mar 16 2023 00:49:34 UTC (QA Tests)] INFO -- Starting test: Secure License Compliance has empty state1038[Mar 16 2023 00:49:40 UTC (QA Tests)] INFO -- filling :login_field with "root"1039[Mar 16 2023 00:49:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1040[Mar 16 2023 00:49:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"1041[Mar 16 2023 00:49:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1042[Mar 16 2023 00:49:41 UTC (QA Tests)] INFO -- clicking :sign_in_button1043[Mar 16 2023 00:49:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-secure-08dd239a27991f8c1044[Mar 16 2023 00:49:44 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1045 has empty state1046 when a license management report exists1047 License Management1048[Mar 16 2023 00:49:45 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1049[Mar 16 2023 00:49:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1050[Mar 16 2023 00:49:46 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-secure-08dd239a27991f8c --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-secure-08dd239a27991f8c 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 runner-for-project-with-secure-08dd239a27991f8c --url http://gitlab-ee-c5e30d0e.test --registration-token **** --tag-list secure_license --executor shell && gitlab-runner run" `1051[Mar 16 2023 00:49:46 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-secure-08dd239a27991f8c`1052[Mar 16 2023 00:49:47 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1053[Mar 16 2023 00:49:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-08dd239a27991f8c' via api in 1.98 seconds1054[Mar 16 2023 00:49:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.54 seconds1055[Mar 16 2023 00:49:56 UTC (QA Tests)] INFO -- filling :login_field with "root"1056[Mar 16 2023 00:49:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1057[Mar 16 2023 00:49:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"1058[Mar 16 2023 00:49:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1059[Mar 16 2023 00:49:57 UTC (QA Tests)] INFO -- clicking :sign_in_button1060[Mar 16 2023 00:49:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-secure-08dd239a27991f8c1061[Mar 16 2023 00:50:00 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1062[Mar 16 2023 00:50:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-secure-08dd239a27991f8c1063[Mar 16 2023 00:50:02 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1064[Mar 16 2023 00:50:03 UTC (QA Tests)] INFO -- clicking :policies_tab1065[Mar 16 2023 00:50:03 UTC (QA Tests)] INFO -- clicking :license_add_button1066[Mar 16 2023 00:50:04 UTC (QA Tests)] INFO -- clicking :add_license_submit_button1067[Mar 16 2023 00:50:04 UTC (QA Tests)] INFO -- clicking :license_add_button1068[Mar 16 2023 00:50:05 UTC (QA Tests)] INFO -- clicking :add_license_submit_button1069 behaves like approve license1070[Mar 16 2023 00:50:05 UTC (QA Tests)] INFO -- Starting test: Secure License Compliance when a license management report exists License Management behaves like approve license can approve a license in the settings page1071[Mar 16 2023 00:50:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-secure-08dd239a27991f8c1072[Mar 16 2023 00:50:08 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1073[Mar 16 2023 00:50:08 UTC (QA Tests)] INFO -- clicking :policies_tab1074 can approve a license in the settings page1075 behaves like deny license1076[Mar 16 2023 00:50:09 UTC (QA Tests)] INFO -- Starting test: Secure License Compliance when a license management report exists License Management behaves like deny license can deny a license in the settings page1077[Mar 16 2023 00:50:15 UTC (QA Tests)] INFO -- filling :login_field with "root"1078[Mar 16 2023 00:50:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1079[Mar 16 2023 00:50:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1080[Mar 16 2023 00:50:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1081[Mar 16 2023 00:50:16 UTC (QA Tests)] INFO -- clicking :sign_in_button1082[Mar 16 2023 00:50:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-secure-08dd239a27991f8c1083[Mar 16 2023 00:50:20 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1084[Mar 16 2023 00:50:20 UTC (QA Tests)] INFO -- clicking :policies_tab1085 can deny a license in the settings page1086 Pipeline Licence tab1087 behaves like pipeline license display1088 can approve and deny licenses in the pipeline (PENDING: Test is not compatible with this environment or pipeline)1089[Mar 16 2023 00:50:21 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-08dd239a27991f8c'1090[Mar 16 2023 00:50:21 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-secure-08dd239a27991f8c`1091 when a CycloneDX SBOM file exists1092 License Management1093 Pipeline Licence tab1094 behaves like pipeline license display1095 can approve and deny licenses in the pipeline (PENDING: Test is not compatible with this environment or pipeline)1096 behaves like deny license1097 can deny a license in the settings page (PENDING: Test is not compatible with this environment or pipeline)1098 behaves like approve license1099 can approve a license in the settings page (PENDING: Test is not compatible with this environment or pipeline)1100[Mar 16 2023 00:50:22 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-secure-08dd239a27991f8c'1101Create1102 Review a merge request in Web IDE1103[Mar 16 2023 00:50:22 UTC (QA Tests)] INFO -- Starting test: Create Review a merge request in Web IDE opens and edits a merge request in Web IDE1104[Mar 16 2023 00:50:27 UTC (QA Tests)] INFO -- filling :login_field with "root"1105[Mar 16 2023 00:50:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1106[Mar 16 2023 00:50:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1107[Mar 16 2023 00:50:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1108[Mar 16 2023 00:50:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1109[Mar 16 2023 00:50:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1110[Mar 16 2023 00:50:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.19 seconds1111[Mar 16 2023 00:50:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/review-merge-request-spec-project-9d20dfd9a48941ca' via api in 1.11 seconds1112[Mar 16 2023 00:50:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.35 seconds1113[Mar 16 2023 00:50:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.83 seconds1114[Mar 16 2023 00:50:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/review-merge-request-spec-project-9d20dfd9a48941ca/-/merge_requests/11115[Mar 16 2023 00:50:33 UTC (QA Tests)] INFO -- clicking :mr_code_dropdown1116[Mar 16 2023 00:50:33 UTC (QA Tests)] INFO -- clicking :open_in_web_ide_button1117[Mar 16 2023 00:50:46 UTC (QA Tests)] INFO -- Saving screenshot..1118[Mar 16 2023 00:50:46 UTC (QA Tests)] INFO -- Starting test: Create Review a merge request in Web IDE opens and edits a merge request in Web IDE1119[Mar 16 2023 00:50:51 UTC (QA Tests)] INFO -- filling :login_field with "root"1120[Mar 16 2023 00:50:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1121[Mar 16 2023 00:50:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"1122[Mar 16 2023 00:50:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1123[Mar 16 2023 00:50:52 UTC (QA Tests)] INFO -- clicking :sign_in_button1124[Mar 16 2023 00:50:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1125[Mar 16 2023 00:50:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.25 seconds1126[Mar 16 2023 00:50:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/review-merge-request-spec-project-11c96017286abdaf' via api in 1.24 seconds1127[Mar 16 2023 00:50:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds1128[Mar 16 2023 00:50:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.92 seconds1129[Mar 16 2023 00:50:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/review-merge-request-spec-project-11c96017286abdaf/-/merge_requests/11130[Mar 16 2023 00:50:58 UTC (QA Tests)] INFO -- clicking :mr_code_dropdown1131[Mar 16 2023 00:50:58 UTC (QA Tests)] INFO -- clicking :open_in_web_ide_button1132[Mar 16 2023 00:51:02 UTC (QA Tests)] INFO -- clicking :begin_commit_button1133[Mar 16 2023 00:51:03 UTC (QA Tests)] INFO -- clicking :commit_button1134[Mar 16 2023 00:51:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/review-merge-request-spec-project-11c96017286abdaf/-/merge_requests/11135[Mar 16 2023 00:51:07 UTC (QA Tests)] INFO -- clicking :diffs_tab1136[Mar 16 2023 00:51:18 UTC (QA Tests)] INFO -- Saving screenshot..1137 opens and edits a merge request in Web IDE (FAILED - 1)11391st Try error in ./qa/specs/features/browser_ui/3_create/web_ide/review_merge_request_spec.rb:31:1140Couldn't find element named "editor_container"1142RSpec::Retry: 2nd try ./qa/specs/features/browser_ui/3_create/web_ide/review_merge_request_spec.rb:311143 HTML screenshot: /home/gitlab/qa/tmp/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/create_review_a_merge_request_in_web_ide_opens_and_edits_a_merge_request_in_web__2023-03-16-00-51-18.069.html1144 Image screenshot: /home/gitlab/qa/tmp/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/create_review_a_merge_request_in_web_ide_opens_and_edits_a_merge_request_in_web__2023-03-16-00-51-18.069.png1145Create1146 with merge request batch suggestions1147[Mar 16 2023 00:51:18 UTC (QA Tests)] INFO -- Starting test: Create with merge request batch suggestions applies multiple suggestions1148[Mar 16 2023 00:51:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1149[Mar 16 2023 00:51:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.18 seconds1150[Mar 16 2023 00:51:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/suggestions_project-31afc0e6ea2cb8e4' via api in 0.77 seconds1151[Mar 16 2023 00:51:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.24 seconds1152[Mar 16 2023 00:51:19 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/suggestions_project-31afc0e6ea2cb8e4 QA::Resource::Project1153[Mar 16 2023 00:51:24 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1154[Mar 16 2023 00:51:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1155[Mar 16 2023 00:51:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"1156[Mar 16 2023 00:51:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1157[Mar 16 2023 00:51:24 UTC (QA Tests)] INFO -- clicking :sign_in_button1158[Mar 16 2023 00:51:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.36 seconds1159[Mar 16 2023 00:51:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.35 seconds1160[Mar 16 2023 00:51:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.25 seconds1161[Mar 16 2023 00:51:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/suggestions_project-31afc0e6ea2cb8e4/-/merge_requests/11162[Mar 16 2023 00:51:29 UTC (QA Tests)] INFO -- clicking :diffs_tab1163[Mar 16 2023 00:51:30 UTC (QA Tests)] INFO -- clicking :diff_comment_button1164[Mar 16 2023 00:51:30 UTC (QA Tests)] INFO -- clicking :suggestion_button1165[Mar 16 2023 00:51:30 UTC (QA Tests)] INFO -- filling :reply_field with ""1166[Mar 16 2023 00:51:30 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field1167[Mar 16 2023 00:51:31 UTC (QA Tests)] INFO -- filling :reply_field with "```suggestion:-0+01168This is the suggestion for line number 4!1169```"1170[Mar 16 2023 00:51:31 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field1171[Mar 16 2023 00:51:32 UTC (QA Tests)] INFO -- clicking :comment_now_button1172[Mar 16 2023 00:51:33 UTC (QA Tests)] INFO -- clicking :diff_comment_button1173[Mar 16 2023 00:51:33 UTC (QA Tests)] INFO -- clicking :suggestion_button1174[Mar 16 2023 00:51:33 UTC (QA Tests)] INFO -- filling :reply_field with ""1175[Mar 16 2023 00:51:33 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field1176[Mar 16 2023 00:51:34 UTC (QA Tests)] INFO -- filling :reply_field with "```suggestion:-0+01177This is the suggestion for line number 6!1178```"1179[Mar 16 2023 00:51:34 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field1180[Mar 16 2023 00:51:34 UTC (QA Tests)] INFO -- clicking :comment_now_button1181[Mar 16 2023 00:51:36 UTC (QA Tests)] INFO -- clicking :diff_comment_button1182[Mar 16 2023 00:51:36 UTC (QA Tests)] INFO -- clicking :suggestion_button1183[Mar 16 2023 00:51:37 UTC (QA Tests)] INFO -- filling :reply_field with ""1184[Mar 16 2023 00:51:37 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field1185[Mar 16 2023 00:51:37 UTC (QA Tests)] INFO -- filling :reply_field with "```suggestion:-0+01186This is the suggestion for line number 10!1187```"1188[Mar 16 2023 00:51:37 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field1189[Mar 16 2023 00:51:38 UTC (QA Tests)] INFO -- clicking :comment_now_button1190[Mar 16 2023 00:51:39 UTC (QA Tests)] INFO -- clicking :diff_comment_button1191[Mar 16 2023 00:51:39 UTC (QA Tests)] INFO -- clicking :suggestion_button1192[Mar 16 2023 00:51:40 UTC (QA Tests)] INFO -- filling :reply_field with ""1193[Mar 16 2023 00:51:40 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field1194[Mar 16 2023 00:51:40 UTC (QA Tests)] INFO -- filling :reply_field with "```suggestion:-0+01195This is the suggestion for line number 13!1196```"1197[Mar 16 2023 00:51:40 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field1198[Mar 16 2023 00:51:41 UTC (QA Tests)] INFO -- clicking :comment_now_button1199[Mar 16 2023 00:51:47 UTC (QA Tests)] INFO -- clicking :user_avatar_content1200[Mar 16 2023 00:51:47 UTC (QA Tests)] INFO -- clicking :sign_out_link1201[Mar 16 2023 00:51:50 UTC (QA Tests)] INFO -- filling :login_field with "root"1202[Mar 16 2023 00:51:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1203[Mar 16 2023 00:51:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"1204[Mar 16 2023 00:51:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1205[Mar 16 2023 00:51:51 UTC (QA Tests)] INFO -- clicking :sign_in_button1206[Mar 16 2023 00:51:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/suggestions_project-31afc0e6ea2cb8e4/-/merge_requests/11207[Mar 16 2023 00:51:55 UTC (QA Tests)] INFO -- clicking :diffs_tab1208[Mar 16 2023 00:51:56 UTC (QA Tests)] INFO -- filling :commit_message_field with "Custom commit message"1209[Mar 16 2023 00:51:56 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field1210[Mar 16 2023 00:51:57 UTC (QA Tests)] INFO -- clicking :commit_with_custom_message_button1211[Mar 16 2023 00:51:59 UTC (QA Tests)] ERROR -- Interceptor Api Errors1212[404] GET /gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/suggestions_project-31afc0e6ea2cb8e4/-/merge_requests/1/diffs_metadata.json -- Correlation Id: 01GVKYD0ENH2HJV370PP5V72P91213 applies multiple suggestions1214Verify1215 Pass dotenv variables to downstream via bridge1216[Mar 16 2023 00:51:59 UTC (QA Tests)] INFO -- Starting test: Verify Pass dotenv variables to downstream via bridge runs the pipeline with composed config1217[Mar 16 2023 00:51:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds1218[Mar 16 2023 00:51:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.22 seconds1219[Mar 16 2023 00:51:59 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1220[Mar 16 2023 00:51:59 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1221[Mar 16 2023 00:52:00 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-aq99y7b8 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-aq99y7b8 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-aq99y7b8 --url http://gitlab-ee-c5e30d0e.test --registration-token **** --tag-list qa-runner-aq99y7b8 --executor shell && gitlab-runner run" `1222[Mar 16 2023 00:52:01 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-aq99y7b8`1223[Mar 16 2023 00:52:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1224[Mar 16 2023 00:52:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-aq99y7b8' via api in 2.47 seconds1225[Mar 16 2023 00:52:06 UTC (QA Tests)] INFO -- filling :login_field with "root"1226[Mar 16 2023 00:52:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1227[Mar 16 2023 00:52:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"1228[Mar 16 2023 00:52:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1229[Mar 16 2023 00:52:07 UTC (QA Tests)] INFO -- clicking :sign_in_button1230[Mar 16 2023 00:52:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/downstream-project-with-bridge-81895ddee24fd1b0' via api in 0.56 seconds1231[Mar 16 2023 00:52:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.58 seconds1232[Mar 16 2023 00:52:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/upstream-project-with-bridge-d71778c7362b855d' via api in 0.63 seconds1233[Mar 16 2023 00:52:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds1234[Mar 16 2023 00:52:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/upstream-project-with-bridge-d71778c7362b855d1235[Mar 16 2023 00:52:12 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1236[Mar 16 2023 00:52:35 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button1237[Mar 16 2023 00:52:36 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1238[Mar 16 2023 00:52:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-aq99y7b8'1239[Mar 16 2023 00:52:37 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-aq99y7b8`1240[Mar 16 2023 00:52:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/upstream-project-with-bridge-d71778c7362b855d'1241[Mar 16 2023 00:52:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/downstream-project-with-bridge-81895ddee24fd1b0'1242 runs the pipeline with composed config1243Plan1244 Issues weight visualization1245[Mar 16 2023 00:52:38 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 page1246[Mar 16 2023 00:52:43 UTC (QA Tests)] INFO -- filling :login_field with "root"1247[Mar 16 2023 00:52:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1248[Mar 16 2023 00:52:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"1249[Mar 16 2023 00:52:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1250[Mar 16 2023 00:52:44 UTC (QA Tests)] INFO -- clicking :sign_in_button1251[Mar 16 2023 00:52:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.1 seconds1252[Mar 16 2023 00:52:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.23 seconds1253[Mar 16 2023 00:52:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-milestone-82b77dc74983f763' via api in 0.85 seconds1254[Mar 16 2023 00:52:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '2' via api in 0.98 seconds1255[Mar 16 2023 00:52:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '3' via api in 0.36 seconds1256[Mar 16 2023 00:52:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-milestone-82b77dc74983f763/-/issues/11257[Mar 16 2023 00:52:49 UTC (QA Tests)] INFO -- clicking :milestone_link1258[Mar 16 2023 00:52:50 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1259 shows the set weight in the issue page, in the milestone page, and in the issues list page1260Create1261 File Locking1262[Mar 16 2023 00:52:51 UTC (QA Tests)] INFO -- Starting test: Create File Locking creates a merge request and fails to merge1263[Mar 16 2023 00:52:56 UTC (QA Tests)] INFO -- filling :login_field with "root"1264[Mar 16 2023 00:52:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1265[Mar 16 2023 00:52:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"1266[Mar 16 2023 00:52:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1267[Mar 16 2023 00:52:57 UTC (QA Tests)] INFO -- clicking :sign_in_button1268[Mar 16 2023 00:52:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1269[Mar 16 2023 00:52:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.22 seconds1270[Mar 16 2023 00:53:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file_locking-a8b23a5d694310a7' via api in 1.56 seconds1271[Mar 16 2023 00:53:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.68 seconds1272[Mar 16 2023 00:53:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds1273[Mar 16 2023 00:53:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.17 seconds1274[Mar 16 2023 00:53:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.28 seconds1275[Mar 16 2023 00:53:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.2 seconds1276[Mar 16 2023 00:53:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1277[Mar 16 2023 00:53:05 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1278[Mar 16 2023 00:53:05 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1279[Mar 16 2023 00:53:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.19 seconds1280[Mar 16 2023 00:53:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.8 seconds1281[Mar 16 2023 00:53:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.29 seconds1282[Mar 16 2023 00:53:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file_locking-a8b23a5d694310a71283[Mar 16 2023 00:53:09 UTC (QA Tests)] INFO -- clicking :file_name_link1284[Mar 16 2023 00:53:09 UTC (QA Tests)] INFO -- clicking :lock_button1285[Mar 16 2023 00:53:10 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1286[Mar 16 2023 00:53:15 UTC (QA Tests)] INFO -- clicking :user_avatar_content1287[Mar 16 2023 00:53:15 UTC (QA Tests)] INFO -- clicking :sign_out_link1288[Mar 16 2023 00:53:29 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1289[Mar 16 2023 00:53:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1290[Mar 16 2023 00:53:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"1291[Mar 16 2023 00:53:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1292[Mar 16 2023 00:53:29 UTC (QA Tests)] INFO -- clicking :sign_in_button1293[Mar 16 2023 00:53:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file_locking-a8b23a5d694310a7/-/merge_requests/11294[Mar 16 2023 00:53:33 UTC (QA Tests)] INFO -- clicking :merge_button1295[Mar 16 2023 00:53:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.07 seconds1296 creates a merge request and fails to merge1297[Mar 16 2023 00:53:35 UTC (QA Tests)] INFO -- Starting test: Create File Locking checks file locked by other user to be disabled1298[Mar 16 2023 00:53:40 UTC (QA Tests)] INFO -- filling :login_field with "root"1299[Mar 16 2023 00:53:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1300[Mar 16 2023 00:53:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"1301[Mar 16 2023 00:53:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1302[Mar 16 2023 00:53:41 UTC (QA Tests)] INFO -- clicking :sign_in_button1303[Mar 16 2023 00:53:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.3 seconds1304[Mar 16 2023 00:53:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.42 seconds1305[Mar 16 2023 00:53:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file_locking-84e284587dbcf94c' via api in 1.35 seconds1306[Mar 16 2023 00:53:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.23 seconds1307[Mar 16 2023 00:53:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.11 seconds1308[Mar 16 2023 00:53:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.79 seconds1309[Mar 16 2023 00:53:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.11 seconds1310[Mar 16 2023 00:53:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.14 seconds1311[Mar 16 2023 00:53:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1312[Mar 16 2023 00:53:50 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1313[Mar 16 2023 00:53:50 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1314[Mar 16 2023 00:53:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.34 seconds1315[Mar 16 2023 00:53:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file_locking-84e284587dbcf94c1316[Mar 16 2023 00:53:51 UTC (QA Tests)] INFO -- clicking :file_name_link1317[Mar 16 2023 00:53:51 UTC (QA Tests)] INFO -- clicking :lock_button1318[Mar 16 2023 00:53:52 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1319[Mar 16 2023 00:53:57 UTC (QA Tests)] INFO -- clicking :user_avatar_content1320[Mar 16 2023 00:53:57 UTC (QA Tests)] INFO -- clicking :sign_out_link1321[Mar 16 2023 00:54:10 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1322[Mar 16 2023 00:54:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1323[Mar 16 2023 00:54:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"1324[Mar 16 2023 00:54:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1325[Mar 16 2023 00:54:11 UTC (QA Tests)] INFO -- clicking :sign_in_button1326[Mar 16 2023 00:54:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file_locking-84e284587dbcf94c1327[Mar 16 2023 00:54:15 UTC (QA Tests)] INFO -- clicking :file_name_link1328 checks file locked by other user to be disabled1329[Mar 16 2023 00:54:16 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a file and unlocks in list1330[Mar 16 2023 00:54:21 UTC (QA Tests)] INFO -- filling :login_field with "root"1331[Mar 16 2023 00:54:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1332[Mar 16 2023 00:54:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"1333[Mar 16 2023 00:54:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1334[Mar 16 2023 00:54:21 UTC (QA Tests)] INFO -- clicking :sign_in_button1335[Mar 16 2023 00:54:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1336[Mar 16 2023 00:54:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.19 seconds1337[Mar 16 2023 00:54:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file_locking-b6c64af90e6a3489' via api in 1.12 seconds1338[Mar 16 2023 00:54:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.05 seconds1339[Mar 16 2023 00:54:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds1340[Mar 16 2023 00:54:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.33 seconds1341[Mar 16 2023 00:54:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds1342[Mar 16 2023 00:54:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.16 seconds1343[Mar 16 2023 00:54:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1344[Mar 16 2023 00:54:28 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1345[Mar 16 2023 00:54:28 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1346[Mar 16 2023 00:54:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.16 seconds1347[Mar 16 2023 00:54:32 UTC (QA Tests)] INFO -- clicking :user_avatar_content1348[Mar 16 2023 00:54:32 UTC (QA Tests)] INFO -- clicking :sign_out_link1349[Mar 16 2023 00:54:46 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1350[Mar 16 2023 00:54:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1351[Mar 16 2023 00:54:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"1352[Mar 16 2023 00:54:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1353[Mar 16 2023 00:54:46 UTC (QA Tests)] INFO -- clicking :sign_in_button1354[Mar 16 2023 00:54:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file_locking-b6c64af90e6a34891355[Mar 16 2023 00:54:49 UTC (QA Tests)] INFO -- clicking :file_name_link1356[Mar 16 2023 00:54:49 UTC (QA Tests)] INFO -- clicking :lock_button1357[Mar 16 2023 00:54:49 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1358[Mar 16 2023 00:54:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file_locking-b6c64af90e6a34891359[Mar 16 2023 00:54:51 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1360[Mar 16 2023 00:54:52 UTC (QA Tests)] INFO -- clicking :unlock_button1361[Mar 16 2023 00:54:52 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1362[Mar 16 2023 00:54:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.78 seconds1363 locks a file and unlocks in list1364[Mar 16 2023 00:54:54 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a file and tries to push as a second user1365[Mar 16 2023 00:54:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1366[Mar 16 2023 00:54:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1367[Mar 16 2023 00:54:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"1368[Mar 16 2023 00:54:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1369[Mar 16 2023 00:55:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1370[Mar 16 2023 00:55:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds1371[Mar 16 2023 00:55:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.25 seconds1372[Mar 16 2023 00:55:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file_locking-4df0840049bcaa76' via api in 1.27 seconds1373[Mar 16 2023 00:55:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.97 seconds1374[Mar 16 2023 00:55:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.21 seconds1375[Mar 16 2023 00:55:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.17 seconds1376[Mar 16 2023 00:55:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds1377[Mar 16 2023 00:55:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.17 seconds1378[Mar 16 2023 00:55:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1379[Mar 16 2023 00:55:10 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1380[Mar 16 2023 00:55:10 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1381[Mar 16 2023 00:55:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.2 seconds1382[Mar 16 2023 00:55:14 UTC (QA Tests)] INFO -- clicking :user_avatar_content1383[Mar 16 2023 00:55:14 UTC (QA Tests)] INFO -- clicking :sign_out_link1384[Mar 16 2023 00:55:28 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1385[Mar 16 2023 00:55:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1386[Mar 16 2023 00:55:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"1387[Mar 16 2023 00:55:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1388[Mar 16 2023 00:55:29 UTC (QA Tests)] INFO -- clicking :sign_in_button1389[Mar 16 2023 00:55:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file_locking-4df0840049bcaa761390[Mar 16 2023 00:55:31 UTC (QA Tests)] INFO -- clicking :file_name_link1391[Mar 16 2023 00:55:32 UTC (QA Tests)] INFO -- clicking :lock_button1392[Mar 16 2023 00:55:32 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1393[Mar 16 2023 00:55:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.93 seconds1394 locks a file and tries to push as a second user1395[Mar 16 2023 00:55:38 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a directory and tries to push as a second user1396[Mar 16 2023 00:55:43 UTC (QA Tests)] INFO -- filling :login_field with "root"1397[Mar 16 2023 00:55:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1398[Mar 16 2023 00:55:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"1399[Mar 16 2023 00:55:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1400[Mar 16 2023 00:55:43 UTC (QA Tests)] INFO -- clicking :sign_in_button1401[Mar 16 2023 00:55:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.35 seconds1402[Mar 16 2023 00:55:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.49 seconds1403[Mar 16 2023 00:55:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file_locking-c196aee8fa105e26' via api in 1.57 seconds1404[Mar 16 2023 00:55:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.43 seconds1405[Mar 16 2023 00:55:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.11 seconds1406[Mar 16 2023 00:55:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.16 seconds1407[Mar 16 2023 00:55:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.11 seconds1408[Mar 16 2023 00:55:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.15 seconds1409[Mar 16 2023 00:55:52 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1410[Mar 16 2023 00:55:52 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1411[Mar 16 2023 00:55:52 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1412[Mar 16 2023 00:55:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.2 seconds1413[Mar 16 2023 00:55:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.68 seconds1414[Mar 16 2023 00:55:58 UTC (QA Tests)] INFO -- clicking :user_avatar_content1415[Mar 16 2023 00:55:58 UTC (QA Tests)] INFO -- clicking :sign_out_link1416[Mar 16 2023 00:56:12 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1417[Mar 16 2023 00:56:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1418[Mar 16 2023 00:56:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"1419[Mar 16 2023 00:56:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1420[Mar 16 2023 00:56:12 UTC (QA Tests)] INFO -- clicking :sign_in_button1421[Mar 16 2023 00:56:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/file_locking-c196aee8fa105e261422[Mar 16 2023 00:56:15 UTC (QA Tests)] INFO -- clicking :file_name_link1423[Mar 16 2023 00:56:15 UTC (QA Tests)] INFO -- clicking :lock_button1424[Mar 16 2023 00:56:16 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1425[Mar 16 2023 00:56:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.71 seconds1426 locks a directory and tries to push as a second user1427Verify1428 Update CI file with pipeline editor1429[Mar 16 2023 00:56:22 UTC (QA Tests)] INFO -- Starting test: Verify Update CI file with pipeline editor creates new pipeline and target branch1430[Mar 16 2023 00:56:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1431[Mar 16 2023 00:56:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.17 seconds1432[Mar 16 2023 00:56:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/pipeline-editor-project-d17bb22924f1d0a5' via api in 1.5 seconds1433[Mar 16 2023 00:56:23 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1434[Mar 16 2023 00:56:23 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1435[Mar 16 2023 00:56:24 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name 71058655fc12aa2a62eb --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach 71058655fc12aa2a62eb 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 71058655fc12aa2a62eb --url http://gitlab-ee-c5e30d0e.test --registration-token **** --tag-list 71058655fc12aa2a62eb --executor shell && gitlab-runner run" `1436[Mar 16 2023 00:56:25 UTC (QA Tests)] INFO -- Executing: `docker logs 71058655fc12aa2a62eb`1437[Mar 16 2023 00:56:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1438[Mar 16 2023 00:56:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name '71058655fc12aa2a62eb' via api in 2.07 seconds1439[Mar 16 2023 00:56:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds1440[Mar 16 2023 00:56:31 UTC (QA Tests)] INFO -- filling :login_field with "root"1441[Mar 16 2023 00:56:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1442[Mar 16 2023 00:56:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"1443[Mar 16 2023 00:56:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1444[Mar 16 2023 00:56:31 UTC (QA Tests)] INFO -- clicking :sign_in_button1445[Mar 16 2023 00:56:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/pipeline-editor-project-d17bb22924f1d0a51446[Mar 16 2023 00:56:35 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1447[Mar 16 2023 00:56:37 UTC (QA Tests)] INFO -- clicking :pipeline_editor_app1448[Mar 16 2023 00:56:38 UTC (QA Tests)] INFO -- clicking :commit_changes_button1449[Mar 16 2023 00:56:49 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:max_duration=>60, :sleep_interval=>3}' arguments1450[Mar 16 2023 00:56:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name '71058655fc12aa2a62eb'1451[Mar 16 2023 00:56:50 UTC (QA Tests)] INFO -- Executing: `docker rm -f 71058655fc12aa2a62eb`1452[Mar 16 2023 00:56:51 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/pipeline-editor-project-d17bb22924f1d0a5'1453[Mar 16 2023 00:56:51 UTC (QA Tests)] ERROR -- Interceptor Api Errors1454[-1] POST /api/graphql -- Correlation Id: Correlation Id not found1455 creates new pipeline and target branch1456Create1457 First file using Web IDE1458[Mar 16 2023 00:56:51 UTC (QA Tests)] INFO -- Starting test: Create First file using Web IDE creates the first file in an empty project via Web IDE1459[Mar 16 2023 00:56:56 UTC (QA Tests)] INFO -- filling :login_field with "root"1460[Mar 16 2023 00:56:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1461[Mar 16 2023 00:56:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"1462[Mar 16 2023 00:56:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1463[Mar 16 2023 00:56:56 UTC (QA Tests)] INFO -- clicking :sign_in_button1464[Mar 16 2023 00:56:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds1465[Mar 16 2023 00:56:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.21 seconds1466[Mar 16 2023 00:56:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/empty-project-a6f403c4e86a199c' via api in 0.88 seconds1467[Mar 16 2023 00:56:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/empty-project-a6f403c4e86a199c1468[Mar 16 2023 00:57:01 UTC (QA Tests)] INFO -- clicking :first_file_button and ensuring QA::Page::Component::WebIDE::Modal::CreateNewFile is present1469[Mar 16 2023 00:57:01 UTC (QA Tests)] INFO -- filling :file_name_field with "the very first file.txt"1470[Mar 16 2023 00:57:01 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1471[Mar 16 2023 00:57:02 UTC (QA Tests)] INFO -- clicking :begin_commit_button1472[Mar 16 2023 00:57:03 UTC (QA Tests)] INFO -- clicking :commit_button1473[Mar 16 2023 00:57:05 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-c5e30d0e.test/-/ide/project/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/empty-project-a6f403c4e86a199c/tree/main/-/the%20very%20first%20file.txt/1474[Mar 16 2023 00:57:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/empty-project-a6f403c4e86a199c1475[Mar 16 2023 00:57:09 UTC (QA Tests)] ERROR -- Interceptor Api Errors1476[422] POST /gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/empty-project-a6f403c4e86a199c/ide_terminals/check_config -- Correlation Id: 01GVKYQAC0GG1WFCXBSSKK82021477 creates the first file in an empty project via Web IDE1478Create1479 File management1480[Mar 16 2023 00:57:09 UTC (QA Tests)] INFO -- Starting test: Create File management user creates a file via the Web1481[Mar 16 2023 00:57:13 UTC (QA Tests)] INFO -- filling :login_field with "root"1482[Mar 16 2023 00:57:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1483[Mar 16 2023 00:57:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"1484[Mar 16 2023 00:57:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1485[Mar 16 2023 00:57:14 UTC (QA Tests)] INFO -- clicking :sign_in_button1486[Mar 16 2023 00:57:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.12 seconds1487[Mar 16 2023 00:57:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.26 seconds1488[Mar 16 2023 00:57:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-new-file-1eb03a5a426ea6ed' via api in 1.24 seconds1489[Mar 16 2023 00:57:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-new-file-1eb03a5a426ea6ed1490[Mar 16 2023 00:57:19 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1491[Mar 16 2023 00:57:19 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1492[Mar 16 2023 00:57:20 UTC (QA Tests)] INFO -- filling :file_name_field with "QA Test - File name"1493[Mar 16 2023 00:57:20 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1494[Mar 16 2023 00:57:20 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Create new file"1495[Mar 16 2023 00:57:20 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field1496[Mar 16 2023 00:57:21 UTC (QA Tests)] INFO -- clicking :commit_button1497[Mar 16 2023 00:57:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via browser_ui in 5.65 seconds1498 user creates a file via the Web1499Govern1500 Project1501 for add user access as guest1502 behaves like audit event1503[Mar 16 2023 00:57:23 UTC (QA Tests)] INFO -- Starting test: Govern Project for add user access as guest behaves like audit event logs audit events for UI operations1504[Mar 16 2023 00:57:29 UTC (QA Tests)] INFO -- filling :login_field with "root"1505[Mar 16 2023 00:57:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1506[Mar 16 2023 00:57:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"1507[Mar 16 2023 00:57:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1508[Mar 16 2023 00:57:29 UTC (QA Tests)] INFO -- clicking :sign_in_button1509[Mar 16 2023 00:57:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1510[Mar 16 2023 00:57:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.22 seconds1511[Mar 16 2023 00:57:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/awesome-project-19204a43c7af733e' via api in 2.36 seconds1512[Mar 16 2023 00:57:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/awesome-project-19204a43c7af733e1513[Mar 16 2023 00:57:35 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1514[Mar 16 2023 00:57:35 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1515[Mar 16 2023 00:57:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.17 seconds1516[Mar 16 2023 00:57:37 UTC (QA Tests)] INFO -- clicking :invite_members_button1517[Mar 16 2023 00:57:37 UTC (QA Tests)] INFO -- filling :members_token_select_input with "*****"1518[Mar 16 2023 00:57:37 UTC (QA Tests)] INFO -- clicking the coordinates of :members_token_select_input1519[Mar 16 2023 00:57:37 UTC (QA Tests)] INFO -- clicking :invite_button1520[Mar 16 2023 00:57:41 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1521 logs audit events for UI operations1522 for project archive and unarchive1523 behaves like audit event1524[Mar 16 2023 00:57:42 UTC (QA Tests)] INFO -- Starting test: Govern Project for project archive and unarchive behaves like audit event logs audit events for UI operations1525[Mar 16 2023 00:57:48 UTC (QA Tests)] INFO -- filling :login_field with "root"1526[Mar 16 2023 00:57:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1527[Mar 16 2023 00:57:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"1528[Mar 16 2023 00:57:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1529[Mar 16 2023 00:57:48 UTC (QA Tests)] INFO -- clicking :sign_in_button1530[Mar 16 2023 00:57:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1531[Mar 16 2023 00:57:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.2 seconds1532[Mar 16 2023 00:57:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/awesome-project-d1c01bc5161b90fe' via api in 1.1 seconds1533[Mar 16 2023 00:57:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/awesome-project-d1c01bc5161b90fe1534[Mar 16 2023 00:57:53 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1535[Mar 16 2023 00:57:54 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1536[Mar 16 2023 00:57:56 UTC (QA Tests)] INFO -- clicking :archive_project_link1537[Mar 16 2023 00:57:56 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1538[Mar 16 2023 00:57:58 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1539[Mar 16 2023 00:57:58 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1540[Mar 16 2023 00:58:01 UTC (QA Tests)] INFO -- clicking :unarchive_project_link1541[Mar 16 2023 00:58:01 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1542[Mar 16 2023 00:58:03 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1543 logs audit events for UI operations1544 for add deploy key1545 behaves like audit event1546[Mar 16 2023 00:58:04 UTC (QA Tests)] INFO -- Starting test: Govern Project for add deploy key behaves like audit event logs audit events for UI operations1547[Mar 16 2023 00:58:09 UTC (QA Tests)] INFO -- filling :login_field with "root"1548[Mar 16 2023 00:58:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1549[Mar 16 2023 00:58:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"1550[Mar 16 2023 00:58:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1551[Mar 16 2023 00:58:10 UTC (QA Tests)] INFO -- clicking :sign_in_button1552[Mar 16 2023 00:58:12 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230316-39-7fjg5o/id_rsa -N `1553[Mar 16 2023 00:58:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1554[Mar 16 2023 00:58:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.19 seconds1555[Mar 16 2023 00:58:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/awesome-project-18e242a1a909699b' via api in 1.17 seconds1556[Mar 16 2023 00:58:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/awesome-project-18e242a1a909699b1557[Mar 16 2023 00:58:16 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1558[Mar 16 2023 00:58:16 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1559[Mar 16 2023 00:58:19 UTC (QA Tests)] INFO -- filling :deploy_key_title_field with "*****"1560[Mar 16 2023 00:58:19 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_title_field1561[Mar 16 2023 00:58:19 UTC (QA Tests)] INFO -- filling :deploy_key_field with "*****"1562[Mar 16 2023 00:58:19 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_field1563[Mar 16 2023 00:58:20 UTC (QA Tests)] INFO -- clicking :add_deploy_key_button1564[Mar 16 2023 00:58:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey via browser_ui in 6.97 seconds1565[Mar 16 2023 00:58:22 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1566 logs audit events for UI operations1567 for change visibility1568 behaves like audit event1569[Mar 16 2023 00:58:23 UTC (QA Tests)] INFO -- Starting test: Govern Project for change visibility behaves like audit event logs audit events for UI operations1570[Mar 16 2023 00:58:29 UTC (QA Tests)] INFO -- filling :login_field with "root"1571[Mar 16 2023 00:58:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1572[Mar 16 2023 00:58:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"1573[Mar 16 2023 00:58:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1574[Mar 16 2023 00:58:29 UTC (QA Tests)] INFO -- clicking :sign_in_button1575[Mar 16 2023 00:58:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1576[Mar 16 2023 00:58:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.17 seconds1577[Mar 16 2023 00:58:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/awesome-project-8bcf0555f9188ed0' via api in 1.06 seconds1578[Mar 16 2023 00:58:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/awesome-project-8bcf0555f9188ed01579[Mar 16 2023 00:58:35 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1580[Mar 16 2023 00:58:35 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1581[Mar 16 2023 00:58:38 UTC (QA Tests)] INFO -- selecting "Private" in :project_visibility_dropdown1582[Mar 16 2023 00:58:38 UTC (QA Tests)] INFO -- clicking :visibility_features_permissions_save_button1583[Mar 16 2023 00:58:40 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1584 logs audit events for UI operations1585 for add project1586 behaves like audit event1587[Mar 16 2023 00:58:41 UTC (QA Tests)] INFO -- Starting test: Govern Project for add project behaves like audit event logs audit events for UI operations1588[Mar 16 2023 00:58:46 UTC (QA Tests)] INFO -- filling :login_field with "root"1589[Mar 16 2023 00:58:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1590[Mar 16 2023 00:58:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"1591[Mar 16 2023 00:58:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1592[Mar 16 2023 00:58:47 UTC (QA Tests)] INFO -- clicking :sign_in_button1593[Mar 16 2023 00:58:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.09 seconds1594[Mar 16 2023 00:58:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.22 seconds1595[Mar 16 2023 00:58:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-c5e30d0e.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c1596[Mar 16 2023 00:58:51 UTC (QA Tests)] INFO -- clicking :new_project_button1597[Mar 16 2023 00:58:52 UTC (QA Tests)] INFO -- clicking :panel_link1598[Mar 16 2023 00:58:52 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown1599[Mar 16 2023 00:58:52 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c"1600[Mar 16 2023 00:58:52 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field1601[Mar 16 2023 00:58:53 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}1602[Mar 16 2023 00:58:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/audit-add-project-via-ui-32223df76142dfbf' via browser_ui in 7.21 seconds1603[Mar 16 2023 00:58:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/audit-add-project-via-ui-32223df76142dfbf1604[Mar 16 2023 00:58:58 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1605 logs audit events for UI operations1606 for export file download1607 behaves like audit event1608[Mar 16 2023 00:58:59 UTC (QA Tests)] INFO -- Starting test: Govern Project for export file download behaves like audit event logs audit events for UI operations1609[Mar 16 2023 00:59:05 UTC (QA Tests)] INFO -- filling :login_field with "root"1610[Mar 16 2023 00:59:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1611[Mar 16 2023 00:59:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"1612[Mar 16 2023 00:59:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1613[Mar 16 2023 00:59:05 UTC (QA Tests)] INFO -- clicking :sign_in_button1614[Mar 16 2023 00:59:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1615[Mar 16 2023 00:59:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.18 seconds1616[Mar 16 2023 00:59:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project_for_export-8ae7f53e9d262e2d' via api in 1.74 seconds1617[Mar 16 2023 00:59:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project_for_export-8ae7f53e9d262e2d1618[Mar 16 2023 00:59:12 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1619[Mar 16 2023 00:59:12 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1620[Mar 16 2023 00:59:14 UTC (QA Tests)] INFO -- clicking :export_project_link1621[Mar 16 2023 00:59:16 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1622[Mar 16 2023 00:59:26 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1623[Mar 16 2023 00:59:28 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="export_project_content"],.qa-export-project-content1624[Mar 16 2023 00:59:29 UTC (QA Tests)] INFO -- clicking :download_export_link1625[Mar 16 2023 00:59:29 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1626 logs audit events for UI operations1627Configure1628 Auto DevOps with a Kubernetes Agent1629 runs auto devops (PENDING: Test is not compatible with this environment or pipeline)1630Create1631 Git push to canary Gitaly node over HTTP1632 pushes to a project using a canary specific Gitaly repository storage (PENDING: Test is not compatible with this environment or pipeline)1633Create1634 Repository License Detection1635 on a project with an unrecognized LICENSE1636 behaves like project license detection1637[Mar 16 2023 00:59:30 UTC (QA Tests)] INFO -- Starting test: Create Repository License Detection on a project with an unrecognized LICENSE behaves like project license detection displays the name of the license on the repository1638[Mar 16 2023 00:59:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1639[Mar 16 2023 00:59:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.22 seconds1640[Mar 16 2023 00:59:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/the_awesome_project-fcbd3eb431c988c9' via api in 1.37 seconds1641[Mar 16 2023 00:59:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds1642[Mar 16 2023 00:59:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/the_awesome_project-fcbd3eb431c988c91643[Mar 16 2023 00:59:34 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/the_awesome_project-fcbd3eb431c988c9'1644 displays the name of the license on the repository1645 on a project with a commonly used LICENSE1646 behaves like project license detection1647[Mar 16 2023 00:59:34 UTC (QA Tests)] INFO -- Starting test: Create Repository License Detection on a project with a commonly used LICENSE behaves like project license detection displays the name of the license on the repository1648[Mar 16 2023 00:59:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.16 seconds1649[Mar 16 2023 00:59:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.29 seconds1650[Mar 16 2023 00:59:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/the_awesome_project-b612f6ef3eb85db1' via api in 1.35 seconds1651[Mar 16 2023 00:59:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds1652[Mar 16 2023 00:59:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/the_awesome_project-b612f6ef3eb85db11653[Mar 16 2023 00:59:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/the_awesome_project-b612f6ef3eb85db1'1654 displays the name of the license on the repository1655Govern1656 Group1657 for change project creation level1658 behaves like audit event1659[Mar 16 2023 00:59:37 UTC (QA Tests)] INFO -- Starting test: Govern Group for change project creation level behaves like audit event logs audit events for UI operations1660[Mar 16 2023 00:59:43 UTC (QA Tests)] INFO -- filling :login_field with "root"1661[Mar 16 2023 00:59:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1662[Mar 16 2023 00:59:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"1663[Mar 16 2023 00:59:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1664[Mar 16 2023 00:59:44 UTC (QA Tests)] INFO -- clicking :sign_in_button1665[Mar 16 2023 00:59:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1666[Mar 16 2023 00:59:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/test-group-c1315c1fb2ff1e6e' via api in 0.36 seconds1667[Mar 16 2023 00:59:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-c5e30d0e.test/groups/gitlab-qa-sandbox-group-5/test-group-c1315c1fb2ff1e6e1668[Mar 16 2023 00:59:47 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1669[Mar 16 2023 00:59:48 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1670[Mar 16 2023 00:59:50 UTC (QA Tests)] INFO -- selecting "Maintainers" in :project_creation_level_dropdown1671[Mar 16 2023 00:59:50 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1672[Mar 16 2023 00:59:51 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1673[Mar 16 2023 00:59:52 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1674 logs audit events for UI operations1675 for enable and disable allow user request access1676 behaves like audit event1677[Mar 16 2023 00:59:52 UTC (QA Tests)] INFO -- Starting test: Govern Group for enable and disable allow user request access behaves like audit event logs audit events for UI operations1678[Mar 16 2023 00:59:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1679[Mar 16 2023 00:59:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1680[Mar 16 2023 00:59:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"1681[Mar 16 2023 00:59:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1682[Mar 16 2023 01:00:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1683[Mar 16 2023 01:00:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.09 seconds1684[Mar 16 2023 01:00:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/test-group-1400722eb8b9c44c' via api in 0.57 seconds1685[Mar 16 2023 01:00:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-c5e30d0e.test/groups/gitlab-qa-sandbox-group-5/test-group-1400722eb8b9c44c1686[Mar 16 2023 01:00:03 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1687[Mar 16 2023 01:00:04 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1688[Mar 16 2023 01:00:06 UTC (QA Tests)] INFO -- unchecking via JS :request_access_checkbox with args {}1689[Mar 16 2023 01:00:06 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1690[Mar 16 2023 01:00:07 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1691[Mar 16 2023 01:00:18 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1692[Mar 16 2023 01:00:20 UTC (QA Tests)] INFO -- checking via JS :request_access_checkbox with args {}1693[Mar 16 2023 01:00:20 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1694[Mar 16 2023 01:00:21 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1695[Mar 16 2023 01:00:22 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1696 logs audit events for UI operations1697 for disable and Enable LFS1698 behaves like audit event1699[Mar 16 2023 01:00:23 UTC (QA Tests)] INFO -- Starting test: Govern Group for disable and Enable LFS behaves like audit event logs audit events for UI operations1700[Mar 16 2023 01:00:29 UTC (QA Tests)] INFO -- filling :login_field with "root"1701[Mar 16 2023 01:00:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1702[Mar 16 2023 01:00:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"1703[Mar 16 2023 01:00:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1704[Mar 16 2023 01:00:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1705[Mar 16 2023 01:00:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1706[Mar 16 2023 01:00:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/test-group-e8bf14946b8767ef' via api in 0.81 seconds1707[Mar 16 2023 01:00:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-c5e30d0e.test/groups/gitlab-qa-sandbox-group-5/test-group-e8bf14946b8767ef1708[Mar 16 2023 01:00:34 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1709[Mar 16 2023 01:00:34 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1710[Mar 16 2023 01:00:37 UTC (QA Tests)] INFO -- unchecking via JS :lfs_checkbox with args {}1711[Mar 16 2023 01:00:37 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1712[Mar 16 2023 01:00:38 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1713[Mar 16 2023 01:00:48 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1714[Mar 16 2023 01:00:51 UTC (QA Tests)] INFO -- checking via JS :lfs_checkbox with args {}1715[Mar 16 2023 01:00:51 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1716[Mar 16 2023 01:00:52 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1717[Mar 16 2023 01:00:52 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1718 logs audit events for UI operations1719 for enable and disable membership lock1720 behaves like audit event1721[Mar 16 2023 01:00:53 UTC (QA Tests)] INFO -- Starting test: Govern Group for enable and disable membership lock behaves like audit event logs audit events for UI operations1722[Mar 16 2023 01:01:00 UTC (QA Tests)] INFO -- filling :login_field with "root"1723[Mar 16 2023 01:01:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1724[Mar 16 2023 01:01:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"1725[Mar 16 2023 01:01:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1726[Mar 16 2023 01:01:01 UTC (QA Tests)] INFO -- clicking :sign_in_button1727[Mar 16 2023 01:01:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1728[Mar 16 2023 01:01:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/test-group-22cbc73506e43596' via api in 0.41 seconds1729[Mar 16 2023 01:01:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-c5e30d0e.test/groups/gitlab-qa-sandbox-group-5/test-group-22cbc73506e435961730[Mar 16 2023 01:01:04 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1731[Mar 16 2023 01:01:05 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1732[Mar 16 2023 01:01:07 UTC (QA Tests)] INFO -- checking via JS :membership_lock_checkbox with args {}1733[Mar 16 2023 01:01:07 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1734[Mar 16 2023 01:01:08 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1735[Mar 16 2023 01:01:18 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1736[Mar 16 2023 01:01:20 UTC (QA Tests)] INFO -- unchecking via JS :membership_lock_checkbox with args {}1737[Mar 16 2023 01:01:20 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1738[Mar 16 2023 01:01:21 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1739[Mar 16 2023 01:01:22 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1740 logs audit events for UI operations1741 for enable and disable 2FA requirement1742 behaves like audit event1743[Mar 16 2023 01:01:23 UTC (QA Tests)] INFO -- Starting test: Govern Group for enable and disable 2FA requirement behaves like audit event logs audit events for UI operations1744[Mar 16 2023 01:01:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-1bfee228832c81e6' via api in 0.27 seconds1745[Mar 16 2023 01:01:30 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-1bfee228832c81e6"1746[Mar 16 2023 01:01:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1747[Mar 16 2023 01:01:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"1748[Mar 16 2023 01:01:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1749[Mar 16 2023 01:01:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1750[Mar 16 2023 01:01:31 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-1bfee228832c81e61751[Mar 16 2023 01:01:32 UTC (QA Tests)] INFO -- Caching token for username: qa-user-1bfee228832c81e6, last six chars of token:x352Ux1752[Mar 16 2023 01:01:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-1bfee228832c81e6-katqt67t' via api in 0.35 seconds1753[Mar 16 2023 01:01:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-2fa-recovery-sandbox-group-214f5c04' via api in 0.76 seconds1754[Mar 16 2023 01:01:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-2fa-recovery-sandbox-group-214f5c04/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.3 seconds1755[Mar 16 2023 01:01:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-c5e30d0e.test/groups/gitlab-qa-2fa-recovery-sandbox-group-214f5c04/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c1756[Mar 16 2023 01:01:34 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1757[Mar 16 2023 01:01:34 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1758[Mar 16 2023 01:01:36 UTC (QA Tests)] INFO -- checking via JS :require_2fa_checkbox with args {}1759[Mar 16 2023 01:01:36 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1760[Mar 16 2023 01:01:38 UTC (QA Tests)] INFO -- clicking :configure_it_later_button1761[Mar 16 2023 01:01:38 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-c5e30d0e.test/groups/gitlab-qa-2fa-recovery-sandbox-group-214f5c04/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c1762[Mar 16 2023 01:01:39 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1763[Mar 16 2023 01:01:40 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1764[Mar 16 2023 01:01:42 UTC (QA Tests)] INFO -- unchecking via JS :require_2fa_checkbox with args {}1765[Mar 16 2023 01:01:42 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1766[Mar 16 2023 01:01:43 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1767[Mar 16 2023 01:01:43 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1768[Mar 16 2023 01:01:44 UTC (QA Tests)] ERROR -- Interceptor Api Errors1769[401] POST /api/graphql -- Correlation Id: 01GVKYZJRJHVBF2Z1V1FDJCW4R1770error-messages: Authentication error: enable 2FA in your profile settings to continue using GitLab: http://gitlab-ee-c5e30d0e.test/help/user/profile/account/two_factor_authentication.html#enable-two-factor-authentication1771 logs audit events for UI operations1772Fulfillment1773 Active license details1774[Mar 16 2023 01:01:44 UTC (QA Tests)] INFO -- Starting test: Fulfillment Active license details shows up in subscription page1775[Mar 16 2023 01:01:49 UTC (QA Tests)] INFO -- filling :login_field with "root"1776[Mar 16 2023 01:01:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1777[Mar 16 2023 01:01:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"1778[Mar 16 2023 01:01:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1779[Mar 16 2023 01:01:50 UTC (QA Tests)] INFO -- clicking :sign_in_button1780[Mar 16 2023 01:02:02 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments1781 shows up in subscription page1782Manage1783 basic user login1784[Mar 16 2023 01:02:03 UTC (QA Tests)] INFO -- Starting test: Manage basic user login user logs in using basic credentials and logs out1785[Mar 16 2023 01:02:07 UTC (QA Tests)] INFO -- filling :login_field with "root"1786[Mar 16 2023 01:02:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1787[Mar 16 2023 01:02:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"1788[Mar 16 2023 01:02:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1789[Mar 16 2023 01:02:08 UTC (QA Tests)] INFO -- clicking :sign_in_button1790[Mar 16 2023 01:02:14 UTC (QA Tests)] INFO -- clicking :user_avatar_content1791[Mar 16 2023 01:02:14 UTC (QA Tests)] INFO -- clicking :sign_out_link1792 user logs in using basic credentials and logs out1793Create1794 Version control for personal snippets1795[Mar 16 2023 01:02:14 UTC (QA Tests)] INFO -- Starting test: Create Version control for personal snippets clones, pushes, and pulls a snippet over SSH, deletes via UI1796[Mar 16 2023 01:02:19 UTC (QA Tests)] INFO -- filling :login_field with "root"1797[Mar 16 2023 01:02:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1798[Mar 16 2023 01:02:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"1799[Mar 16 2023 01:02:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1800[Mar 16 2023 01:02:20 UTC (QA Tests)] INFO -- clicking :sign_in_button1801[Mar 16 2023 01:02:22 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230316-39-ey9igy/id_rsa -N `1802[Mar 16 2023 01:02:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '6' via api in 0.73 seconds1803[Mar 16 2023 01:02:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '1' via api in 0.63 seconds1804[Mar 16 2023 01:02:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ee-c5e30d0e.test/-/snippets/11805[Mar 16 2023 01:02:24 UTC (QA Tests)] INFO -- clicking :clone_button1806[Mar 16 2023 01:02:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.67 seconds1807[Mar 16 2023 01:02:26 UTC (QA Tests)] INFO -- clicking :snippet_action_button1808[Mar 16 2023 01:02:27 UTC (QA Tests)] INFO -- clicking :delete_snippet_button1809[Mar 16 2023 01:02:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '6'1810 clones, pushes, and pulls a snippet over SSH, deletes via UI1811[Mar 16 2023 01:02:28 UTC (QA Tests)] INFO -- Starting test: Create Version control for personal snippets clones, pushes, and pulls a snippet over HTTP, edits via UI1812[Mar 16 2023 01:02:32 UTC (QA Tests)] INFO -- filling :login_field with "root"1813[Mar 16 2023 01:02:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1814[Mar 16 2023 01:02:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"1815[Mar 16 2023 01:02:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1816[Mar 16 2023 01:02:33 UTC (QA Tests)] INFO -- clicking :sign_in_button1817[Mar 16 2023 01:02:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '2' via api in 0.45 seconds1818[Mar 16 2023 01:02:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ee-c5e30d0e.test/-/snippets/21819[Mar 16 2023 01:02:37 UTC (QA Tests)] INFO -- clicking :clone_button1820[Mar 16 2023 01:02:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.56 seconds1821[Mar 16 2023 01:02:40 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1822[Mar 16 2023 01:02:51 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1823[Mar 16 2023 01:02:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::Snippet with id '2'1824[Mar 16 2023 01:02:53 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230316-39-t35sl4/id_rsa -N `1825[Mar 16 2023 01:02:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '7' via api in 0.8 seconds1826[Mar 16 2023 01:02:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '7'1827 clones, pushes, and pulls a snippet over HTTP, edits via UI1828Plan1829 promote issue to epic1830[Mar 16 2023 01:02:54 UTC (QA Tests)] INFO -- Starting test: Plan promote issue to epic promotes issue to epic1831[Mar 16 2023 01:02:58 UTC (QA Tests)] INFO -- filling :login_field with "root"1832[Mar 16 2023 01:02:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1833[Mar 16 2023 01:02:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"1834[Mar 16 2023 01:02:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1835[Mar 16 2023 01:02:59 UTC (QA Tests)] INFO -- clicking :sign_in_button1836[Mar 16 2023 01:03:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1837[Mar 16 2023 01:03:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.21 seconds1838[Mar 16 2023 01:03:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/promote-issue-to-epic-8a258ca731e37f0d' via api in 0.95 seconds1839[Mar 16 2023 01:03:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 0.43 seconds1840[Mar 16 2023 01:03:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/promote-issue-to-epic-8a258ca731e37f0d/-/issues/11841[Mar 16 2023 01:03:05 UTC (QA Tests)] INFO -- clicking :title_content1842[Mar 16 2023 01:03:05 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown1843[Mar 16 2023 01:03:05 UTC (QA Tests)] INFO -- clicking :title_content1844[Mar 16 2023 01:03:05 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown1845[Mar 16 2023 01:03:05 UTC (QA Tests)] INFO -- filling :comment_field with "/promote 1846"1847[Mar 16 2023 01:03:05 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field1848[Mar 16 2023 01:03:06 UTC (QA Tests)] INFO -- clicking :comment_button1849[Mar 16 2023 01:03:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-c5e30d0e.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c1850[Mar 16 2023 01:03:09 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1851 promotes issue to epic1852Govern1853 project vulnerability report1854[Mar 16 2023 01:03:10 UTC (QA Tests)] INFO -- Starting test: Govern project vulnerability report can successfully bulk change status in vulnerability report1855[Mar 16 2023 01:03:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1856[Mar 16 2023 01:03:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.19 seconds1857[Mar 16 2023 01:03:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-secure-6154caa0c7b7baf6' via api in 1.29 seconds1858[Mar 16 2023 01:03:11 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Greyhound vulnerability' via api in 0.26 seconds1859[Mar 16 2023 01:03:12 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Scenthound vulnerability' via api in 0.27 seconds1860[Mar 16 2023 01:03:12 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Spellbound vulnerability' via api in 0.11 seconds1861[Mar 16 2023 01:03:12 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Sonicsound vulnerability' via api in 0.13 seconds1862[Mar 16 2023 01:03:16 UTC (QA Tests)] INFO -- filling :login_field with "root"1863[Mar 16 2023 01:03:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1864[Mar 16 2023 01:03:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"1865[Mar 16 2023 01:03:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1866[Mar 16 2023 01:03:17 UTC (QA Tests)] INFO -- clicking :sign_in_button1867[Mar 16 2023 01:03:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-secure-6154caa0c7b7baf61868[Mar 16 2023 01:03:22 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1869[Mar 16 2023 01:03:23 UTC (QA Tests)] INFO -- checking via JS :vulnerability_report_checkbox_all with args {}1870[Mar 16 2023 01:03:23 UTC (QA Tests)] INFO -- clicking :vulnerability_card_status_dropdown1871[Mar 16 2023 01:03:23 UTC (QA Tests)] INFO -- clicking :item_status_confirm1872[Mar 16 2023 01:03:23 UTC (QA Tests)] INFO -- clicking :change_status_button1873[Mar 16 2023 01:03:23 UTC (QA Tests)] INFO -- clicking :filter_status_dropdown1874[Mar 16 2023 01:03:24 UTC (QA Tests)] INFO -- clicking :filter_all_statuses_dropdown_item1875[Mar 16 2023 01:03:24 UTC (QA Tests)] INFO -- clicking :filter_confirmed_dropdown_item1876[Mar 16 2023 01:03:25 UTC (QA Tests)] INFO -- clicking :filter_status_dropdown1877 can successfully bulk change status in vulnerability report1878[Mar 16 2023 01:03:25 UTC (QA Tests)] INFO -- Starting test: Govern project vulnerability report can successfully change status of a vulnerability in vulnerability details page1879[Mar 16 2023 01:03:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1880[Mar 16 2023 01:03:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.2 seconds1881[Mar 16 2023 01:03:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-secure-3ee883d2cb7cbe6d' via api in 1.12 seconds1882[Mar 16 2023 01:03:27 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Greyhound vulnerability' via api in 0.19 seconds1883[Mar 16 2023 01:03:27 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Scenthound vulnerability' via api in 0.13 seconds1884[Mar 16 2023 01:03:27 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Spellbound vulnerability' via api in 0.15 seconds1885[Mar 16 2023 01:03:27 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Sonicsound vulnerability' via api in 0.13 seconds1886[Mar 16 2023 01:03:31 UTC (QA Tests)] INFO -- filling :login_field with "root"1887[Mar 16 2023 01:03:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1888[Mar 16 2023 01:03:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"1889[Mar 16 2023 01:03:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1890[Mar 16 2023 01:03:32 UTC (QA Tests)] INFO -- clicking :sign_in_button1891[Mar 16 2023 01:03:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-secure-3ee883d2cb7cbe6d1892[Mar 16 2023 01:03:36 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1893[Mar 16 2023 01:03:38 UTC (QA Tests)] INFO -- clicking :vulnerability1894[Mar 16 2023 01:03:39 UTC (QA Tests)] INFO -- clicking :vulnerability_status_dropdown1895[Mar 16 2023 01:03:39 UTC (QA Tests)] INFO -- clicking :vulnerability_state_resolved1896[Mar 16 2023 01:03:40 UTC (QA Tests)] INFO -- clicking :vulnerability_save_status_button1897[Mar 16 2023 01:03:50 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1898[Mar 16 2023 01:03:51 UTC (QA Tests)] INFO -- clicking :filter_status_dropdown1899[Mar 16 2023 01:03:52 UTC (QA Tests)] INFO -- clicking :filter_all_statuses_dropdown_item1900[Mar 16 2023 01:03:52 UTC (QA Tests)] INFO -- clicking :filter_resolved_dropdown_item1901[Mar 16 2023 01:03:52 UTC (QA Tests)] INFO -- clicking :filter_status_dropdown1902 can successfully change status of a vulnerability in vulnerability details page1903Manage1904 User1905 when added to sub-group1906[Mar 16 2023 01:03:53 UTC (QA Tests)] INFO -- Starting test: Manage User when added to sub-group is not allowed to create a file in parent group project via the API1907[Mar 16 2023 01:03:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1908[Mar 16 2023 01:03:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-08a4c0c8c43c1a32' via api in 0.46 seconds1909[Mar 16 2023 01:03:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-08a4c0c8c43c1a32/sub-group-to-test-user-access-a030ae5ce26e4ffb' via api in 1.08 seconds1910[Mar 16 2023 01:03:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-08a4c0c8c43c1a32/parent-group-project-to-test-user-access-33cb1f7e885761a8' via api in 0.93 seconds1911[Mar 16 2023 01:03:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-1974fd9d0954c868' via api in 0.37 seconds1912[Mar 16 2023 01:03:56 UTC (QA Tests)] INFO -- Adding user qa-user-1974fd9d0954c868 to gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-08a4c0c8c43c1a32/sub-group-to-test-user-access-a030ae5ce26e4ffb QA::Resource::Group1913[Mar 16 2023 01:03:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1914[Mar 16 2023 01:03:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.21 seconds1915[Mar 16 2023 01:03:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-new-file-0877c87745c63bad' via api in 1.37 seconds1916[Mar 16 2023 01:03:58 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-1974fd9d0954c8681917[Mar 16 2023 01:03:58 UTC (QA Tests)] INFO -- Caching token for username: qa-user-1974fd9d0954c868, last six chars of token:ZbSysU1918[Mar 16 2023 01:03:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-1974fd9d0954c868-56hm5qcn' via api in 0.11 seconds1919[Mar 16 2023 01:03:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-1974fd9d0954c868'1920 is not allowed to create a file in parent group project via the API1921[Mar 16 2023 01:03:58 UTC (QA Tests)] INFO -- Starting test: Manage User when added to sub-group is not allowed to commit to parent group project via the API1922[Mar 16 2023 01:03:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1923[Mar 16 2023 01:03:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-859e795c54f402a7' via api in 0.4 seconds1924[Mar 16 2023 01:03:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-859e795c54f402a7/sub-group-to-test-user-access-38000e4721fffdb0' via api in 0.3 seconds1925[Mar 16 2023 01:04:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-859e795c54f402a7/parent-group-project-to-test-user-access-1c7c7fe9ef9bf957' via api in 1.82 seconds1926[Mar 16 2023 01:04:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-4979057151515fbe' via api in 0.29 seconds1927[Mar 16 2023 01:04:01 UTC (QA Tests)] INFO -- Adding user qa-user-4979057151515fbe to gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-859e795c54f402a7/sub-group-to-test-user-access-38000e4721fffdb0 QA::Resource::Group1928[Mar 16 2023 01:04:01 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-4979057151515fbe1929[Mar 16 2023 01:04:01 UTC (QA Tests)] INFO -- Caching token for username: qa-user-4979057151515fbe, last six chars of token:wZ36es1930[Mar 16 2023 01:04:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-4979057151515fbe-olplzu48' via api in 0.09 seconds1931[Mar 16 2023 01:04:02 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-4979057151515fbe'1932 is not allowed to commit to parent group project via the API1933[Mar 16 2023 01:04:02 UTC (QA Tests)] INFO -- Starting test: Manage User when added to sub-group is not allowed to push code to parent group project via the CLI1934[Mar 16 2023 01:04:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1935[Mar 16 2023 01:04:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-ac141fa7142fd764' via api in 0.5 seconds1936[Mar 16 2023 01:04:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-ac141fa7142fd764/sub-group-to-test-user-access-99d1c27e8855261a' via api in 0.28 seconds1937[Mar 16 2023 01:04:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-ac141fa7142fd764/parent-group-project-to-test-user-access-67be81fbdd51baa3' via api in 1.06 seconds1938[Mar 16 2023 01:04:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-512d8aa4a187e83a' via api in 0.29 seconds1939[Mar 16 2023 01:04:04 UTC (QA Tests)] INFO -- Adding user qa-user-512d8aa4a187e83a to gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-ac141fa7142fd764/sub-group-to-test-user-access-99d1c27e8855261a QA::Resource::Group1940[Mar 16 2023 01:04:06 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-512d8aa4a187e83a'1941 is not allowed to push code to parent group project via the CLI1942 when added to parent group1943[Mar 16 2023 01:04:06 UTC (QA Tests)] INFO -- Starting test: Manage User when added to parent group is allowed to push code to sub-group project via the CLI1944[Mar 16 2023 01:04:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1945[Mar 16 2023 01:04:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-c59f546c1fcd1609' via api in 0.4 seconds1946[Mar 16 2023 01:04:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-c59f546c1fcd1609/sub-group-to-test-user-access-c92c403623d33d74' via api in 0.29 seconds1947[Mar 16 2023 01:04:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-30264b42b2c7fe20' via api in 0.28 seconds1948[Mar 16 2023 01:04:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-c59f546c1fcd1609/sub-group-to-test-user-access-c92c403623d33d74/sub-group-project-to-test-user-access-c8db1883ecb5bbd2' via api in 0.89 seconds1949[Mar 16 2023 01:04:08 UTC (QA Tests)] INFO -- Adding user qa-user-30264b42b2c7fe20 to gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-c59f546c1fcd1609 QA::Resource::Group1950[Mar 16 2023 01:04:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.77 seconds1951[Mar 16 2023 01:04:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-30264b42b2c7fe20'1952 is allowed to push code to sub-group project via the CLI1953[Mar 16 2023 01:04:10 UTC (QA Tests)] INFO -- Starting test: Manage User when added to parent group is allowed to commit to sub-group project via the API1954[Mar 16 2023 01:04:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds1955[Mar 16 2023 01:04:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-50bada2f506dd8ed' via api in 0.42 seconds1956[Mar 16 2023 01:04:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-50bada2f506dd8ed/sub-group-to-test-user-access-b57ebb80aa05d60d' via api in 0.3 seconds1957[Mar 16 2023 01:04:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-b6c645e95b403bd2' via api in 0.3 seconds1958[Mar 16 2023 01:04:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-50bada2f506dd8ed/sub-group-to-test-user-access-b57ebb80aa05d60d/sub-group-project-to-test-user-access-852dfe0871fe0f42' via api in 0.95 seconds1959[Mar 16 2023 01:04:13 UTC (QA Tests)] INFO -- Adding user qa-user-b6c645e95b403bd2 to gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-50bada2f506dd8ed QA::Resource::Group1960[Mar 16 2023 01:04:13 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-b6c645e95b403bd21961[Mar 16 2023 01:04:13 UTC (QA Tests)] INFO -- Caching token for username: qa-user-b6c645e95b403bd2, last six chars of token:gBymmv1962[Mar 16 2023 01:04:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-b6c645e95b403bd2-xyezlit2' via api in 0.09 seconds1963[Mar 16 2023 01:04:13 UTC (QA Tests)] ERROR -- Full failure message: Fabrication of QA::Resource::Repository::Commit using the API failed (403) with `{"message":"403 Forbidden - You are not allowed to push into this branch"}`.1964Correlation Id: 01GVKZ4B69JC3YGKBY6QFBMRD41965[Mar 16 2023 01:04:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.4 seconds1966[Mar 16 2023 01:04:16 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-b6c645e95b403bd2'1967 is allowed to commit to sub-group project via the API1968[Mar 16 2023 01:04:16 UTC (QA Tests)] INFO -- Starting test: Manage User when added to parent group is allowed to create a file in sub-group project via the API1969[Mar 16 2023 01:04:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1970[Mar 16 2023 01:04:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-99ad24f535ac048f' via api in 0.39 seconds1971[Mar 16 2023 01:04:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-99ad24f535ac048f/sub-group-to-test-user-access-393f294a07de3900' via api in 0.32 seconds1972[Mar 16 2023 01:04:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-92e443739649173a' via api in 0.28 seconds1973[Mar 16 2023 01:04:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-99ad24f535ac048f/sub-group-to-test-user-access-393f294a07de3900/sub-group-project-to-test-user-access-a0a379796364a321' via api in 0.91 seconds1974[Mar 16 2023 01:04:18 UTC (QA Tests)] INFO -- Adding user qa-user-92e443739649173a to gitlab-qa-sandbox-group-5/parent-group-to-test-user-access-99ad24f535ac048f QA::Resource::Group1975[Mar 16 2023 01:04:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1976[Mar 16 2023 01:04:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.22 seconds1977[Mar 16 2023 01:04:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-new-file-2a44474d91d375ba' via api in 1.18 seconds1978[Mar 16 2023 01:04:19 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-92e443739649173a1979[Mar 16 2023 01:04:19 UTC (QA Tests)] INFO -- Caching token for username: qa-user-92e443739649173a, last six chars of token:FQusGV1980[Mar 16 2023 01:04:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-92e443739649173a-9g4c4lvj' via api in 0.1 seconds1981[Mar 16 2023 01:04:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'test.txt' via api in 0.52 seconds1982[Mar 16 2023 01:04:20 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-92e443739649173a'1983 is allowed to create a file in sub-group project via the API1984Create1985 SSH keys support1986[Mar 16 2023 01:04:20 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support user can add an SSH key1987[Mar 16 2023 01:04:25 UTC (QA Tests)] INFO -- filling :login_field with "root"1988[Mar 16 2023 01:04:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1989[Mar 16 2023 01:04:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"1990[Mar 16 2023 01:04:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1991[Mar 16 2023 01:04:25 UTC (QA Tests)] INFO -- clicking :sign_in_button1992[Mar 16 2023 01:04:30 UTC (QA Tests)] INFO -- clicking :user_avatar_content1993[Mar 16 2023 01:04:30 UTC (QA Tests)] INFO -- clicking :edit_profile_link1994[Mar 16 2023 01:04:31 UTC (QA Tests)] INFO -- clicking :ssh_keys_link1995[Mar 16 2023 01:04:32 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230316-39-9sgdqb/id_rsa -N `1996[Mar 16 2023 01:04:33 UTC (QA Tests)] INFO -- filling :key_public_key_field with "*****"1997[Mar 16 2023 01:04:33 UTC (QA Tests)] INFO -- clicking the coordinates of :key_public_key_field1998[Mar 16 2023 01:04:33 UTC (QA Tests)] INFO -- filling :key_title_field with "*****"1999[Mar 16 2023 01:04:33 UTC (QA Tests)] INFO -- clicking the coordinates of :key_title_field2000[Mar 16 2023 01:04:34 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-03-18"2001[Mar 16 2023 01:04:34 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field2002[Mar 16 2023 01:04:34 UTC (QA Tests)] INFO -- clicking :add_key_button2003[Mar 16 2023 01:04:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey via browser_ui in 6.21 seconds2004 user can add an SSH key2005 after adding an ssh key2006[Mar 16 2023 01:04:35 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support after adding an ssh key can delete an ssh key2007[Mar 16 2023 01:04:39 UTC (QA Tests)] INFO -- filling :login_field with "root"2008[Mar 16 2023 01:04:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2009[Mar 16 2023 01:04:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"2010[Mar 16 2023 01:04:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2011[Mar 16 2023 01:04:40 UTC (QA Tests)] INFO -- clicking :sign_in_button2012[Mar 16 2023 01:04:44 UTC (QA Tests)] INFO -- clicking :user_avatar_content2013[Mar 16 2023 01:04:44 UTC (QA Tests)] INFO -- clicking :edit_profile_link2014[Mar 16 2023 01:04:46 UTC (QA Tests)] INFO -- clicking :ssh_keys_link2015[Mar 16 2023 01:04:47 UTC (QA Tests)] INFO -- clicking :delete_ssh_key_button2016 can delete an ssh key2017Verify2018 Run pipeline2019 with web only rule2020[Mar 16 2023 01:04:49 UTC (QA Tests)] INFO -- Starting test: Verify Run pipeline with web only rule can trigger pipeline2021[Mar 16 2023 01:04:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds2022[Mar 16 2023 01:04:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.18 seconds2023[Mar 16 2023 01:04:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/web-only-pipeline-47e20c8194588e76' via api in 0.81 seconds2024[Mar 16 2023 01:04:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds2025[Mar 16 2023 01:04:55 UTC (QA Tests)] INFO -- filling :login_field with "root"2026[Mar 16 2023 01:04:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2027[Mar 16 2023 01:04:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"2028[Mar 16 2023 01:04:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2029[Mar 16 2023 01:04:56 UTC (QA Tests)] INFO -- clicking :sign_in_button2030[Mar 16 2023 01:04:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/web-only-pipeline-47e20c8194588e762031[Mar 16 2023 01:05:00 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link2032[Mar 16 2023 01:05:00 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present2033[Mar 16 2023 01:05:01 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::Show is present2034 can trigger pipeline2035Create2036 Merge request custom templates2037[Mar 16 2023 01:05:08 UTC (QA Tests)] INFO -- Starting test: Create Merge request custom templates creates a merge request via custom template2038[Mar 16 2023 01:05:12 UTC (QA Tests)] INFO -- filling :login_field with "root"2039[Mar 16 2023 01:05:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2040[Mar 16 2023 01:05:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"2041[Mar 16 2023 01:05:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2042[Mar 16 2023 01:05:13 UTC (QA Tests)] INFO -- clicking :sign_in_button2043[Mar 16 2023 01:05:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds2044[Mar 16 2023 01:05:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.25 seconds2045[Mar 16 2023 01:05:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/custom-mr-template-project-8788bc44e92361d9' via api in 1.45 seconds2046[Mar 16 2023 01:05:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.61 seconds2047[Mar 16 2023 01:05:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds2048[Mar 16 2023 01:05:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/custom-mr-template-project-8788bc44e92361d92049[Mar 16 2023 01:05:31 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link2050[Mar 16 2023 01:05:31 UTC (QA Tests)] INFO -- clicking :new_merge_request_button2051[Mar 16 2023 01:05:33 UTC (QA Tests)] INFO -- clicking :source_branch_dropdown2052[Mar 16 2023 01:05:33 UTC (QA Tests)] INFO -- Searching in dropdown: "qa-test-feature-288c4c527320989d"2053[Mar 16 2023 01:05:34 UTC (QA Tests)] INFO -- clicking :compare_branches_button2054[Mar 16 2023 01:05:36 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"2055[Mar 16 2023 01:05:36 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field2056[Mar 16 2023 01:05:36 UTC (QA Tests)] INFO -- clicking :template_dropdown2057[Mar 16 2023 01:05:37 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present2058[Mar 16 2023 01:05:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 22.49 seconds2059[Mar 16 2023 01:05:40 UTC (QA Tests)] ERROR -- Interceptor Api Errors2060[404] GET /gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/custom-mr-template-project-8788bc44e92361d9/-/merge_requests/1/diffs_metadata.json -- Correlation Id: 01GVKZ6Z2EEEYY4RH29NA8SYTS2061 creates a merge request via custom template2062Plan2063 Burndown chart2064[Mar 16 2023 01:05:40 UTC (QA Tests)] INFO -- Starting test: Plan Burndown chart shows burndown chart on milestone page2065[Mar 16 2023 01:05:45 UTC (QA Tests)] INFO -- filling :login_field with "root"2066[Mar 16 2023 01:05:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2067[Mar 16 2023 01:05:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"2068[Mar 16 2023 01:05:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2069[Mar 16 2023 01:05:45 UTC (QA Tests)] INFO -- clicking :sign_in_button2070[Mar 16 2023 01:05:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds2071[Mar 16 2023 01:05:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c' via api in 0.23 seconds2072[Mar 16 2023 01:05:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-milestone-c33b190fdd1d72d3' via api in 1.08 seconds2073[Mar 16 2023 01:05:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '3' via api in 1.27 seconds2074[Mar 16 2023 01:05:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '5' via api in 0.62 seconds2075[Mar 16 2023 01:05:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '6' via api in 0.52 seconds2076[Mar 16 2023 01:05:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectMilestone at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/project-with-milestone-c33b190fdd1d72d3/-/milestones/12077[Mar 16 2023 01:05:52 UTC (QA Tests)] INFO -- clicking :weight_button2078 shows burndown chart on milestone page2079Manage2080 Project transfer between groups2081[Mar 16 2023 01:05:52 UTC (QA Tests)] INFO -- Starting test: Manage Project transfer between groups user transfers a project between groups2082[Mar 16 2023 01:05:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds2083[Mar 16 2023 01:05:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/target-group-for-transfer_47b8393a8286e81c' via api in 0.48 seconds2084[Mar 16 2023 01:05:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds2085[Mar 16 2023 01:05:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/source-group-d9eaf4a5306398ec' via api in 0.47 seconds2086[Mar 16 2023 01:05:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/source-group-d9eaf4a5306398ec/transfer-project-4635dbb1d3772913' via api in 0.73 seconds2087[Mar 16 2023 01:05:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.58 seconds2088[Mar 16 2023 01:05:59 UTC (QA Tests)] INFO -- filling :login_field with "root"2089[Mar 16 2023 01:05:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2090[Mar 16 2023 01:06:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"2091[Mar 16 2023 01:06:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2092[Mar 16 2023 01:06:00 UTC (QA Tests)] INFO -- clicking :sign_in_button2093[Mar 16 2023 01:06:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c5e30d0e.test/gitlab-qa-sandbox-group-5/source-group-d9eaf4a5306398ec/transfer-project-4635dbb1d37729132094[Mar 16 2023 01:06:04 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link2095[Mar 16 2023 01:06:04 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link2096[Mar 16 2023 01:06:06 UTC (QA Tests)] INFO -- Transferring project: transfer-project-4635dbb1d3772913 to namespace: gitlab-qa-sandbox-group-5/target-group-for-transfer_47b8393a8286e81c2097[Mar 16 2023 01:06:07 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="transfer_project_content"],.qa-transfer-project-content2098[Mar 16 2023 01:06:07 UTC (QA Tests)] INFO -- clicking :namespaces_list2099[Mar 16 2023 01:06:07 UTC (QA Tests)] INFO -- filling :namespaces_list_search with "gitlab-qa-sandbox-group-5 / target-group-for-transfer_47b8393a8286e81c"2100[Mar 16 2023 01:06:07 UTC (QA Tests)] INFO -- clicking the coordinates of :namespaces_list_search2101[Mar 16 2023 01:06:08 UTC (QA Tests)] INFO -- clicking :transfer_project_button2102[Mar 16 2023 01:06:08 UTC (QA Tests)] INFO -- filling :confirm_danger_field with "transfer-project-4635dbb1d3772913"2103[Mar 16 2023 01:06:08 UTC (QA Tests)] INFO -- clicking the coordinates of :confirm_danger_field2104[Mar 16 2023 01:06:08 UTC (QA Tests)] INFO -- clicking :confirm_danger_modal_button2105[Mar 16 2023 01:06:10 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link2106 user transfers a project between groups2107Manage2108 Subgroup transfer2109[Mar 16 2023 01:06:12 UTC (QA Tests)] INFO -- Starting test: Manage Subgroup transfer transfers a subgroup to another group2110[Mar 16 2023 01:06:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds2111[Mar 16 2023 01:06:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/target-group-for-transfer_3a9a1eb2cb7eb20c' via api in 0.54 seconds2112[Mar 16 2023 01:06:17 UTC (QA Tests)] INFO -- filling :login_field with "root"2113[Mar 16 2023 01:06:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2114[Mar 16 2023 01:06:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"2115[Mar 16 2023 01:06:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2116[Mar 16 2023 01:06:18 UTC (QA Tests)] INFO -- clicking :sign_in_button2117[Mar 16 2023 01:06:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds2118[Mar 16 2023 01:06:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/source-group-for-transfer_130111590b58ffc6' via api in 0.48 seconds2119[Mar 16 2023 01:06:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/source-group-for-transfer_130111590b58ffc6/subgroup-for-transfer_684c6fafaf6bd714' via api in 0.33 seconds2120[Mar 16 2023 01:06:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-c5e30d0e.test/groups/gitlab-qa-sandbox-group-5/source-group-for-transfer_130111590b58ffc6/subgroup-for-transfer_684c6fafaf6bd7142121[Mar 16 2023 01:06:22 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link2122[Mar 16 2023 01:06:22 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link2123[Mar 16 2023 01:06:24 UTC (QA Tests)] INFO -- Transferring group: subgroup-for-transfer_684c6fafaf6bd714 to target group: target-group-for-transfer_3a9a1eb2cb7eb20c2124[Mar 16 2023 01:06:25 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="transfer_group_content"],.qa-transfer-group-content2125[Mar 16 2023 01:06:25 UTC (QA Tests)] INFO -- clicking :namespaces_list2126[Mar 16 2023 01:06:25 UTC (QA Tests)] INFO -- filling :namespaces_list_search with "target-group-for-transfer_3a9a1eb2cb7eb20c"2127[Mar 16 2023 01:06:25 UTC (QA Tests)] INFO -- clicking the coordinates of :namespaces_list_search2128[Mar 16 2023 01:06:26 UTC (QA Tests)] INFO -- clicking :transfer_group_button2129[Mar 16 2023 01:06:26 UTC (QA Tests)] INFO -- filling :confirm_danger_field with "gitlab-qa-sandbox-group-5/source-group-for-transfer_130111590b58ffc6/subgroup-for-transfer_684c6fafaf6bd714"2130[Mar 16 2023 01:06:26 UTC (QA Tests)] INFO -- clicking the coordinates of :confirm_danger_field2131[Mar 16 2023 01:06:27 UTC (QA Tests)] INFO -- clicking :confirm_danger_modal_button2132 transfers a subgroup to another group2133[Mar 16 2023 01:06:28 UTC (QA Tests)] INFO -- Knapsack report was generated. Preview:2134{2135 "qa/specs/features/browser_ui/3_create/web_ide/add_file_template_spec.rb": 80.51936787700106,2136 "qa/specs/features/api/2_plan/closes_issue_via_pushing_a_commit_spec.rb": 15.49311459099772,2137 "qa/specs/features/ee/browser_ui/4_verify/multi-project_pipelines_spec.rb": 60.43114926999988,2138 "qa/specs/features/browser_ui/1_manage/login/register_spec.rb": 325.9098950250009,2139 "qa/specs/features/browser_ui/3_create/project_wiki/project_based_list_spec.rb": 30.672830529001658,2140 "qa/specs/features/browser_ui/3_create/merge_request/rebase_merge_request_spec.rb": 46.84868294300031,2141 "qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_a_project_spec.rb": 41.095055435001996,2142 "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb": 15.800470688998757,2143 "qa/specs/features/ee/browser_ui/3_create/merge_request/add_batch_comments_in_merge_request_spec.rb": 55.43963775100201,2144 "qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_http_spec.rb": 36.34392590100106,2145 "qa/specs/features/api/3_create/repository/tag_revision_trigger_prereceive_hook_spec.rb": 1.8952521009996417,2146 "qa/specs/features/browser_ui/4_verify/pipeline/run_pipeline_with_manual_jobs_spec.rb": 79.68258103699918,2147 "qa/specs/features/ee/browser_ui/10_govern/export_vulnerability_report_spec.rb": 18.996022120001726,2148 "qa/specs/features/browser_ui/2_plan/milestone/create_project_milestone_spec.rb": 26.627479979997588,2149 "qa/specs/features/browser_ui/3_create/merge_request/cherry_pick/cherry_pick_commit_spec.rb": 26.44919148199915,2150 "qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_inheritable_when_forward_pipeline_variables_true_spec.rb": 68.06207600700145,2151 "qa/specs/features/api/1_manage/group_access_token_spec.rb": 5.537145934002183,2152 "qa/specs/features/browser_ui/3_create/web_ide/server_hooks_custom_error_message_spec.rb": 12.204634654000984,2153 "qa/specs/features/browser_ui/2_plan/issue/comment_issue_spec.rb": 13.969666959001188,2154 "qa/specs/features/browser_ui/4_verify/runner/register_runner_spec.rb": 16.724767594001605,2155 "qa/specs/features/ee/browser_ui/11_fulfillment/purchase/user_registration_billing_spec.rb": 32.92417745700004,2156 "qa/specs/features/browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb": 114.64848608900138,2157 "qa/specs/features/ee/browser_ui/10_govern/fix_vulnerability_workflow_spec.rb": 93.34042962600142,2158 "qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb": 49.545926664002764,2159 "qa/specs/features/browser_ui/3_create/web_ide/review_merge_request_spec.rb": 55.74559788799888,2160 "qa/specs/features/browser_ui/3_create/merge_request/suggestions/batch_suggestion_spec.rb": 40.63743244000216,2161 "qa/specs/features/browser_ui/4_verify/pipeline/pass_dotenv_variables_to_downstream_via_bridge_spec.rb": 39.62537205099943,2162 "qa/specs/features/ee/browser_ui/2_plan/issues_weight/issue_weight_visualization_spec.rb": 13.047546698999213,2163 "qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb": 210.287486352001,2164 "qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb": 29.38449143699836,2165 "qa/specs/features/browser_ui/3_create/web_ide/create_first_file_in_web_ide_spec.rb": 17.634700591999717,2166 "qa/specs/features/browser_ui/3_create/repository/file/create_file_via_web_spec.rb": 14.597453800997755,2167 "qa/specs/features/ee/browser_ui/10_govern/project/project_audit_logs_spec.rb": 126.92721542599975,2168 "qa/specs/features/browser_ui/3_create/repository/license_detection_spec.rb": 6.5572936270000355,2169 "qa/specs/features/ee/browser_ui/10_govern/group/group_audit_logs_2_spec.rb": 127.67932419600038,2170 "qa/specs/features/ee/browser_ui/11_fulfillment/license/license_spec.rb": 18.4695944970008,2171 "qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb": 11.545286742999451,2172 "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_personal_snippet_spec.rb": 39.295505066998885,2173 "qa/specs/features/ee/browser_ui/2_plan/epic/promote_issue_to_epic_spec.rb": 15.961836104001122,2174 "qa/specs/features/ee/browser_ui/10_govern/change_vulnerability_status_spec.rb": 42.976044422000996,2175 "qa/specs/features/api/1_manage/user_inherited_access_spec.rb": 27.322193505999167,2176 "qa/specs/features/browser_ui/3_create/repository/ssh_key_support_spec.rb": 29.40180596999926,2177 "qa/specs/features/browser_ui/4_verify/pipeline/run_pipeline_via_web_only_spec.rb": 18.206587370998022,2178 "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_via_template_spec.rb": 32.39959481199912,2179 "qa/specs/features/ee/browser_ui/2_plan/burndown_chart/burndown_chart_spec.rb": 12.254536898002698,2180 "qa/specs/features/browser_ui/1_manage/group/transfer_project_spec.rb": 19.39164564100065,2181 "qa/specs/features/browser_ui/1_manage/group/transfer_group_spec.rb": 16.495791876001022182}2183[Mar 16 2023 01:06:28 UTC (QA Tests)] INFO -- 2184Knapsack global time execution for tests: 37m 15s2185Pending: (Failures listed here are expected and do not affect your suite's status)2186 1) Fulfillment Utilization in usage quotas storage tab for free plan with a project shows correct used up storage for namespace2187 # Test is not compatible with this environment or pipeline2188 # ./qa/specs/features/ee/browser_ui/11_fulfillment/utilization/free_namespace_storage_spec.rb:542189 2) Fulfillment Purchase CI minutes without active subscription adds additional minutes to group namespace2190 # Test is not compatible with this environment or pipeline2191 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb:492192 3) Fulfillment Purchase CI minutes with an active subscription adds additional minutes to group namespace2193 # Test is not compatible with this environment or pipeline2194 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb:702195 4) Fulfillment Purchase CI minutes with existing CI minutes packs adds additional minutes to group namespace2196 # Test is not compatible with this environment or pipeline2197 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb:992198 5) Secure License Compliance when a license management report exists License Management Pipeline Licence tab behaves like pipeline license display can approve and deny licenses in the pipeline2199 # Test is not compatible with this environment or pipeline2200 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:542201 6) Secure License Compliance when a CycloneDX SBOM file exists License Management Pipeline Licence tab behaves like pipeline license display can approve and deny licenses in the pipeline2202 # Test is not compatible with this environment or pipeline2203 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:542204 7) Secure License Compliance when a CycloneDX SBOM file exists License Management behaves like deny license can deny a license in the settings page2205 # Test is not compatible with this environment or pipeline2206 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:442207 8) Secure License Compliance when a CycloneDX SBOM file exists License Management behaves like approve license can approve a license in the settings page2208 # Test is not compatible with this environment or pipeline2209 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:342210 9) Configure Auto DevOps with a Kubernetes Agent runs auto devops2211 # Test is not compatible with this environment or pipeline2212 # ./qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb:432213 10) Create Git push to canary Gitaly node over HTTP pushes to a project using a canary specific Gitaly repository storage2214 # Test is not compatible with this environment or pipeline2215 # ./qa/specs/features/browser_ui/3_create/repository/push_to_canary_gitaly_spec.rb:62216Failures:2217 1) Create Review a merge request in Web IDE opens and edits a merge request in Web IDE2218 Failure/Error: expect(show).to have_content(review_text)2219 expected to find text "Reviewed " in "Skip to content GitLab / Help R review-merge-request-spec-project-11c96017286abdaf Project information Repository Issues 0 Merge requests 1 CI/CD Security and Compliance Deployments Packages and registries Infrastructure Monitor Analytics Wiki Snippets Settings Collapse sidebar gitlab-qa-sandbox-group-5 qa-test-2023-03-16-00-29-13-29c1dec26665aa0c review-merge-request-spec-project-11c96017286abdaf Merge requests !1 QA test - merge request Edit Code Open Administrator requested to merge qa-test-feature-caf69065afc04f1d into main just now Overview 0 Commits 1 Pipelines 0 Changes 1 Compare main and latest version 1 file + 1 - 0 Preferences awesome_new_file.txt 0 → 100644 + 1 - 0 Viewed Options Text \\ No newline at end of file Add a to do 0 Assignees Edit None - assign yourself 0 Reviewers Edit None - assign yourself Labels Edit None Milestone Edit None Time tracking No estimate or time spent Lock merge request Edit Unlocked Notifications Notifications 1 participant Reference: gitlab-qa-sandbox-group-5/qa-test-2023-03-16-00-29-13-29c1dec26665aa0c/review-merge-request-spec-project-11c96017286abdaf!1 Source branch: qa-test-feature-caf69065afc04f1d"2220 # ./qa/specs/features/browser_ui/3_create/web_ide/review_merge_request_spec.rb:47:in `block (4 levels) in <module:QA>'2221 # ./qa/scenario/actable.rb:16:in `perform'2222 # ./qa/specs/features/browser_ui/3_create/web_ide/review_merge_request_spec.rb:45:in `block (3 levels) in <module:QA>'2223 # ./qa/specs/spec_helper.rb:121:in `block (2 levels) in <top (required)>'2224 # ./qa/specs/knapsack_runner.rb:17:in `run'2225 # ./qa/specs/runner.rb:57:in `perform'2226 # ./qa/scenario/template.rb:10:in `block in perform'2227 # ./qa/scenario/template.rb:8:in `perform'2228 # ./qa/scenario/template.rb:50:in `perform'2229 # ./qa/scenario/template.rb:10:in `block in perform'2230 # ./qa/scenario/template.rb:8:in `perform'2231 # ./qa/scenario/bootable.rb:52:in `launch!'2232Finished in 39 minutes 42 seconds (files took 4.21 seconds to load)223391 examples, 1 failure, 10 pending2234Failed examples:2235rspec ./qa/specs/features/browser_ui/3_create/web_ide/review_merge_request_spec.rb:31 # Create Review a merge request in Web IDE opens and edits a merge request in Web IDE2236Randomized with seed 205502237[Mar 16 2023 01:06:29 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ee-c5e30d0e`2238[Mar 16 2023 01:06:29 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ee-c5e30d0e`2239bundler: failed to load command: gitlab-qa (/builds/gitlab-org/gitlab/.gems/bin/gitlab-qa)2240/usr/local/bin/bundle: Command `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" ...` failed! \e[31m✘\e[0m (Gitlab::QA::Support::ShellCommand::StatusError)2242Running after script...2243$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")2244$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"2437Uploading artifacts...2438gitlab-qa-run-*: found 444 matching files and directories 2439Uploading artifacts as "archive" to coordinator... 201 Created id=3943413058 responseStatus=201 Created token=64_wKKUs2440Uploading artifacts...2441gitlab-qa-run-*/**/rspec-*.xml: found 1 matching files and directories 2442Uploading artifacts as "junit" to coordinator... 201 Created id=3943413058 responseStatus=201 Created token=64_wKKUs2444ERROR: Job failed: exit code 1