instance 1/5
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.11.0 (436955cb)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:0965b14b96d892eee2a963801769af5328817a64ed1af67ec4d76364ddd62706 for docker:23.0.1-dind with digest docker@sha256:d9a0fd8bdd156aae6e9be5db0264e0bc99e000e89e92055d4567e27ff13daff0 ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:c542c7445bbcd8902b4aff9c0c23d65f9021b3d5ce9f8bef0c5978e178ee97cb 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:3c33cd32b8b2bb06c7a413f6ed11411c2b00d5fcbd116ed9342af59ead5ca236 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1689390627-fbfeb810-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: 189940, done. 20remote: Counting objects: 100% (189940/189940), done. 21remote: Compressing objects: 100% (123114/123114), done. 22remote: Total 189940 (delta 93892), reused 127297 (delta 59544), pack-reused 0 23Receiving objects: 100% (189940/189940), 147.07 MiB | 42.09 MiB/s, done.24Resolving deltas: 100% (93892/93892), done.26 * [new ref] refs/pipelines/932118365 -> refs/pipelines/93211836527 * [new branch] master -> origin/master28Checking out a2b87e91 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-25fc54ff225c814107db3bf4a8c26e7a-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-25fc54ff225c814107db3bf4a8c26e7a-16 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (4659949916)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4659949916 responseStatus=200 OK token=64_VRfu239Using docker image sha256:c542c7445bbcd8902b4aff9c0c23d65f9021b3d5ce9f8bef0c5978e178ee97cb 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:3c33cd32b8b2bb06c7a413f6ed11411c2b00d5fcbd116ed9342af59ead5ca236 ...40$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE41$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")42$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command43Bundle complete! 37 Gemfile dependencies, 135 gems now installed.44Use `bundle info [gemname]` to see where a bundled gem is installed.45$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"46$ echo "Running - '$QA_COMMAND'"47Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:a2b87e9110db59ac657374e5596d908371351a2b -- --format QA::Support::JsonFormatter --out tmp/rspec-4659949922.json --format RspecJunitFormatter --out tmp/rspec-4659949922.xml --format html --out tmp/rspec-$(echo instance 1/5 | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jul 15 2023 03:20:46 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-66e41cdd$`50[Jul 15 2023 03:20:46 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-66e41cdd --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`51[Jul 15 2023 03:20:48 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.1.0/tls_certificates/authority/. alpine-66e41cdd:/etc/gitlab/trusted-certs`52[Jul 15 2023 03:20:48 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.1.0/tls_certificates/gitlab/. alpine-66e41cdd:/etc/gitlab/ssl`53[Jul 15 2023 03:20:48 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-66e41cdd`54[Jul 15 2023 03:20:48 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-66e41cdd`55[Jul 15 2023 03:20:48 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`56[Jul 15 2023 03:20:48 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:a2b87e9110db59ac657374e5596d908371351a2b`57[Jul 15 2023 03:21:23 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ce-46f6e313$`58[Jul 15 2023 03:21:23 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`59[Jul 15 2023 03:21:23 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`60[Jul 15 2023 03:21:23 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ce-46f6e313 --net test --hostname gitlab-ce-46f6e313.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-07-15-03-20-46-ed198662/gitlab-ce-46f6e313/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:a2b87e9110db59ac657374e5596d908371351a2b`61[Jul 15 2023 03:21:32 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-46f6e313 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-07-15 03:20:4662# Gitlab::QA::Runtime::OmnibusConfigurations::Default63gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme64gitlab_rails['gitlab_disable_animations'] = true # Disable animations65gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry66gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password67gitlab_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;"`68[Jul 15 2023 03:21:32 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ce-46f6e313`69[Jul 15 2023 03:25:03 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...70[Jul 15 2023 03:25:03 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-46f6e313`71[Jul 15 2023 03:25:03 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ce-46f6e313 80/tcp`72[Jul 15 2023 03:25:03 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!73[Jul 15 2023 03:25:03 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-46f6e313 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`74[Jul 15 2023 03:25:03 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-46f6e313 bash -c "echo '#!/usr/bin/env bash75if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then76 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'77 exit 178fi79' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`80[Jul 15 2023 03:25:03 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-46f6e313 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`81[Jul 15 2023 03:25:03 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.1.0/support/data gitlab-ce-46f6e313:/tmp/data-seeds`82[Jul 15 2023 03:25:03 UTC (Gitlab QA)] INFO -- Running exec_commands...83[Jul 15 2023 03:25:03 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-46f6e313 bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`84[Jul 15 2023 03:25:55 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`85[Jul 15 2023 03:25:56 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:a2b87e9110db59ac657374e5596d908371351a2b`86[Jul 15 2023 03:26:55 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ce87[Jul 15 2023 03:26:55 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_FACEBOOK_OAUTH_APP_ID="$QA_FACEBOOK_OAUTH_APP_ID" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_KNAPSACK_REPORT_PATH="$QA_KNAPSACK_REPORT_PATH" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_FACEBOOK_OAUTH_APP_SECRET="$QA_FACEBOOK_OAUTH_APP_SECRET" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_FACEBOOK_PASSWORD="$QA_FACEBOOK_PASSWORD" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_TRIGGER_AUTO_QUARANTINE="$QA_TRIGGER_AUTO_QUARANTINE" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_SELENOID_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_SELENOID_BROWSER_IMAGE="selenoid/chrome" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_NAME_SLUG="$CI_JOB_NAME_SLUG" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_INDEX="$CI_NODE_INDEX" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-15-03-20-46-ed198662/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-15-03-20-46-ed198662/gitlab-ce-qa-b98b5b53:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/qa/knapsack:/home/gitlab/qa/knapsack:z --name gitlab-ce-qa-b98b5b53 registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:a2b87e9110db59ac657374e5596d908371351a2b Test::Instance::All http://gitlab-ce-46f6e313.test -- --format QA::Support::JsonFormatter --out tmp/rspec-4659949922.json --format RspecJunitFormatter --out tmp/rspec-4659949922.xml --format html --out tmp/rspec-instance_1_5.htm --color --format documentation`882023-07-15 03:27:00 / CONF :: 89 ==> Base URL: http://gitlab-ce-46f6e313.test90 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f8bee9572a8>91 ==> Libraries: Chemlab::Vendor92[Jul 15 2023 03:27:00 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA93[Jul 15 2023 03:27:00 UTC (QA Tests)] INFO -- Browser: chrome94[Jul 15 2023 03:27:00 UTC (QA Tests)] INFO -- Performing sanity check for environment!95[Jul 15 2023 03:27:01 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'96[Jul 15 2023 03:27:01 UTC (QA Tests)] INFO -- Report already exists, skipping!97[Jul 15 2023 03:27:01 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====98[Jul 15 2023 03:27:01 UTC (QA Tests)] INFO -- Report specs:99[Jul 15 2023 03:27:01 UTC (QA Tests)] INFO -- ["qa/specs/features/browser_ui/1_manage/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb", "qa/specs/features/browser_ui/4_verify/testing/view_code_coverage_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/pipeline_with_protected_variable_spec.rb", "qa/specs/features/browser_ui/1_manage/login/2fa_ssh_recovery_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_independent_relationship_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/rubygems_registry_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/automatically_creates_incident_for_alert_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_creation_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/invite_group_to_project_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_personal_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/revert/reverting_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/add_comment_to_snippet_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/pass_dotenv_variables_to_downstream_via_bridge_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/revert/revert_commit_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/add_file_to_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/snippet_index_page_spec.rb", "qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/raw_variables_defined_in_yaml_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/share_snippet_spec.rb", "qa/specs/features/browser_ui/9_data_stores/group/transfer_project_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_via_template_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/real_time_assignee_spec.rb", "qa/specs/features/browser_ui/1_manage/project/project_access_token_spec.rb", "qa/specs/features/browser_ui/3_create/source_editor/source_editor_toolbar_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/comment_issue_spec.rb", "qa/specs/features/browser_ui/2_plan/design_management/modify_design_content_spec.rb", "qa/specs/features/browser_ui/2_plan/related_issues/related_issues_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/export_as_csv_spec.rb", "qa/specs/features/browser_ui/14_analytics/service_ping_default_enabled_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_labels_spec.rb", "qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb", "qa/specs/features/api/3_create/repository/files_spec.rb", "qa/specs/features/api/3_create/repository/add_list_delete_branches_spec.rb"]100[Jul 15 2023 03:27:01 UTC (QA Tests)] INFO -- Leftover specs:101[Jul 15 2023 03:27:01 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/automatic_failover_and_recovery_spec.rb", "qa/specs/features/api/12_systems/gitaly/praefect_replication_queue_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/integrations/slash_commands_spec.rb", "qa/specs/features/browser_ui/1_manage/login/oauth_login_with_facebook_spec.rb", "qa/specs/features/browser_ui/2_plan/transient/comment_on_discussion_spec.rb", "qa/specs/features/browser_ui/5_package/container_registry/saas/container_registry_spec.rb", "qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb", "qa/specs/features/sanity/interception_spec.rb"]102[Jul 15 2023 03:27:01 UTC (QA Tests)] INFO -- Knapsack time offset warning enabled!103[Jul 15 2023 03:27:01 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'104[Jul 15 2023 03:27:01 UTC (QA Tests)] INFO -- Report already exists, skipping!105Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true, :requires_praefect=>true}106Randomized with seed 54837107Configure108 Auto DevOps with a Kubernetes Agent109 runs auto devops (PENDING: Test is not compatible with this environment or pipeline)110Plan111 Issues list112[Jul 15 2023 03:27:02 UTC (QA Tests)] INFO -- Starting test: Plan Issues list successfully exports issues list as CSV113[Jul 15 2023 03:27:02 UTC (QA Tests)] INFO -- filling :login_field with "root"114[Jul 15 2023 03:27:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field115[Jul 15 2023 03:27:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"116[Jul 15 2023 03:27:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field117[Jul 15 2023 03:27:03 UTC (QA Tests)] INFO -- clicking :sign_in_button118[Jul 15 2023 03:27:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.157s119[Jul 15 2023 03:27:05 UTC (QA Tests)] INFO -- Enabling super sidebar!120[Jul 15 2023 03:27:05 UTC (QA Tests)] INFO -- Super sidebar is already enabled121[Jul 15 2023 03:27:07 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA122[Jul 15 2023 03:27:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-sy8t2bap' via cache in 0.0 seconds123[Jul 15 2023 03:27:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.92 seconds124[Jul 15 2023 03:27:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 1.76 seconds125[Jul 15 2023 03:27:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-to-test-export-issues-as-csv-3647349e8f40c084' via api in 3.02 seconds126[Jul 15 2023 03:27:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 1.51 seconds127[Jul 15 2023 03:27:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 1.26 seconds128[Jul 15 2023 03:27:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-to-test-export-issues-as-csv-3647349e8f40c084129[Jul 15 2023 03:27:15 UTC (QA Tests)] INFO -- clicking :menu_section_button130[Jul 15 2023 03:27:15 UTC (QA Tests)] INFO -- clicking :nav_item_link131[Jul 15 2023 03:27:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.108s132[Jul 15 2023 03:27:16 UTC (QA Tests)] INFO -- clicking :issues_list_more_actions_dropdown133[Jul 15 2023 03:27:16 UTC (QA Tests)] INFO -- clicking :export_as_csv_button134[Jul 15 2023 03:27:17 UTC (QA Tests)] INFO -- clicking :export_issues_button135[Jul 15 2023 03:27:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element export_issues_button' took 1.387s136 successfully exports issues list as CSV137Data Stores138 Project transfer between groups139[Jul 15 2023 03:27:18 UTC (QA Tests)] INFO -- Starting test: Data Stores Project transfer between groups user transfers a project between groups140[Jul 15 2023 03:27:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.09 seconds141[Jul 15 2023 03:27:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/target-group-for-transfer_87413addea93f6d3' via api in 0.53 seconds142[Jul 15 2023 03:27:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.18 seconds143[Jul 15 2023 03:27:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/source-group-8d05f7ce6b1455f1' via api in 0.45 seconds144[Jul 15 2023 03:27:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/source-group-8d05f7ce6b1455f1/transfer-project-bcade98d44cafad0' via api in 1.56 seconds145[Jul 15 2023 03:27:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.95 seconds146[Jul 15 2023 03:27:22 UTC (QA Tests)] INFO -- filling :login_field with "root"147[Jul 15 2023 03:27:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field148[Jul 15 2023 03:27:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"149[Jul 15 2023 03:27:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field150[Jul 15 2023 03:27:23 UTC (QA Tests)] INFO -- clicking :sign_in_button151[Jul 15 2023 03:27:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.91s152[Jul 15 2023 03:27:24 UTC (QA Tests)] INFO -- Enabling super sidebar!153[Jul 15 2023 03:27:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled154[Jul 15 2023 03:27:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/source-group-8d05f7ce6b1455f1/transfer-project-bcade98d44cafad0155[Jul 15 2023 03:27:28 UTC (QA Tests)] INFO -- clicking :menu_section_button156[Jul 15 2023 03:27:29 UTC (QA Tests)] INFO -- clicking :nav_item_link157[Jul 15 2023 03:27:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.597s158[Jul 15 2023 03:27:32 UTC (QA Tests)] INFO -- Transferring project: transfer-project-bcade98d44cafad0 to namespace: gitlab-qa-sandbox-group-7/target-group-for-transfer_87413addea93f6d3159[Jul 15 2023 03:27:32 UTC (QA Tests)] INFO -- scrolling to :[data-testid="transfer_project_content"],[data-testid="transfer-project-content"],[data-qa-selector="transfer_project_content"],.qa-transfer-project-content160[Jul 15 2023 03:27:32 UTC (QA Tests)] INFO -- clicking :namespaces_list161[Jul 15 2023 03:27:32 UTC (QA Tests)] INFO -- filling :namespaces_list_search with "gitlab-qa-sandbox-group-7 / target-group-for-transfer_87413addea93f6d3"162[Jul 15 2023 03:27:32 UTC (QA Tests)] INFO -- clicking the coordinates of :namespaces_list_search163[Jul 15 2023 03:27:33 UTC (QA Tests)] INFO -- clicking :transfer_project_button164[Jul 15 2023 03:27:33 UTC (QA Tests)] INFO -- filling :confirm_danger_field with "transfer-project-bcade98d44cafad0"165[Jul 15 2023 03:27:33 UTC (QA Tests)] INFO -- clicking the coordinates of :confirm_danger_field166[Jul 15 2023 03:27:33 UTC (QA Tests)] INFO -- clicking :confirm_danger_modal_button167[Jul 15 2023 03:27:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_danger_modal_button' took 1.952s168[Jul 15 2023 03:27:35 UTC (QA Tests)] INFO -- clicking :nav_item_link169[Jul 15 2023 03:27:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.443s170 user transfers a project between groups171Create172 Merge request custom templates173[Jul 15 2023 03:27:37 UTC (QA Tests)] INFO -- Starting test: Create Merge request custom templates creates a merge request via custom template174[Jul 15 2023 03:27:38 UTC (QA Tests)] INFO -- filling :login_field with "root"175[Jul 15 2023 03:27:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field176[Jul 15 2023 03:27:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"177[Jul 15 2023 03:27:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field178[Jul 15 2023 03:27:38 UTC (QA Tests)] INFO -- clicking :sign_in_button179[Jul 15 2023 03:27:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.996s180[Jul 15 2023 03:27:40 UTC (QA Tests)] INFO -- Enabling super sidebar!181[Jul 15 2023 03:27:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled182[Jul 15 2023 03:27:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds183[Jul 15 2023 03:27:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.21 seconds184[Jul 15 2023 03:27:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/custom-mr-template-project-219df5117b28ce25' via api in 1.02 seconds185[Jul 15 2023 03:27:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.58 seconds186[Jul 15 2023 03:27:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds187[Jul 15 2023 03:27:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/custom-mr-template-project-219df5117b28ce25188[Jul 15 2023 03:27:45 UTC (QA Tests)] INFO -- clicking :create_merge_request_button189[Jul 15 2023 03:27:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.335s190[Jul 15 2023 03:27:47 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"191[Jul 15 2023 03:27:47 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field192[Jul 15 2023 03:27:48 UTC (QA Tests)] INFO -- clicking :close_button193[Jul 15 2023 03:27:48 UTC (QA Tests)] INFO -- clicking :template_dropdown194[Jul 15 2023 03:27:48 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present195[Jul 15 2023 03:27:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.136s196[Jul 15 2023 03:27:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 8.47 seconds197 creates a merge request via custom template198Create199 Reverting a commit200[Jul 15 2023 03:27:51 UTC (QA Tests)] INFO -- Starting test: Create Reverting a commit creates a merge request201[Jul 15 2023 03:27:52 UTC (QA Tests)] INFO -- filling :login_field with "root"202[Jul 15 2023 03:27:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field203[Jul 15 2023 03:27:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"204[Jul 15 2023 03:27:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field205[Jul 15 2023 03:27:53 UTC (QA Tests)] INFO -- clicking :sign_in_button206[Jul 15 2023 03:27:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.201s207[Jul 15 2023 03:27:54 UTC (QA Tests)] INFO -- Enabling super sidebar!208[Jul 15 2023 03:27:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled209[Jul 15 2023 03:27:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds210[Jul 15 2023 03:27:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.15 seconds211[Jul 15 2023 03:27:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-19c37065dc4a2470' via api in 1.82 seconds212[Jul 15 2023 03:27:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.64 seconds213[Jul 15 2023 03:27:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::Commit at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-19c37065dc4a2470/-/commit/fd9af243bf3bde78c75b2be7da97f35f5cf0c360214[Jul 15 2023 03:28:00 UTC (QA Tests)] INFO -- clicking :options_button215[Jul 15 2023 03:28:00 UTC (QA Tests)] INFO -- clicking :revert_button and ensuring QA::Page::Component::CommitModal is present216[Jul 15 2023 03:28:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element revert_button' took 0.523s217[Jul 15 2023 03:28:00 UTC (QA Tests)] INFO -- clicking :submit_commit_button218[Jul 15 2023 03:28:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_commit_button' took 1.952s219[Jul 15 2023 03:28:02 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present220[Jul 15 2023 03:28:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.314s221[Jul 15 2023 03:28:06 UTC (QA Tests)] INFO -- clicking :diffs_tab222[Jul 15 2023 03:28:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? file_name_content' took 11.058s223[Jul 15 2023 03:28:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? file_tree_container' took 11.053s224[Jul 15 2023 03:28:28 UTC (QA Tests)] INFO -- clicking :file_tree_button225[Jul 15 2023 03:28:28 UTC (QA Tests)] INFO -- filling :diff_tree_search with "secret_file.md"226[Jul 15 2023 03:28:28 UTC (QA Tests)] INFO -- clicking the coordinates of :diff_tree_search227[Jul 15 2023 03:28:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-19c37065dc4a2470'228 creates a merge request229Plan230 Issue comments231[Jul 15 2023 03:28:29 UTC (QA Tests)] INFO -- Starting test: Plan Issue comments comments on an issue and edits the comment232[Jul 15 2023 03:28:30 UTC (QA Tests)] INFO -- filling :login_field with "root"233[Jul 15 2023 03:28:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field234[Jul 15 2023 03:28:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"235[Jul 15 2023 03:28:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field236[Jul 15 2023 03:28:31 UTC (QA Tests)] INFO -- clicking :sign_in_button237[Jul 15 2023 03:28:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.912s238[Jul 15 2023 03:28:32 UTC (QA Tests)] INFO -- Enabling super sidebar!239[Jul 15 2023 03:28:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled240[Jul 15 2023 03:28:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.08 seconds241[Jul 15 2023 03:28:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.15 seconds242[Jul 15 2023 03:28:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-for-issues-1b7572289d18abbb' via api in 0.79 seconds243[Jul 15 2023 03:28:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '3' via api in 1.19 seconds244[Jul 15 2023 03:28:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-for-issues-1b7572289d18abbb/-/issues/1245[Jul 15 2023 03:28:37 UTC (QA Tests)] INFO -- clicking :issue_title246[Jul 15 2023 03:28:37 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown247[Jul 15 2023 03:28:37 UTC (QA Tests)] INFO -- filling :comment_field with "First version of the comment248"249[Jul 15 2023 03:28:37 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field250[Jul 15 2023 03:28:38 UTC (QA Tests)] INFO -- clicking :comment_button251[Jul 15 2023 03:28:39 UTC (QA Tests)] INFO -- clicking :note_edit_button252[Jul 15 2023 03:28:39 UTC (QA Tests)] INFO -- filling :reply_field with "Second version of the comment"253[Jul 15 2023 03:28:39 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field254[Jul 15 2023 03:28:40 UTC (QA Tests)] INFO -- clicking :reply_comment_button255 comments on an issue and edits the comment256Package257 SaaS Container Registry258 pushes project image to the container registry and deletes tag (PENDING: Test is not compatible with this environment or pipeline)259Verify260 Pipeline with protected variable261[Jul 15 2023 03:28:40 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with protected variable does not expose variable on unprotected branch262[Jul 15 2023 03:28:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds263[Jul 15 2023 03:28:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.13 seconds264[Jul 15 2023 03:28:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-ci-variables-9df7133bb0d4a3e2' via api in 0.73 seconds265[Jul 15 2023 03:28:41 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.266[Jul 15 2023 03:28:41 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`267[Jul 15 2023 03:28:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`268[Jul 15 2023 03:28:44 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-hd7jfoz6 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-hd7jfoz6 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-hd7jfoz6 --url http://gitlab-ce-46f6e313.test --registration-token **** --tag-list qa-runner-hd7jfoz6 --executor shell && gitlab-runner run" `269[Jul 15 2023 03:28:47 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-hd7jfoz6`270[Jul 15 2023 03:28:47 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`271[Jul 15 2023 03:28:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-hd7jfoz6' via api in 7.37 seconds272[Jul 15 2023 03:28:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds273[Jul 15 2023 03:28:50 UTC (QA Tests)] INFO -- filling :login_field with "root"274[Jul 15 2023 03:28:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field275[Jul 15 2023 03:28:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"276[Jul 15 2023 03:28:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field277[Jul 15 2023 03:28:50 UTC (QA Tests)] INFO -- clicking :sign_in_button278[Jul 15 2023 03:28:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.969s279[Jul 15 2023 03:28:52 UTC (QA Tests)] INFO -- Enabling super sidebar!280[Jul 15 2023 03:28:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled281[Jul 15 2023 03:28:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-ci-variables-9df7133bb0d4a3e2282[Jul 15 2023 03:28:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.3 seconds283[Jul 15 2023 03:28:55 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-ci-variables-9df7133bb0d4a3e2 QA::Resource::Project284[Jul 15 2023 03:28:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.3 seconds285[Jul 15 2023 03:28:56 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-ci-variables-9df7133bb0d4a3e2 QA::Resource::Project286[Jul 15 2023 03:28:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds287[Jul 15 2023 03:28:57 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user1288[Jul 15 2023 03:28:57 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user1, last six chars of token:yzx6nq289[Jul 15 2023 03:28:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-ywz1zjcr' via api in 0.08 seconds290[Jul 15 2023 03:28:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.62 seconds291[Jul 15 2023 03:28:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.02 seconds292[Jul 15 2023 03:28:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.053s293[Jul 15 2023 03:28:59 UTC (QA Tests)] INFO -- clicking :user_avatar_content294[Jul 15 2023 03:29:00 UTC (QA Tests)] INFO -- clicking :sign_out_link295[Jul 15 2023 03:29:00 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"296[Jul 15 2023 03:29:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field297[Jul 15 2023 03:29:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"298[Jul 15 2023 03:29:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field299[Jul 15 2023 03:29:01 UTC (QA Tests)] INFO -- clicking :sign_in_button300[Jul 15 2023 03:29:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.913s301[Jul 15 2023 03:29:02 UTC (QA Tests)] INFO -- Enabling super sidebar!302[Jul 15 2023 03:29:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled303[Jul 15 2023 03:29:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-ci-variables-9df7133bb0d4a3e2304[Jul 15 2023 03:29:05 UTC (QA Tests)] INFO -- clicking :menu_section_button305[Jul 15 2023 03:29:05 UTC (QA Tests)] INFO -- clicking :nav_item_link306[Jul 15 2023 03:29:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.668s307[Jul 15 2023 03:29:07 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present308[Jul 15 2023 03:29:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.131s309[Jul 15 2023 03:29:08 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user2310[Jul 15 2023 03:29:09 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user2, last six chars of token:2zvim9311[Jul 15 2023 03:29:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user2-nsr32hw9' via api in 0.09 seconds312[Jul 15 2023 03:29:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds313[Jul 15 2023 03:29:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '2' via api in 1.12 seconds314[Jul 15 2023 03:29:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.046s315[Jul 15 2023 03:29:11 UTC (QA Tests)] INFO -- clicking :user_avatar_content316[Jul 15 2023 03:29:11 UTC (QA Tests)] INFO -- clicking :sign_out_link317[Jul 15 2023 03:29:12 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"318[Jul 15 2023 03:29:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field319[Jul 15 2023 03:29:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"320[Jul 15 2023 03:29:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field321[Jul 15 2023 03:29:13 UTC (QA Tests)] INFO -- clicking :sign_in_button322[Jul 15 2023 03:29:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.796s323[Jul 15 2023 03:29:14 UTC (QA Tests)] INFO -- Enabling super sidebar!324[Jul 15 2023 03:29:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled325[Jul 15 2023 03:29:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-ci-variables-9df7133bb0d4a3e2326[Jul 15 2023 03:29:16 UTC (QA Tests)] INFO -- clicking :menu_section_button327[Jul 15 2023 03:29:16 UTC (QA Tests)] INFO -- clicking :nav_item_link328[Jul 15 2023 03:29:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.69s329[Jul 15 2023 03:29:18 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present330[Jul 15 2023 03:29:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.828s331[Jul 15 2023 03:29:21 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-hd7jfoz6'332[Jul 15 2023 03:29:21 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-hd7jfoz6`333 does not expose variable on unprotected branch334[Jul 15 2023 03:29:21 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with protected variable exposes variable on protected branch335[Jul 15 2023 03:29:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds336[Jul 15 2023 03:29:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.13 seconds337[Jul 15 2023 03:29:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-ci-variables-2f9bf858b9246fb7' via api in 0.71 seconds338[Jul 15 2023 03:29:22 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.339[Jul 15 2023 03:29:22 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`340[Jul 15 2023 03:29:27 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`341[Jul 15 2023 03:29:27 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-dws0slj0 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-dws0slj0 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-dws0slj0 --url http://gitlab-ce-46f6e313.test --registration-token **** --tag-list qa-runner-dws0slj0 --executor shell && gitlab-runner run" `342[Jul 15 2023 03:29:27 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-dws0slj0`343[Jul 15 2023 03:29:28 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`344[Jul 15 2023 03:29:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-dws0slj0' via api in 7.21 seconds345[Jul 15 2023 03:29:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.74 seconds346[Jul 15 2023 03:29:31 UTC (QA Tests)] INFO -- filling :login_field with "root"347[Jul 15 2023 03:29:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field348[Jul 15 2023 03:29:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"349[Jul 15 2023 03:29:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field350[Jul 15 2023 03:29:31 UTC (QA Tests)] INFO -- clicking :sign_in_button351[Jul 15 2023 03:29:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.959s352[Jul 15 2023 03:29:33 UTC (QA Tests)] INFO -- Enabling super sidebar!353[Jul 15 2023 03:29:33 UTC (QA Tests)] INFO -- Super sidebar is already enabled354[Jul 15 2023 03:29:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-ci-variables-2f9bf858b9246fb7355[Jul 15 2023 03:29:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds356[Jul 15 2023 03:29:36 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-ci-variables-2f9bf858b9246fb7 QA::Resource::Project357[Jul 15 2023 03:29:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds358[Jul 15 2023 03:29:36 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-ci-variables-2f9bf858b9246fb7 QA::Resource::Project359[Jul 15 2023 03:29:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds360[Jul 15 2023 03:29:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.35 seconds361[Jul 15 2023 03:29:37 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"362[Jul 15 2023 03:29:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 1.47 seconds363[Jul 15 2023 03:29:38 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:yzx6nq364[Jul 15 2023 03:29:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-5ivv36bw' via cache in 0.0 seconds365[Jul 15 2023 03:29:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds366[Jul 15 2023 03:29:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.049s367[Jul 15 2023 03:29:40 UTC (QA Tests)] INFO -- clicking :user_avatar_content368[Jul 15 2023 03:29:40 UTC (QA Tests)] INFO -- clicking :sign_out_link369[Jul 15 2023 03:29:41 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"370[Jul 15 2023 03:29:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field371[Jul 15 2023 03:29:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"372[Jul 15 2023 03:29:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field373[Jul 15 2023 03:29:41 UTC (QA Tests)] INFO -- clicking :sign_in_button374[Jul 15 2023 03:29:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.761s375[Jul 15 2023 03:29:43 UTC (QA Tests)] INFO -- Enabling super sidebar!376[Jul 15 2023 03:29:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled377[Jul 15 2023 03:29:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-ci-variables-2f9bf858b9246fb7378[Jul 15 2023 03:29:45 UTC (QA Tests)] INFO -- clicking :menu_section_button379[Jul 15 2023 03:29:45 UTC (QA Tests)] INFO -- clicking :nav_item_link380[Jul 15 2023 03:29:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.029s381[Jul 15 2023 03:29:47 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present382[Jul 15 2023 03:29:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.072s383[Jul 15 2023 03:29:49 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user2, last six chars of token:2zvim9384[Jul 15 2023 03:29:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user2-562lawjf' via cache in 0.0 seconds385[Jul 15 2023 03:29:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.38 seconds386[Jul 15 2023 03:29:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.029s387[Jul 15 2023 03:29:50 UTC (QA Tests)] INFO -- clicking :user_avatar_content388[Jul 15 2023 03:29:51 UTC (QA Tests)] INFO -- clicking :sign_out_link389[Jul 15 2023 03:29:51 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"390[Jul 15 2023 03:29:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field391[Jul 15 2023 03:29:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"392[Jul 15 2023 03:29:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field393[Jul 15 2023 03:29:52 UTC (QA Tests)] INFO -- clicking :sign_in_button394[Jul 15 2023 03:29:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.902s395[Jul 15 2023 03:29:53 UTC (QA Tests)] INFO -- Enabling super sidebar!396[Jul 15 2023 03:29:53 UTC (QA Tests)] INFO -- Super sidebar is already enabled397[Jul 15 2023 03:29:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-ci-variables-2f9bf858b9246fb7398[Jul 15 2023 03:29:56 UTC (QA Tests)] INFO -- clicking :menu_section_button399[Jul 15 2023 03:29:56 UTC (QA Tests)] INFO -- clicking :nav_item_link400[Jul 15 2023 03:29:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.711s401[Jul 15 2023 03:29:58 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present402[Jul 15 2023 03:29:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.142s403[Jul 15 2023 03:29:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-dws0slj0'404[Jul 15 2023 03:29:59 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-dws0slj0`405 exposes variable on protected branch406Create407 Create, Retrieve and Delete branches via API408[Jul 15 2023 03:30:00 UTC (QA Tests)] INFO -- Starting test: Create Create, Retrieve and Delete branches via API creates, retrieves and deletes branches409[Jul 15 2023 03:30:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.08 seconds410[Jul 15 2023 03:30:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.15 seconds411[Jul 15 2023 03:30:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-qa-test-7d0994016af7c9c8' via api in 0.63 seconds412[Jul 15 2023 03:30:02 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add file.txt"413[Jul 15 2023 03:30:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Branch with name 'create-branch' via api in 0.44 seconds414[Jul 15 2023 03:30:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Repository::Branch with name 'delete-branch' via api in 0.1 seconds415[Jul 15 2023 03:30:03 UTC (QA Tests)] INFO -- Removed a QA::Resource::Repository::Branch with name 'delete-branch'416 creates, retrieves and deletes branches417Create418 Multiple file snippet419 behaves like adding file to snippet420[Jul 15 2023 03:30:03 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like adding file to snippet adds second file to an existing personal_snippet to make it multi-file421[Jul 15 2023 03:30:04 UTC (QA Tests)] INFO -- filling :login_field with "root"422[Jul 15 2023 03:30:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field423[Jul 15 2023 03:30:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"424[Jul 15 2023 03:30:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field425[Jul 15 2023 03:30:05 UTC (QA Tests)] INFO -- clicking :sign_in_button426[Jul 15 2023 03:30:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.935s427[Jul 15 2023 03:30:06 UTC (QA Tests)] INFO -- Enabling super sidebar!428[Jul 15 2023 03:30:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled429[Jul 15 2023 03:30:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '1' via api in 0.39 seconds430[Jul 15 2023 03:30:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-46f6e313.test/-/snippets/1431[Jul 15 2023 03:30:09 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present432[Jul 15 2023 03:30:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 0.856s433[Jul 15 2023 03:30:09 UTC (QA Tests)] INFO -- clicking :add_file_button434[Jul 15 2023 03:30:10 UTC (QA Tests)] INFO -- filling :file_name_field with "Second file name"435[Jul 15 2023 03:30:10 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field436[Jul 15 2023 03:30:10 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button437[Jul 15 2023 03:30:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.102s438[Jul 15 2023 03:30:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.114s439 adds second file to an existing personal_snippet to make it multi-file440 behaves like adding file to snippet441[Jul 15 2023 03:30:12 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like adding file to snippet adds second file to an existing project_snippet to make it multi-file442[Jul 15 2023 03:30:13 UTC (QA Tests)] INFO -- filling :login_field with "root"443[Jul 15 2023 03:30:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field444[Jul 15 2023 03:30:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"445[Jul 15 2023 03:30:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field446[Jul 15 2023 03:30:14 UTC (QA Tests)] INFO -- clicking :sign_in_button447[Jul 15 2023 03:30:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.007s448[Jul 15 2023 03:30:15 UTC (QA Tests)] INFO -- Enabling super sidebar!449[Jul 15 2023 03:30:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled450[Jul 15 2023 03:30:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds451[Jul 15 2023 03:30:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.12 seconds452[Jul 15 2023 03:30:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-snippets-e99ea30868aa9dac' via api in 0.57 seconds453[Jul 15 2023 03:30:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '2' via api in 1.09 seconds454[Jul 15 2023 03:30:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-snippets-e99ea30868aa9dac/-/snippets/2455[Jul 15 2023 03:30:18 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present456[Jul 15 2023 03:30:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.176s457[Jul 15 2023 03:30:20 UTC (QA Tests)] INFO -- clicking :add_file_button458[Jul 15 2023 03:30:20 UTC (QA Tests)] INFO -- filling :file_name_field with "Second file name"459[Jul 15 2023 03:30:20 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field460[Jul 15 2023 03:30:20 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button461[Jul 15 2023 03:30:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.527s462[Jul 15 2023 03:30:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.538s463 adds second file to an existing project_snippet to make it multi-file464Manage465 2FA466[Jul 15 2023 03:30:23 UTC (QA Tests)] INFO -- Starting test: Manage 2FA allows 2FA code recovery via ssh467[Jul 15 2023 03:30:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-22e785b915083990' via api in 0.25 seconds468[Jul 15 2023 03:30:23 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230715-38-7ii8pe/id_rsa -N `469[Jul 15 2023 03:30:24 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-22e785b915083990470[Jul 15 2023 03:30:24 UTC (QA Tests)] INFO -- Caching token for username: qa-user-22e785b915083990, last six chars of token:AVPZnT471[Jul 15 2023 03:30:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-22e785b915083990-e2w2i27i' via api in 0.09 seconds472[Jul 15 2023 03:30:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '1' via api in 1.03 seconds473[Jul 15 2023 03:30:24 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-22e785b915083990"474[Jul 15 2023 03:30:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field475[Jul 15 2023 03:30:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"476[Jul 15 2023 03:30:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field477[Jul 15 2023 03:30:25 UTC (QA Tests)] INFO -- clicking :sign_in_button478[Jul 15 2023 03:30:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.862s479[Jul 15 2023 03:30:26 UTC (QA Tests)] INFO -- Enabling super sidebar!480[Jul 15 2023 03:30:26 UTC (QA Tests)] INFO -- Super sidebar is already enabled481[Jul 15 2023 03:30:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.021s482[Jul 15 2023 03:30:29 UTC (QA Tests)] INFO -- clicking :user_avatar_content483[Jul 15 2023 03:30:29 UTC (QA Tests)] INFO -- clicking :edit_profile_link484[Jul 15 2023 03:30:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.681s485[Jul 15 2023 03:30:30 UTC (QA Tests)] INFO -- clicking :nav_item_link486[Jul 15 2023 03:30:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.837s487[Jul 15 2023 03:30:31 UTC (QA Tests)] INFO -- clicking :enable_2fa_button488[Jul 15 2023 03:30:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element enable_2fa_button' took 0.666s489[Jul 15 2023 03:31:00 UTC (QA Tests)] INFO -- filling :pin_code_field with "677030"490[Jul 15 2023 03:31:00 UTC (QA Tests)] INFO -- clicking the coordinates of :pin_code_field491[Jul 15 2023 03:31:01 UTC (QA Tests)] INFO -- filling :current_password_field with "*****"492[Jul 15 2023 03:31:01 UTC (QA Tests)] INFO -- clicking the coordinates of :current_password_field493[Jul 15 2023 03:31:01 UTC (QA Tests)] INFO -- clicking :register_2fa_app_button494[Jul 15 2023 03:31:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element register_2fa_app_button' took 1.513s495[Jul 15 2023 03:31:03 UTC (QA Tests)] INFO -- clicking :copy_button496[Jul 15 2023 03:31:03 UTC (QA Tests)] INFO -- clicking :proceed_button497[Jul 15 2023 03:31:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.053s498[Jul 15 2023 03:31:04 UTC (QA Tests)] INFO -- clicking :user_avatar_content499[Jul 15 2023 03:31:05 UTC (QA Tests)] INFO -- clicking :sign_out_link500[Jul 15 2023 03:31:06 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-22e785b915083990"501[Jul 15 2023 03:31:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field502[Jul 15 2023 03:31:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"503[Jul 15 2023 03:31:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field504[Jul 15 2023 03:31:07 UTC (QA Tests)] INFO -- clicking :sign_in_button505[Jul 15 2023 03:31:08 UTC (QA Tests)] INFO -- Enabling super sidebar!506[Jul 15 2023 03:31:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.032s507[Jul 15 2023 03:31:11 UTC (QA Tests)] INFO -- User is not signed in, skipping508[Jul 15 2023 03:31:12 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "0533475ea956e3c8"509[Jul 15 2023 03:31:12 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field510[Jul 15 2023 03:31:12 UTC (QA Tests)] INFO -- clicking :verify_code_button511[Jul 15 2023 03:31:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element verify_code_button' took 0.991s512[Jul 15 2023 03:31:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.048s513[Jul 15 2023 03:31:14 UTC (QA Tests)] INFO -- clicking :user_avatar_content514[Jul 15 2023 03:31:14 UTC (QA Tests)] INFO -- clicking :sign_out_link515[Jul 15 2023 03:31:15 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-22e785b915083990"516[Jul 15 2023 03:31:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field517[Jul 15 2023 03:31:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"518[Jul 15 2023 03:31:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field519[Jul 15 2023 03:31:16 UTC (QA Tests)] INFO -- clicking :sign_in_button520[Jul 15 2023 03:31:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.63s521[Jul 15 2023 03:31:17 UTC (QA Tests)] INFO -- Enabling super sidebar!522[Jul 15 2023 03:31:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.037s523[Jul 15 2023 03:31:20 UTC (QA Tests)] INFO -- User is not signed in, skipping524[Jul 15 2023 03:31:21 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "0533475ea956e3c8"525[Jul 15 2023 03:31:21 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field526[Jul 15 2023 03:31:21 UTC (QA Tests)] INFO -- clicking :verify_code_button527[Jul 15 2023 03:31:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element verify_code_button' took 0.827s528 allows 2FA code recovery via ssh529Plan530 Testing wiki content creation inside a project531[Jul 15 2023 03:31:22 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a home page to the wiki using git push532[Jul 15 2023 03:31:23 UTC (QA Tests)] INFO -- filling :login_field with "root"533[Jul 15 2023 03:31:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field534[Jul 15 2023 03:31:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"535[Jul 15 2023 03:31:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field536[Jul 15 2023 03:31:23 UTC (QA Tests)] INFO -- clicking :sign_in_button537[Jul 15 2023 03:31:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.032s538[Jul 15 2023 03:31:25 UTC (QA Tests)] INFO -- Enabling super sidebar!539[Jul 15 2023 03:31:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled540[Jul 15 2023 03:31:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds541[Jul 15 2023 03:31:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.12 seconds542[Jul 15 2023 03:31:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/wiki_testing-ac3cf3352f699dad' via api in 0.71 seconds543[Jul 15 2023 03:31:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::WikiPush via browser_ui in 1.84 seconds544[Jul 15 2023 03:31:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::WikiPush at http://root@gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/wiki_testing-ac3cf3352f699dad/-/wikis/just_another_wiki_page545 by adding a home page to the wiki using git push546[Jul 15 2023 03:31:29 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a home page to the wiki547[Jul 15 2023 03:31:30 UTC (QA Tests)] INFO -- filling :login_field with "root"548[Jul 15 2023 03:31:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field549[Jul 15 2023 03:31:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"550[Jul 15 2023 03:31:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field551[Jul 15 2023 03:31:31 UTC (QA Tests)] INFO -- clicking :sign_in_button552[Jul 15 2023 03:31:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.177s553[Jul 15 2023 03:31:32 UTC (QA Tests)] INFO -- Enabling super sidebar!554[Jul 15 2023 03:31:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled555[Jul 15 2023 03:31:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds556[Jul 15 2023 03:31:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.14 seconds557[Jul 15 2023 03:31:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/the_awesome_project-b4257313e0f3662a' via api in 0.99 seconds558[Jul 15 2023 03:31:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/the_awesome_project-b4257313e0f3662a559[Jul 15 2023 03:31:36 UTC (QA Tests)] INFO -- clicking :menu_section_button560[Jul 15 2023 03:31:36 UTC (QA Tests)] INFO -- clicking :nav_item_link561[Jul 15 2023 03:31:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.69s562[Jul 15 2023 03:31:37 UTC (QA Tests)] INFO -- clicking :create_first_page_link563[Jul 15 2023 03:31:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_first_page_link' took 0.907s564[Jul 15 2023 03:31:38 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "just_another_wiki_page"565[Jul 15 2023 03:31:38 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox566[Jul 15 2023 03:31:38 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "this content is changed or added"567[Jul 15 2023 03:31:38 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field568[Jul 15 2023 03:31:39 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "this is a new addition to the wiki"569[Jul 15 2023 03:31:39 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox570[Jul 15 2023 03:31:40 UTC (QA Tests)] INFO -- clicking :wiki_submit_button571[Jul 15 2023 03:31:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.229s572 by adding a home page to the wiki573[Jul 15 2023 03:31:41 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a second page to the wiki using git push574[Jul 15 2023 03:31:42 UTC (QA Tests)] INFO -- filling :login_field with "root"575[Jul 15 2023 03:31:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field576[Jul 15 2023 03:31:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"577[Jul 15 2023 03:31:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field578[Jul 15 2023 03:31:43 UTC (QA Tests)] INFO -- clicking :sign_in_button579[Jul 15 2023 03:31:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.934s580[Jul 15 2023 03:31:44 UTC (QA Tests)] INFO -- Enabling super sidebar!581[Jul 15 2023 03:31:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled582[Jul 15 2023 03:31:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds583[Jul 15 2023 03:31:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.12 seconds584[Jul 15 2023 03:31:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/wiki_testing-49c55cb1fccba3b0' via api in 0.55 seconds585[Jul 15 2023 03:31:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.01 seconds586[Jul 15 2023 03:31:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::WikiPush via browser_ui in 1.02 seconds587[Jul 15 2023 03:31:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::WikiPush at http://root@gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/wiki_testing-49c55cb1fccba3b0/-/wikis/just_another_wiki_page588 by adding a second page to the wiki using git push589[Jul 15 2023 03:31:49 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a second page to the wiki590[Jul 15 2023 03:31:49 UTC (QA Tests)] INFO -- filling :login_field with "root"591[Jul 15 2023 03:31:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field592[Jul 15 2023 03:31:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"593[Jul 15 2023 03:31:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field594[Jul 15 2023 03:31:50 UTC (QA Tests)] INFO -- clicking :sign_in_button595[Jul 15 2023 03:31:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.943s596[Jul 15 2023 03:31:52 UTC (QA Tests)] INFO -- Enabling super sidebar!597[Jul 15 2023 03:31:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled598[Jul 15 2023 03:31:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds599[Jul 15 2023 03:31:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.13 seconds600[Jul 15 2023 03:31:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/wiki_testing-cb9ae1ed4d262be9' via api in 1.11 seconds601[Jul 15 2023 03:31:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.58 seconds602[Jul 15 2023 03:31:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/wiki_testing-cb9ae1ed4d262be9/-/wikis/Home603[Jul 15 2023 03:31:55 UTC (QA Tests)] INFO -- clicking :new_page_button604[Jul 15 2023 03:31:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_page_button' took 1.006s605[Jul 15 2023 03:31:56 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "just_another_wiki_page"606[Jul 15 2023 03:31:56 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox607[Jul 15 2023 03:31:57 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "this content is changed or added"608[Jul 15 2023 03:31:57 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field609[Jul 15 2023 03:31:58 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "this is a new addition to the wiki"610[Jul 15 2023 03:31:58 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox611[Jul 15 2023 03:31:59 UTC (QA Tests)] INFO -- clicking :wiki_submit_button612[Jul 15 2023 03:32:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.541s613 by adding a second page to the wiki614Create615 Commit data616[Jul 15 2023 03:32:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.16 seconds617[Jul 15 2023 03:32:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds618[Jul 15 2023 03:32:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.14 seconds619[Jul 15 2023 03:32:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-code-d162b37ad01f84d5' via api in 1.26 seconds620[Jul 15 2023 03:32:04 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"621[Jul 15 2023 03:32:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.22 seconds622[Jul 15 2023 03:32:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.09 seconds623[Jul 15 2023 03:32:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.15 seconds624[Jul 15 2023 03:32:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-new-file-3af2000025f94c94' via api in 1.03 seconds625[Jul 15 2023 03:32:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'second' via api in 0.69 seconds626[Jul 15 2023 03:32:06 UTC (QA Tests)] INFO -- Starting test: Create Commit data user views raw commit diff627[Jul 15 2023 03:32:07 UTC (QA Tests)] INFO -- filling :login_field with "root"628[Jul 15 2023 03:32:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field629[Jul 15 2023 03:32:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"630[Jul 15 2023 03:32:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field631[Jul 15 2023 03:32:07 UTC (QA Tests)] INFO -- clicking :sign_in_button632[Jul 15 2023 03:32:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.019s633[Jul 15 2023 03:32:09 UTC (QA Tests)] INFO -- Enabling super sidebar!634[Jul 15 2023 03:32:09 UTC (QA Tests)] INFO -- Super sidebar is already enabled635[Jul 15 2023 03:32:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-code-d162b37ad01f84d5636[Jul 15 2023 03:32:13 UTC (QA Tests)] INFO -- clicking :options_button637[Jul 15 2023 03:32:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.791s638[Jul 15 2023 03:32:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element options_button' took 0.873s639 user views raw commit diff640[Jul 15 2023 03:32:14 UTC (QA Tests)] INFO -- Starting test: Create Commit data user views raw email patch641[Jul 15 2023 03:32:15 UTC (QA Tests)] INFO -- filling :login_field with "root"642[Jul 15 2023 03:32:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field643[Jul 15 2023 03:32:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"644[Jul 15 2023 03:32:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field645[Jul 15 2023 03:32:16 UTC (QA Tests)] INFO -- clicking :sign_in_button646[Jul 15 2023 03:32:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.004s647[Jul 15 2023 03:32:17 UTC (QA Tests)] INFO -- Enabling super sidebar!648[Jul 15 2023 03:32:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled649[Jul 15 2023 03:32:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-code-d162b37ad01f84d5650[Jul 15 2023 03:32:22 UTC (QA Tests)] INFO -- clicking :options_button651 user views raw email patch652Plan653 Related issues654[Jul 15 2023 03:32:22 UTC (QA Tests)] INFO -- Starting test: Plan Related issues relates and unrelates one issue to/from another655[Jul 15 2023 03:32:23 UTC (QA Tests)] INFO -- filling :login_field with "root"656[Jul 15 2023 03:32:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field657[Jul 15 2023 03:32:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"658[Jul 15 2023 03:32:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field659[Jul 15 2023 03:32:23 UTC (QA Tests)] INFO -- clicking :sign_in_button660[Jul 15 2023 03:32:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.044s661[Jul 15 2023 03:32:25 UTC (QA Tests)] INFO -- Enabling super sidebar!662[Jul 15 2023 03:32:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled663[Jul 15 2023 03:32:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds664[Jul 15 2023 03:32:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.14 seconds665[Jul 15 2023 03:32:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-to-test-related-issues-892af0c4f44abb25' via api in 0.6 seconds666[Jul 15 2023 03:32:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 0.27 seconds667[Jul 15 2023 03:32:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-to-test-related-issues-892af0c4f44abb25/-/issues/1668[Jul 15 2023 03:32:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '5' via api in 0.22 seconds669[Jul 15 2023 03:32:30 UTC (QA Tests)] INFO -- clicking :related_issues_plus_button670[Jul 15 2023 03:32:30 UTC (QA Tests)] INFO -- filling :add_issue_field with "http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-to-test-related-issues-892af0c4f44abb25/-/issues/2"671[Jul 15 2023 03:32:30 UTC (QA Tests)] INFO -- clicking the coordinates of :add_issue_field672[Jul 15 2023 03:32:31 UTC (QA Tests)] INFO -- clicking :remove_related_issue_button673 relates and unrelates one issue to/from another674Verify675 Parent-child pipelines independent relationship676[Jul 15 2023 03:32:31 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipeline passes even if child fails677[Jul 15 2023 03:32:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds678[Jul 15 2023 03:32:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.12 seconds679[Jul 15 2023 03:32:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/pipeline-independent-relationship-88ff16479059dab1' via api in 0.54 seconds680[Jul 15 2023 03:32:32 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.681[Jul 15 2023 03:32:32 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`682[Jul 15 2023 03:32:32 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`683[Jul 15 2023 03:32:32 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-88ff16479059dab1 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-88ff16479059dab1 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name pipeline-independent-relationship-88ff16479059dab1 --url http://gitlab-ce-46f6e313.test --registration-token **** --tag-list pipeline-independent-relationship-88ff16479059dab1 --executor shell && gitlab-runner run" `684[Jul 15 2023 03:32:33 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-88ff16479059dab1`685[Jul 15 2023 03:32:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`686[Jul 15 2023 03:32:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-88ff16479059dab1' via api in 2.44 seconds687[Jul 15 2023 03:32:35 UTC (QA Tests)] INFO -- filling :login_field with "root"688[Jul 15 2023 03:32:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field689[Jul 15 2023 03:32:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"690[Jul 15 2023 03:32:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field691[Jul 15 2023 03:32:36 UTC (QA Tests)] INFO -- clicking :sign_in_button692[Jul 15 2023 03:32:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.111s693[Jul 15 2023 03:32:37 UTC (QA Tests)] INFO -- Enabling super sidebar!694[Jul 15 2023 03:32:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled695[Jul 15 2023 03:32:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds696[Jul 15 2023 03:32:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/pipeline-independent-relationship-88ff16479059dab1697[Jul 15 2023 03:32:41 UTC (QA Tests)] INFO -- clicking :menu_section_button698[Jul 15 2023 03:32:41 UTC (QA Tests)] INFO -- clicking :nav_item_link699[Jul 15 2023 03:32:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.802s700[Jul 15 2023 03:32:44 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments701[Jul 15 2023 03:32:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-88ff16479059dab1'702[Jul 15 2023 03:32:44 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-88ff16479059dab1`703 parent pipeline passes even if child fails704[Jul 15 2023 03:32:44 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipelines passes if child passes705[Jul 15 2023 03:32:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds706[Jul 15 2023 03:32:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.11 seconds707[Jul 15 2023 03:32:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/pipeline-independent-relationship-406e917a5aea538d' via api in 0.57 seconds708[Jul 15 2023 03:32:45 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.709[Jul 15 2023 03:32:45 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`710[Jul 15 2023 03:32:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`711[Jul 15 2023 03:32:50 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-406e917a5aea538d --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-406e917a5aea538d sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name pipeline-independent-relationship-406e917a5aea538d --url http://gitlab-ce-46f6e313.test --registration-token **** --tag-list pipeline-independent-relationship-406e917a5aea538d --executor shell && gitlab-runner run" `712[Jul 15 2023 03:32:51 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-406e917a5aea538d`713[Jul 15 2023 03:32:51 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`714[Jul 15 2023 03:32:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-406e917a5aea538d' via api in 6.19 seconds715[Jul 15 2023 03:32:51 UTC (QA Tests)] INFO -- filling :login_field with "root"716[Jul 15 2023 03:32:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field717[Jul 15 2023 03:32:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"718[Jul 15 2023 03:32:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field719[Jul 15 2023 03:32:52 UTC (QA Tests)] INFO -- clicking :sign_in_button720[Jul 15 2023 03:32:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.064s721[Jul 15 2023 03:32:54 UTC (QA Tests)] INFO -- Enabling super sidebar!722[Jul 15 2023 03:32:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled723[Jul 15 2023 03:32:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds724[Jul 15 2023 03:32:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/pipeline-independent-relationship-406e917a5aea538d725[Jul 15 2023 03:32:57 UTC (QA Tests)] INFO -- clicking :menu_section_button726[Jul 15 2023 03:32:58 UTC (QA Tests)] INFO -- clicking :nav_item_link727[Jul 15 2023 03:32:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.774s728[Jul 15 2023 03:33:00 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments729[Jul 15 2023 03:33:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-406e917a5aea538d'730[Jul 15 2023 03:33:12 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-406e917a5aea538d`731 parent pipelines passes if child passes732Data Stores733 Invite group734 with a group project735 behaves like invites group to project736[Jul 15 2023 03:33:12 UTC (QA Tests)] INFO -- Starting test: Data Stores Invite group with a group project behaves like invites group to project verifies group is added and members can access project with correct access level737[Jul 15 2023 03:33:13 UTC (QA Tests)] INFO -- filling :login_field with "root"738[Jul 15 2023 03:33:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field739[Jul 15 2023 03:33:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"740[Jul 15 2023 03:33:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field741[Jul 15 2023 03:33:14 UTC (QA Tests)] INFO -- clicking :sign_in_button742[Jul 15 2023 03:33:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.031s743[Jul 15 2023 03:33:15 UTC (QA Tests)] INFO -- Enabling super sidebar!744[Jul 15 2023 03:33:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled745[Jul 15 2023 03:33:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds746[Jul 15 2023 03:33:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/group-for-group-project-5e88902dcc0f7449' via api in 0.33 seconds747[Jul 15 2023 03:33:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds748[Jul 15 2023 03:33:17 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-7/group-for-group-project-5e88902dcc0f7449 QA::Resource::Group749[Jul 15 2023 03:33:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds750[Jul 15 2023 03:33:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.13 seconds751[Jul 15 2023 03:33:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/group-project-7d2b6209be2f790f' via api in 0.58 seconds752[Jul 15 2023 03:33:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/group-project-7d2b6209be2f790f753[Jul 15 2023 03:33:19 UTC (QA Tests)] INFO -- clicking :menu_section_button754[Jul 15 2023 03:33:19 UTC (QA Tests)] INFO -- clicking :nav_item_link755[Jul 15 2023 03:33:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.837s756[Jul 15 2023 03:33:20 UTC (QA Tests)] INFO -- clicking :invite_a_group_button757[Jul 15 2023 03:33:20 UTC (QA Tests)] INFO -- Searching in dropdown: "group-for-group-project-5e88902dcc0f7449"758[Jul 15 2023 03:33:21 UTC (QA Tests)] INFO -- selecting "Developer" in :access_level_dropdown759[Jul 15 2023 03:33:21 UTC (QA Tests)] INFO -- clicking :invite_button760[Jul 15 2023 03:33:23 UTC (QA Tests)] INFO -- clicking :groups_list_tab761[Jul 15 2023 03:33:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.023s762[Jul 15 2023 03:33:24 UTC (QA Tests)] INFO -- clicking :user_avatar_content763[Jul 15 2023 03:33:24 UTC (QA Tests)] INFO -- clicking :sign_out_link764[Jul 15 2023 03:33:25 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"765[Jul 15 2023 03:33:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field766[Jul 15 2023 03:33:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"767[Jul 15 2023 03:33:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field768[Jul 15 2023 03:33:26 UTC (QA Tests)] INFO -- clicking :sign_in_button769[Jul 15 2023 03:33:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.756s770[Jul 15 2023 03:33:27 UTC (QA Tests)] INFO -- Enabling super sidebar!771[Jul 15 2023 03:33:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled772[Jul 15 2023 03:33:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/group-project-7d2b6209be2f790f773[Jul 15 2023 03:33:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/group-project-7d2b6209be2f790f'774[Jul 15 2023 03:33:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/group-for-group-project-5e88902dcc0f7449'775 verifies group is added and members can access project with correct access level776 with a personal namespace project777 behaves like invites group to project778[Jul 15 2023 03:33:30 UTC (QA Tests)] INFO -- Starting test: Data Stores Invite group with a personal namespace project behaves like invites group to project verifies group is added and members can access project with correct access level779[Jul 15 2023 03:33:30 UTC (QA Tests)] INFO -- filling :login_field with "root"780[Jul 15 2023 03:33:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field781[Jul 15 2023 03:33:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"782[Jul 15 2023 03:33:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field783[Jul 15 2023 03:33:31 UTC (QA Tests)] INFO -- clicking :sign_in_button784[Jul 15 2023 03:33:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.994s785[Jul 15 2023 03:33:32 UTC (QA Tests)] INFO -- Enabling super sidebar!786[Jul 15 2023 03:33:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled787[Jul 15 2023 03:33:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds788[Jul 15 2023 03:33:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/group-for-personal-project-8b5ff437182ea191' via api in 0.3 seconds789[Jul 15 2023 03:33:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds790[Jul 15 2023 03:33:35 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-7/group-for-personal-project-8b5ff437182ea191 QA::Resource::Group791[Jul 15 2023 03:33:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'root/personal-namespace-project-c9052cf620f60e48' via api in 0.4 seconds792[Jul 15 2023 03:33:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/root/personal-namespace-project-c9052cf620f60e48793[Jul 15 2023 03:33:36 UTC (QA Tests)] INFO -- clicking :menu_section_button794[Jul 15 2023 03:33:36 UTC (QA Tests)] INFO -- clicking :nav_item_link795[Jul 15 2023 03:33:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.899s796[Jul 15 2023 03:33:37 UTC (QA Tests)] INFO -- clicking :invite_a_group_button797[Jul 15 2023 03:33:37 UTC (QA Tests)] INFO -- Searching in dropdown: "group-for-personal-project-8b5ff437182ea191"798[Jul 15 2023 03:33:38 UTC (QA Tests)] INFO -- selecting "Developer" in :access_level_dropdown799[Jul 15 2023 03:33:38 UTC (QA Tests)] INFO -- clicking :invite_button800[Jul 15 2023 03:33:39 UTC (QA Tests)] INFO -- clicking :groups_list_tab801[Jul 15 2023 03:33:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.774s802[Jul 15 2023 03:33:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element groups_list_tab' took 0.851s803[Jul 15 2023 03:33:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.049s804[Jul 15 2023 03:33:41 UTC (QA Tests)] INFO -- clicking :user_avatar_content805[Jul 15 2023 03:33:41 UTC (QA Tests)] INFO -- clicking :sign_out_link806[Jul 15 2023 03:33:42 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"807[Jul 15 2023 03:33:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field808[Jul 15 2023 03:33:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"809[Jul 15 2023 03:33:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field810[Jul 15 2023 03:33:43 UTC (QA Tests)] INFO -- clicking :sign_in_button811[Jul 15 2023 03:33:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.724s812[Jul 15 2023 03:33:44 UTC (QA Tests)] INFO -- Enabling super sidebar!813[Jul 15 2023 03:33:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled814[Jul 15 2023 03:33:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/root/personal-namespace-project-c9052cf620f60e48815[Jul 15 2023 03:33:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'root/personal-namespace-project-c9052cf620f60e48'816[Jul 15 2023 03:33:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/group-for-personal-project-8b5ff437182ea191'817 verifies group is added and members can access project with correct access level818Create819 Slack app integration820 when using Slash commands821 creates an issue (PENDING: Test is not compatible with this environment or pipeline)822 with gitlab issue823 displays an issue (PENDING: Test is not compatible with this environment or pipeline)824 closes an issue (PENDING: Test is not compatible with this environment or pipeline)825 comments on an issue (PENDING: Test is not compatible with this environment or pipeline)826 with target project827 moves an issue (PENDING: Test is not compatible with this environment or pipeline)828Manage829 OIDC830 behaves like Instance OAuth Application831[Jul 15 2023 03:33:46 UTC (QA Tests)] INFO -- Starting test: Manage OIDC behaves like Instance OAuth Application creates oidc application and uses it to login832[Jul 15 2023 03:33:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-f0bc33d508fbbf59' via api in 0.29 seconds833[Jul 15 2023 03:33:47 UTC (QA Tests)] INFO -- filling :login_field with "root"834[Jul 15 2023 03:33:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field835[Jul 15 2023 03:33:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"836[Jul 15 2023 03:33:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field837[Jul 15 2023 03:33:48 UTC (QA Tests)] INFO -- clicking :sign_in_button838[Jul 15 2023 03:33:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.012s839[Jul 15 2023 03:33:49 UTC (QA Tests)] INFO -- Enabling super sidebar!840[Jul 15 2023 03:33:49 UTC (QA Tests)] INFO -- Super sidebar is already enabled841[Jul 15 2023 03:33:51 UTC (QA Tests)] INFO -- clicking :context_switcher842[Jul 15 2023 03:33:51 UTC (QA Tests)] INFO -- clicking :nav_item_link843[Jul 15 2023 03:33:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.626s844[Jul 15 2023 03:33:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.222s845[Jul 15 2023 03:33:53 UTC (QA Tests)] INFO -- clicking :nav_item_link846[Jul 15 2023 03:33:53 UTC (QA Tests)] INFO -- clicking :new_application_button847[Jul 15 2023 03:33:54 UTC (QA Tests)] INFO -- filling :name_field with "Instance OAuth Application 04a725d8267982e1"848[Jul 15 2023 03:33:54 UTC (QA Tests)] INFO -- clicking the coordinates of :name_field849[Jul 15 2023 03:33:54 UTC (QA Tests)] INFO -- filling :redirect_uri_field with "http://gitlab-oidc-consumer.test/users/auth/openid_connect/callback"850[Jul 15 2023 03:33:54 UTC (QA Tests)] INFO -- clicking the coordinates of :redirect_uri_field851[Jul 15 2023 03:33:54 UTC (QA Tests)] INFO -- checking via JS :trusted_checkbox with args {}852[Jul 15 2023 03:33:55 UTC (QA Tests)] INFO -- clicking :openid_label853[Jul 15 2023 03:33:55 UTC (QA Tests)] INFO -- clicking :profile_label854[Jul 15 2023 03:33:55 UTC (QA Tests)] INFO -- clicking :email_label855[Jul 15 2023 03:33:55 UTC (QA Tests)] INFO -- clicking :save_application_button856[Jul 15 2023 03:33:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_application_button' took 0.511s857[Jul 15 2023 03:33:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application 04a725d8267982e1' via browser_ui in 9.09 seconds858[Jul 15 2023 03:33:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.059s859[Jul 15 2023 03:33:57 UTC (QA Tests)] INFO -- clicking :user_avatar_content860[Jul 15 2023 03:33:57 UTC (QA Tests)] INFO -- clicking :sign_out_link861[Jul 15 2023 03:33:57 UTC (QA Tests)] INFO -- Executing: `docker login --username "gitlab-ci-token" --password "****" registry.gitlab.com`862[Jul 15 2023 03:33:58 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:a2b87e9110db59ac657374e5596d908371351a2b`863[Jul 15 2023 03:34:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`864[Jul 15 2023 03:34:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`865[Jul 15 2023 03:34:03 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --hostname gitlab-oidc-consumer.test --publish 80:80 --env GITLAB_OMNIBUS_CONFIG="gitlab_rails['initial_root_password']='5iveL!fe'; gitlab_rails['omniauth_enabled'] = true; gitlab_rails['omniauth_allow_single_sign_on'] = true; gitlab_rails['omniauth_block_auto_created_users'] = false; gitlab_rails['omniauth_providers'] = [ { name: 'openid_connect', label: 'GitLab OIDC', args: { name: 'openid_connect', scope: ['openid','profile','email'], response_type: 'code', issuer: 'http://gitlab-ce-46f6e313.test', discovery: false, uid_field: 'preferred_username', send_scope_to_token_endpoint: 'false', client_options: { identifier: '8b351ce4ad43a1cfb29ecaff3d884baa803b9e9933178e4db8df30e5326ac033', secret: '50ab59816b5143a6a6d1004ee4787482f8d3bcbaf606e5de19032abce7cc53d0', redirect_uri: 'http://gitlab-oidc-consumer.test/users/auth/openid_connect/callback', jwks_uri: 'http://gitlab-ce-46f6e313.test/oauth/discovery/keys', userinfo_endpoint: 'http://gitlab-ce-46f6e313.test/oauth/userinfo', token_endpoint: 'http://gitlab-ce-46f6e313.test/oauth/token', authorization_endpoint: 'http://gitlab-ce-46f6e313.test/oauth/authorize' } } } ]; " --name gitlab-oidc-consumer registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:a2b87e9110db59ac657374e5596d908371351a2b `866[Jul 15 2023 03:34:04 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`867[Jul 15 2023 03:34:09 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`868[Jul 15 2023 03:34:14 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`869[Jul 15 2023 03:34:19 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`870[Jul 15 2023 03:34:24 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`871[Jul 15 2023 03:34:29 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`872[Jul 15 2023 03:34:34 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`873[Jul 15 2023 03:34:39 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`874[Jul 15 2023 03:34:44 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`875[Jul 15 2023 03:34:49 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`876[Jul 15 2023 03:34:54 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`877[Jul 15 2023 03:34:59 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`878[Jul 15 2023 03:35:05 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`879[Jul 15 2023 03:35:10 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`880[Jul 15 2023 03:35:15 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`881[Jul 15 2023 03:35:20 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`882[Jul 15 2023 03:35:25 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`883[Jul 15 2023 03:35:30 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`884[Jul 15 2023 03:35:35 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`885[Jul 15 2023 03:35:40 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`886[Jul 15 2023 03:35:45 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`887[Jul 15 2023 03:35:50 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`888[Jul 15 2023 03:35:55 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`889[Jul 15 2023 03:36:01 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`890[Jul 15 2023 03:36:06 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`891[Jul 15 2023 03:36:11 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`892[Jul 15 2023 03:36:16 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`893[Jul 15 2023 03:36:21 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`894[Jul 15 2023 03:36:26 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`895[Jul 15 2023 03:36:31 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`896[Jul 15 2023 03:36:36 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`897[Jul 15 2023 03:36:41 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`898[Jul 15 2023 03:36:46 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`899[Jul 15 2023 03:36:51 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`900[Jul 15 2023 03:36:57 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`901[Jul 15 2023 03:37:02 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`902[Jul 15 2023 03:37:07 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`903[Jul 15 2023 03:37:12 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`904[Jul 15 2023 03:37:17 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`905[Jul 15 2023 03:37:22 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`906[Jul 15 2023 03:37:27 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`907[Jul 15 2023 03:37:32 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`908[Jul 15 2023 03:37:38 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`909[Jul 15 2023 03:37:43 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`910[Jul 15 2023 03:37:48 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`911[Jul 15 2023 03:37:53 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`912[Jul 15 2023 03:37:58 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`913[Jul 15 2023 03:38:03 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`914[Jul 15 2023 03:38:08 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`915[Jul 15 2023 03:38:19 UTC (QA Tests)] INFO -- clicking :oidc_login_button916[Jul 15 2023 03:38:20 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-f0bc33d508fbbf59"917[Jul 15 2023 03:38:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field918[Jul 15 2023 03:38:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"919[Jul 15 2023 03:38:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field920[Jul 15 2023 03:38:20 UTC (QA Tests)] INFO -- clicking :sign_in_button921[Jul 15 2023 03:38:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.38s922[Jul 15 2023 03:38:23 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown923[Jul 15 2023 03:38:23 UTC (QA Tests)] INFO -- clicking :get_started_button924[Jul 15 2023 03:38:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element get_started_button' took 2.118s925[Jul 15 2023 03:38:25 UTC (QA Tests)] INFO -- Enabling super sidebar!926[Jul 15 2023 03:38:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled927[Jul 15 2023 03:38:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application 04a725d8267982e1'928[Jul 15 2023 03:38:27 UTC (QA Tests)] INFO -- Executing: `docker rm -f gitlab-oidc-consumer`929 creates oidc application and uses it to login930 OAuth931 behaves like Instance OAuth Application932[Jul 15 2023 03:38:28 UTC (QA Tests)] INFO -- Starting test: Manage OAuth behaves like Instance OAuth Application creates oauth application and uses it to login933[Jul 15 2023 03:38:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-437ab4cd99bbf823' via api in 0.3 seconds934[Jul 15 2023 03:38:29 UTC (QA Tests)] INFO -- filling :login_field with "root"935[Jul 15 2023 03:38:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field936[Jul 15 2023 03:38:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"937[Jul 15 2023 03:38:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field938[Jul 15 2023 03:38:29 UTC (QA Tests)] INFO -- clicking :sign_in_button939[Jul 15 2023 03:38:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.253s940[Jul 15 2023 03:38:31 UTC (QA Tests)] INFO -- Enabling super sidebar!941[Jul 15 2023 03:38:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled942[Jul 15 2023 03:38:33 UTC (QA Tests)] INFO -- clicking :context_switcher943[Jul 15 2023 03:38:33 UTC (QA Tests)] INFO -- clicking :nav_item_link944[Jul 15 2023 03:38:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.741s945[Jul 15 2023 03:38:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.253s946[Jul 15 2023 03:38:35 UTC (QA Tests)] INFO -- clicking :nav_item_link947[Jul 15 2023 03:38:36 UTC (QA Tests)] INFO -- clicking :new_application_button948[Jul 15 2023 03:38:36 UTC (QA Tests)] INFO -- filling :name_field with "Instance OAuth Application a1571017647f6713"949[Jul 15 2023 03:38:36 UTC (QA Tests)] INFO -- clicking the coordinates of :name_field950[Jul 15 2023 03:38:36 UTC (QA Tests)] INFO -- filling :redirect_uri_field with "http://gitlab-oauth-consumer.test/users/auth/gitlab/callback"951[Jul 15 2023 03:38:36 UTC (QA Tests)] INFO -- clicking the coordinates of :redirect_uri_field952[Jul 15 2023 03:38:37 UTC (QA Tests)] INFO -- checking via JS :trusted_checkbox with args {}953[Jul 15 2023 03:38:37 UTC (QA Tests)] INFO -- clicking :read_user_label954[Jul 15 2023 03:38:37 UTC (QA Tests)] INFO -- clicking :save_application_button955[Jul 15 2023 03:38:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_application_button' took 0.525s956[Jul 15 2023 03:38:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application a1571017647f6713' via browser_ui in 9.8 seconds957[Jul 15 2023 03:38:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.085s958[Jul 15 2023 03:38:39 UTC (QA Tests)] INFO -- clicking :user_avatar_content959[Jul 15 2023 03:38:39 UTC (QA Tests)] INFO -- clicking :sign_out_link960[Jul 15 2023 03:38:40 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:a2b87e9110db59ac657374e5596d908371351a2b`961[Jul 15 2023 03:38:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`962[Jul 15 2023 03:38:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`963[Jul 15 2023 03:38:40 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --hostname gitlab-oauth-consumer.test --publish 80:80 --env GITLAB_OMNIBUS_CONFIG="gitlab_rails['initial_root_password']='5iveL!fe'; gitlab_rails['omniauth_enabled'] = true; gitlab_rails['omniauth_allow_single_sign_on'] = true; gitlab_rails['omniauth_block_auto_created_users'] = false; gitlab_rails['omniauth_providers'] = [ { name: 'gitlab', label: 'GitLab OAuth', app_id: 'f49b0a198940c1b70da70713b4f4a5c7738ee6ffe236e9b843e12b45af7c09f5', app_secret: '79a6c11a60c2fd07717d4b9981446175aa25c400f434e7a639ffa82beffe27da', args: { scope: 'read_user', client_options: { site: 'http://gitlab-ce-46f6e313.test' } } } ]; " --name gitlab-oauth-consumer registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:a2b87e9110db59ac657374e5596d908371351a2b `964[Jul 15 2023 03:38:41 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`965[Jul 15 2023 03:38:46 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`966[Jul 15 2023 03:38:51 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`967[Jul 15 2023 03:38:56 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`968[Jul 15 2023 03:39:01 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`969[Jul 15 2023 03:39:06 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`970[Jul 15 2023 03:39:11 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`971[Jul 15 2023 03:39:16 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`972[Jul 15 2023 03:39:21 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`973[Jul 15 2023 03:39:26 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`974[Jul 15 2023 03:39:31 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`975[Jul 15 2023 03:39:36 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`976[Jul 15 2023 03:39:42 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`977[Jul 15 2023 03:39:47 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`978[Jul 15 2023 03:39:52 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`979[Jul 15 2023 03:39:57 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`980[Jul 15 2023 03:40:02 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`981[Jul 15 2023 03:40:07 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`982[Jul 15 2023 03:40:12 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`983[Jul 15 2023 03:40:17 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`984[Jul 15 2023 03:40:22 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`985[Jul 15 2023 03:40:27 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`986[Jul 15 2023 03:40:32 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`987[Jul 15 2023 03:40:38 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`988[Jul 15 2023 03:40:43 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`989[Jul 15 2023 03:40:48 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`990[Jul 15 2023 03:40:53 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`991[Jul 15 2023 03:40:58 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`992[Jul 15 2023 03:41:03 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`993[Jul 15 2023 03:41:08 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`994[Jul 15 2023 03:41:13 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`995[Jul 15 2023 03:41:18 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`996[Jul 15 2023 03:41:23 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`997[Jul 15 2023 03:41:28 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`998[Jul 15 2023 03:41:34 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`999[Jul 15 2023 03:41:39 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`1000[Jul 15 2023 03:41:44 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`1001[Jul 15 2023 03:41:55 UTC (QA Tests)] INFO -- clicking :gitlab_oauth_login_button1002[Jul 15 2023 03:41:55 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-437ab4cd99bbf823"1003[Jul 15 2023 03:41:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1004[Jul 15 2023 03:41:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"1005[Jul 15 2023 03:41:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1006[Jul 15 2023 03:41:56 UTC (QA Tests)] INFO -- clicking :sign_in_button1007[Jul 15 2023 03:41:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.103s1008[Jul 15 2023 03:41:58 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown1009[Jul 15 2023 03:41:59 UTC (QA Tests)] INFO -- clicking :get_started_button1010[Jul 15 2023 03:42:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element get_started_button' took 1.548s1011[Jul 15 2023 03:42:00 UTC (QA Tests)] INFO -- Enabling super sidebar!1012[Jul 15 2023 03:42:00 UTC (QA Tests)] INFO -- Super sidebar is already enabled1013[Jul 15 2023 03:42:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application a1571017647f6713'1014[Jul 15 2023 03:42:02 UTC (QA Tests)] INFO -- Executing: `docker rm -f gitlab-oauth-consumer`1015 creates oauth application and uses it to login1016Create1017 Create a new project from a template1018[Jul 15 2023 03:42:03 UTC (QA Tests)] INFO -- Starting test: Create Create a new project from a template commits via the api1019[Jul 15 2023 03:42:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds1020[Jul 15 2023 03:42:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.13 seconds1021[Jul 15 2023 03:42:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/templated-project-12f5e88c08089aa7' via api in 5.87 seconds1022[Jul 15 2023 03:42:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds1023 commits via the api1024Create1025 Snippet index page1026 behaves like displaying details on index page1027[Jul 15 2023 03:42:09 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of project_snippet_with_single_file including file number1028[Jul 15 2023 03:42:10 UTC (QA Tests)] INFO -- filling :login_field with "root"1029[Jul 15 2023 03:42:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1030[Jul 15 2023 03:42:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"1031[Jul 15 2023 03:42:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1032[Jul 15 2023 03:42:11 UTC (QA Tests)] INFO -- clicking :sign_in_button1033[Jul 15 2023 03:42:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.129s1034[Jul 15 2023 03:42:12 UTC (QA Tests)] INFO -- Enabling super sidebar!1035[Jul 15 2023 03:42:13 UTC (QA Tests)] INFO -- Super sidebar is already enabled1036[Jul 15 2023 03:42:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1037[Jul 15 2023 03:42:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.12 seconds1038[Jul 15 2023 03:42:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-snippets-7dc4dc2dc1fd830b' via api in 0.57 seconds1039[Jul 15 2023 03:42:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '3' via api in 1.05 seconds1040[Jul 15 2023 03:42:15 UTC (QA Tests)] INFO -- clicking :nav_item_link1041 shows correct details of project_snippet_with_single_file including file number1042 behaves like displaying details on index page1043[Jul 15 2023 03:42:16 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of personal_snippet_with_single_file including file number1044[Jul 15 2023 03:42:16 UTC (QA Tests)] INFO -- filling :login_field with "root"1045[Jul 15 2023 03:42:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1046[Jul 15 2023 03:42:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"1047[Jul 15 2023 03:42:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1048[Jul 15 2023 03:42:17 UTC (QA Tests)] INFO -- clicking :sign_in_button1049[Jul 15 2023 03:42:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.09s1050[Jul 15 2023 03:42:19 UTC (QA Tests)] INFO -- Enabling super sidebar!1051[Jul 15 2023 03:42:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled1052[Jul 15 2023 03:42:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '4' via api in 0.37 seconds1053[Jul 15 2023 03:42:21 UTC (QA Tests)] INFO -- clicking :nav_item_link1054 shows correct details of personal_snippet_with_single_file including file number1055 behaves like displaying details on index page1056[Jul 15 2023 03:42:22 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of personal_snippet_with_multiple_files including file number1057[Jul 15 2023 03:42:22 UTC (QA Tests)] INFO -- filling :login_field with "root"1058[Jul 15 2023 03:42:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1059[Jul 15 2023 03:42:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"1060[Jul 15 2023 03:42:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1061[Jul 15 2023 03:42:23 UTC (QA Tests)] INFO -- clicking :sign_in_button1062[Jul 15 2023 03:42:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.169s1063[Jul 15 2023 03:42:24 UTC (QA Tests)] INFO -- Enabling super sidebar!1064[Jul 15 2023 03:42:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled1065[Jul 15 2023 03:42:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '5' via api in 0.36 seconds1066[Jul 15 2023 03:42:26 UTC (QA Tests)] INFO -- clicking :nav_item_link1067 shows correct details of personal_snippet_with_multiple_files including file number1068 behaves like displaying details on index page1069[Jul 15 2023 03:42:27 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of project_snippet_with_multiple_files including file number1070[Jul 15 2023 03:42:28 UTC (QA Tests)] INFO -- filling :login_field with "root"1071[Jul 15 2023 03:42:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1072[Jul 15 2023 03:42:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"1073[Jul 15 2023 03:42:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1074[Jul 15 2023 03:42:28 UTC (QA Tests)] INFO -- clicking :sign_in_button1075[Jul 15 2023 03:42:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.104s1076[Jul 15 2023 03:42:30 UTC (QA Tests)] INFO -- Enabling super sidebar!1077[Jul 15 2023 03:42:30 UTC (QA Tests)] INFO -- Super sidebar is already enabled1078[Jul 15 2023 03:42:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1079[Jul 15 2023 03:42:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.11 seconds1080[Jul 15 2023 03:42:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-snippets-71e8669b824a40d7' via api in 0.53 seconds1081[Jul 15 2023 03:42:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '6' via api in 1.01 seconds1082[Jul 15 2023 03:42:33 UTC (QA Tests)] INFO -- clicking :nav_item_link1083 shows correct details of project_snippet_with_multiple_files including file number1084Create1085 Merged merge request1086[Jul 15 2023 03:42:33 UTC (QA Tests)] INFO -- Starting test: Create Merged merge request can be reverted1087[Jul 15 2023 03:42:34 UTC (QA Tests)] INFO -- filling :login_field with "root"1088[Jul 15 2023 03:42:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1089[Jul 15 2023 03:42:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"1090[Jul 15 2023 03:42:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1091[Jul 15 2023 03:42:35 UTC (QA Tests)] INFO -- clicking :sign_in_button1092[Jul 15 2023 03:42:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.207s1093[Jul 15 2023 03:42:36 UTC (QA Tests)] INFO -- Enabling super sidebar!1094[Jul 15 2023 03:42:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled1095[Jul 15 2023 03:42:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.05 seconds1096[Jul 15 2023 03:42:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.11 seconds1097[Jul 15 2023 03:42:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/revert-1f763953f3313f9a' via api in 0.57 seconds1098[Jul 15 2023 03:42:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds1099[Jul 15 2023 03:42:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds1100[Jul 15 2023 03:42:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.33 seconds1101[Jul 15 2023 03:42:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/revert-1f763953f3313f9a/-/merge_requests/11102[Jul 15 2023 03:42:43 UTC (QA Tests)] INFO -- clicking :merge_button1103[Jul 15 2023 03:42:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.607s1104[Jul 15 2023 03:42:46 UTC (QA Tests)] INFO -- clicking :revert_button and ensuring QA::Page::Component::CommitModal is present1105[Jul 15 2023 03:42:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element revert_button' took 0.567s1106[Jul 15 2023 03:42:47 UTC (QA Tests)] INFO -- clicking :submit_commit_button1107[Jul 15 2023 03:42:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_commit_button' took 1.763s1108[Jul 15 2023 03:42:48 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1109[Jul 15 2023 03:42:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.836s1110[Jul 15 2023 03:42:51 UTC (QA Tests)] INFO -- clicking :diffs_tab1111[Jul 15 2023 03:43:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? file_tree_container' took 11.046s1112[Jul 15 2023 03:43:03 UTC (QA Tests)] INFO -- clicking :file_tree_button1113 can be reverted1114Package1115 RubyGems Repository1116[Jul 15 2023 03:43:03 UTC (QA Tests)] INFO -- Starting test: Package RubyGems Repository publishes a Ruby gem1117[Jul 15 2023 03:43:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.08 seconds1118[Jul 15 2023 03:43:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.16 seconds1119[Jul 15 2023 03:43:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/rubygems-package-project-b6f00a8aa6cd641a' via api in 0.7 seconds1120[Jul 15 2023 03:43:04 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1121[Jul 15 2023 03:43:04 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1122[Jul 15 2023 03:43:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1123[Jul 15 2023 03:43:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1124[Jul 15 2023 03:43:04 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1689392583 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1689392583 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-1689392583 --url http://gitlab-ce-46f6e313.test --registration-token **** --tag-list runner-for-rubygems-package-project-b6f00a8aa6cd641a --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1125[Jul 15 2023 03:43:05 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1689392583`1126[Jul 15 2023 03:43:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1127[Jul 15 2023 03:43:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1689392583' via api in 2.66 seconds1128[Jul 15 2023 03:43:06 UTC (QA Tests)] INFO -- Enabling feature: rubygem_packages for scope "project: gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/rubygems-package-project-b6f00a8aa6cd641a"1129[Jul 15 2023 03:43:06 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: rubygem_packages1130[Jul 15 2023 03:43:07 UTC (QA Tests)] INFO -- filling :login_field with "root"1131[Jul 15 2023 03:43:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1132[Jul 15 2023 03:43:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"1133[Jul 15 2023 03:43:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1134[Jul 15 2023 03:43:08 UTC (QA Tests)] INFO -- clicking :sign_in_button1135[Jul 15 2023 03:43:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.42s1136[Jul 15 2023 03:43:10 UTC (QA Tests)] INFO -- Enabling super sidebar!1137[Jul 15 2023 03:43:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled1138[Jul 15 2023 03:43:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds1139[Jul 15 2023 03:43:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/rubygems-package-project-b6f00a8aa6cd641a1140[Jul 15 2023 03:43:14 UTC (QA Tests)] INFO -- clicking :menu_section_button1141[Jul 15 2023 03:43:14 UTC (QA Tests)] INFO -- clicking :nav_item_link1142[Jul 15 2023 03:43:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.84s1143[Jul 15 2023 03:43:16 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1144[Jul 15 2023 03:43:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.4s1145[Jul 15 2023 03:43:39 UTC (QA Tests)] INFO -- clicking :menu_section_button1146[Jul 15 2023 03:43:39 UTC (QA Tests)] INFO -- clicking :nav_item_link1147[Jul 15 2023 03:43:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.742s1148[Jul 15 2023 03:43:40 UTC (QA Tests)] INFO -- Disabling feature: rubygem_packages for scope "project: gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/rubygems-package-project-b6f00a8aa6cd641a"1149[Jul 15 2023 03:43:40 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: rubygem_packages1150 publishes a Ruby gem1151Plan1152 Design Management1153[Jul 15 2023 03:43:40 UTC (QA Tests)] INFO -- Starting test: Plan Design Management user adds a design and modifies it1154[Jul 15 2023 03:43:41 UTC (QA Tests)] INFO -- filling :login_field with "root"1155[Jul 15 2023 03:43:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1156[Jul 15 2023 03:43:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"1157[Jul 15 2023 03:43:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1158[Jul 15 2023 03:43:42 UTC (QA Tests)] INFO -- clicking :sign_in_button1159[Jul 15 2023 03:43:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.23s1160[Jul 15 2023 03:43:44 UTC (QA Tests)] INFO -- Enabling super sidebar!1161[Jul 15 2023 03:43:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled1162[Jul 15 2023 03:43:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1163[Jul 15 2023 03:43:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.12 seconds1164[Jul 15 2023 03:43:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-for-issues-bb26cded757e3c69' via api in 0.55 seconds1165[Jul 15 2023 03:43:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '6' via api in 0.82 seconds1166[Jul 15 2023 03:43:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-for-issues-bb26cded757e3c69/-/issues/11167[Jul 15 2023 03:43:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.854s1168[Jul 15 2023 03:43:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element design_image' took 0.875s1169[Jul 15 2023 03:43:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Design via browser_ui in 4.03 seconds1170[Jul 15 2023 03:43:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-for-issues-bb26cded757e3c69/-/issues/11171[Jul 15 2023 03:43:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.838s1172[Jul 15 2023 03:43:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element design_image' took 0.854s1173 user adds a design and modifies it1174Monitor1175 Alert1176 when using Prometheus integration1177 behaves like new alert1178[Jul 15 2023 03:43:53 UTC (QA Tests)] INFO -- Starting test: Monitor Alert when using Prometheus integration behaves like new alert automatically creates new incident1179[Jul 15 2023 03:43:53 UTC (QA Tests)] INFO -- filling :login_field with "root"1180[Jul 15 2023 03:43:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1181[Jul 15 2023 03:43:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1182[Jul 15 2023 03:43:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1183[Jul 15 2023 03:43:54 UTC (QA Tests)] INFO -- clicking :sign_in_button1184[Jul 15 2023 03:43:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.257s1185[Jul 15 2023 03:43:56 UTC (QA Tests)] INFO -- Enabling super sidebar!1186[Jul 15 2023 03:43:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled1187[Jul 15 2023 03:43:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1188[Jul 15 2023 03:43:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.12 seconds1189[Jul 15 2023 03:43:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-for-alerts-0f1a9b104dffe179' via api in 0.57 seconds1190[Jul 15 2023 03:43:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-for-alerts-0f1a9b104dffe1791191[Jul 15 2023 03:43:59 UTC (QA Tests)] INFO -- clicking :menu_section_button1192[Jul 15 2023 03:43:59 UTC (QA Tests)] INFO -- clicking :nav_item_link1193[Jul 15 2023 03:44:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.0s1194[Jul 15 2023 03:44:02 UTC (QA Tests)] INFO -- checking via JS :create_incident_checkbox with args {}1195[Jul 15 2023 03:44:02 UTC (QA Tests)] INFO -- clicking :save_changes_button1196[Jul 15 2023 03:44:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.028s1197[Jul 15 2023 03:44:04 UTC (QA Tests)] INFO -- clicking :add_integration_button1198[Jul 15 2023 03:44:04 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown1199[Jul 15 2023 03:44:04 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button1200[Jul 15 2023 03:44:05 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-07-15T03:44:05.065+00:00","generatorURL":"http://cremin.test/maxwell_bernier","endsAt":null,"status":"firing","labels":{"gitlab_environment_name":"dolores"},"annotations":{"title":"hic","gitlab_y_label":"status"}}]}"1201[Jul 15 2023 03:44:05 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field1202[Jul 15 2023 03:44:05 UTC (QA Tests)] INFO -- clicking :send_test_alert_button1203[Jul 15 2023 03:44:06 UTC (QA Tests)] INFO -- clicking :menu_section_button1204[Jul 15 2023 03:44:06 UTC (QA Tests)] INFO -- clicking :nav_item_link1205[Jul 15 2023 03:44:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.816s1206 automatically creates new incident1207 when using HTTP endpoint integration1208 behaves like new alert1209[Jul 15 2023 03:44:07 UTC (QA Tests)] INFO -- Starting test: Monitor Alert when using HTTP endpoint integration behaves like new alert automatically creates new incident1210[Jul 15 2023 03:44:08 UTC (QA Tests)] INFO -- filling :login_field with "root"1211[Jul 15 2023 03:44:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1212[Jul 15 2023 03:44:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"1213[Jul 15 2023 03:44:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1214[Jul 15 2023 03:44:08 UTC (QA Tests)] INFO -- clicking :sign_in_button1215[Jul 15 2023 03:44:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.33s1216[Jul 15 2023 03:44:10 UTC (QA Tests)] INFO -- Enabling super sidebar!1217[Jul 15 2023 03:44:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled1218[Jul 15 2023 03:44:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1219[Jul 15 2023 03:44:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.12 seconds1220[Jul 15 2023 03:44:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-for-alerts-6f51805b2cb668cc' via api in 0.63 seconds1221[Jul 15 2023 03:44:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-for-alerts-6f51805b2cb668cc1222[Jul 15 2023 03:44:14 UTC (QA Tests)] INFO -- clicking :menu_section_button1223[Jul 15 2023 03:44:14 UTC (QA Tests)] INFO -- clicking :nav_item_link1224[Jul 15 2023 03:44:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.002s1225[Jul 15 2023 03:44:16 UTC (QA Tests)] INFO -- checking via JS :create_incident_checkbox with args {}1226[Jul 15 2023 03:44:16 UTC (QA Tests)] INFO -- clicking :save_changes_button1227[Jul 15 2023 03:44:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.924s1228[Jul 15 2023 03:44:19 UTC (QA Tests)] INFO -- clicking :add_integration_button1229[Jul 15 2023 03:44:19 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown1230[Jul 15 2023 03:44:19 UTC (QA Tests)] INFO -- clicking :integration_name_field1231[Jul 15 2023 03:44:19 UTC (QA Tests)] INFO -- filling :integration_name_field with "id"1232[Jul 15 2023 03:44:19 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field1233[Jul 15 2023 03:44:20 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button1234[Jul 15 2023 03:44:20 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"title":"sit","description":"voluptas"}"1235[Jul 15 2023 03:44:20 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field1236[Jul 15 2023 03:44:20 UTC (QA Tests)] INFO -- clicking :send_test_alert_button1237[Jul 15 2023 03:44:21 UTC (QA Tests)] INFO -- clicking :menu_section_button1238[Jul 15 2023 03:44:21 UTC (QA Tests)] INFO -- clicking :nav_item_link1239[Jul 15 2023 03:44:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.773s1240 automatically creates new incident1241Verify1242 Code coverage statistics1243[Jul 15 2023 03:44:22 UTC (QA Tests)] INFO -- Starting test: Verify Code coverage statistics creates an MR with code coverage statistics1244[Jul 15 2023 03:44:23 UTC (QA Tests)] INFO -- filling :login_field with "root"1245[Jul 15 2023 03:44:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1246[Jul 15 2023 03:44:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"1247[Jul 15 2023 03:44:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1248[Jul 15 2023 03:44:23 UTC (QA Tests)] INFO -- clicking :sign_in_button1249[Jul 15 2023 03:44:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.268s1250[Jul 15 2023 03:44:25 UTC (QA Tests)] INFO -- Enabling super sidebar!1251[Jul 15 2023 03:44:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled1252[Jul 15 2023 03:44:27 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1253[Jul 15 2023 03:44:27 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1254[Jul 15 2023 03:44:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds1255[Jul 15 2023 03:44:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.15 seconds1256[Jul 15 2023 03:44:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-ci-cd-c6c331a3e533d674' via api in 0.63 seconds1257[Jul 15 2023 03:44:28 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1258[Jul 15 2023 03:44:28 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1689392667 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1689392667 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-1689392667 --url http://gitlab-ce-46f6e313.test --registration-token **** --tag-list e2e-test --executor shell && gitlab-runner run" `1259[Jul 15 2023 03:44:29 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1689392667`1260[Jul 15 2023 03:44:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1261[Jul 15 2023 03:44:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1689392667' via api in 1.95 seconds1262[Jul 15 2023 03:44:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds1263[Jul 15 2023 03:44:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds1264[Jul 15 2023 03:44:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.4 seconds1265[Jul 15 2023 03:44:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-ci-cd-c6c331a3e533d674/-/merge_requests/11266[Jul 15 2023 03:44:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merge_request_pipeline_info_content' took 9.821s1267[Jul 15 2023 03:44:43 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1689392667'1268[Jul 15 2023 03:44:43 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1689392667`1269 creates an MR with code coverage statistics1270Create1271 Adding comments on snippets1272 behaves like comments on snippets1273[Jul 15 2023 03:44:43 UTC (QA Tests)] INFO -- Starting test: Create Adding comments on snippets behaves like comments on snippets adds, edits, and deletes a comment on a project_snippet1274[Jul 15 2023 03:44:44 UTC (QA Tests)] INFO -- filling :login_field with "root"1275[Jul 15 2023 03:44:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1276[Jul 15 2023 03:44:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"1277[Jul 15 2023 03:44:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1278[Jul 15 2023 03:44:44 UTC (QA Tests)] INFO -- clicking :sign_in_button1279[Jul 15 2023 03:44:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.176s1280[Jul 15 2023 03:44:46 UTC (QA Tests)] INFO -- Enabling super sidebar!1281[Jul 15 2023 03:44:46 UTC (QA Tests)] INFO -- Super sidebar is already enabled1282[Jul 15 2023 03:44:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1283[Jul 15 2023 03:44:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.12 seconds1284[Jul 15 2023 03:44:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-snippets-21531a0ee59c9414' via api in 0.54 seconds1285[Jul 15 2023 03:44:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '7' via api in 1.02 seconds1286[Jul 15 2023 03:44:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.02s1287[Jul 15 2023 03:44:50 UTC (QA Tests)] INFO -- clicking :user_avatar_content1288[Jul 15 2023 03:44:51 UTC (QA Tests)] INFO -- clicking :sign_out_link1289[Jul 15 2023 03:44:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds1290[Jul 15 2023 03:44:51 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1291[Jul 15 2023 03:44:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1292[Jul 15 2023 03:44:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"1293[Jul 15 2023 03:44:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1294[Jul 15 2023 03:44:52 UTC (QA Tests)] INFO -- clicking :sign_in_button1295[Jul 15 2023 03:44:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.558s1296[Jul 15 2023 03:44:53 UTC (QA Tests)] INFO -- Enabling super sidebar!1297[Jul 15 2023 03:44:53 UTC (QA Tests)] INFO -- Super sidebar is already enabled1298[Jul 15 2023 03:44:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-snippets-21531a0ee59c9414/-/snippets/71299[Jul 15 2023 03:44:56 UTC (QA Tests)] INFO -- filling :note_field with "Comment 123"1300[Jul 15 2023 03:44:56 UTC (QA Tests)] INFO -- clicking the coordinates of :note_field1301[Jul 15 2023 03:44:56 UTC (QA Tests)] INFO -- clicking :comment_button1302[Jul 15 2023 03:44:57 UTC (QA Tests)] INFO -- clicking :edit_comment_button1303[Jul 15 2023 03:44:57 UTC (QA Tests)] INFO -- filling :edit_note_field with "Nice snippet!"1304[Jul 15 2023 03:44:57 UTC (QA Tests)] INFO -- clicking the coordinates of :edit_note_field1305[Jul 15 2023 03:44:58 UTC (QA Tests)] INFO -- clicking :save_comment_button1306[Jul 15 2023 03:44:58 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1307[Jul 15 2023 03:44:58 UTC (QA Tests)] INFO -- clicking :delete_comment_button1308[Jul 15 2023 03:44:58 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1309 adds, edits, and deletes a comment on a project_snippet1310 behaves like comments on snippets1311[Jul 15 2023 03:44:59 UTC (QA Tests)] INFO -- Starting test: Create Adding comments on snippets behaves like comments on snippets adds, edits, and deletes a comment on a personal_snippet1312[Jul 15 2023 03:44:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1313[Jul 15 2023 03:44:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1314[Jul 15 2023 03:45:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"1315[Jul 15 2023 03:45:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1316[Jul 15 2023 03:45:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1317[Jul 15 2023 03:45:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.281s1318[Jul 15 2023 03:45:02 UTC (QA Tests)] INFO -- Enabling super sidebar!1319[Jul 15 2023 03:45:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled1320[Jul 15 2023 03:45:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '8' via api in 0.46 seconds1321[Jul 15 2023 03:45:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.039s1322[Jul 15 2023 03:45:06 UTC (QA Tests)] INFO -- clicking :user_avatar_content1323[Jul 15 2023 03:45:06 UTC (QA Tests)] INFO -- clicking :sign_out_link1324[Jul 15 2023 03:45:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.2 seconds1325[Jul 15 2023 03:45:07 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1326[Jul 15 2023 03:45:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1327[Jul 15 2023 03:45:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"1328[Jul 15 2023 03:45:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1329[Jul 15 2023 03:45:08 UTC (QA Tests)] INFO -- clicking :sign_in_button1330[Jul 15 2023 03:45:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.857s1331[Jul 15 2023 03:45:09 UTC (QA Tests)] INFO -- Enabling super sidebar!1332[Jul 15 2023 03:45:09 UTC (QA Tests)] INFO -- Super sidebar is already enabled1333[Jul 15 2023 03:45:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-46f6e313.test/-/snippets/81334[Jul 15 2023 03:45:11 UTC (QA Tests)] INFO -- filling :note_field with "Comment 123"1335[Jul 15 2023 03:45:11 UTC (QA Tests)] INFO -- clicking the coordinates of :note_field1336[Jul 15 2023 03:45:12 UTC (QA Tests)] INFO -- clicking :comment_button1337[Jul 15 2023 03:45:12 UTC (QA Tests)] INFO -- clicking :edit_comment_button1338[Jul 15 2023 03:45:12 UTC (QA Tests)] INFO -- filling :edit_note_field with "Nice snippet!"1339[Jul 15 2023 03:45:12 UTC (QA Tests)] INFO -- clicking the coordinates of :edit_note_field1340[Jul 15 2023 03:45:13 UTC (QA Tests)] INFO -- clicking :save_comment_button1341[Jul 15 2023 03:45:13 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1342[Jul 15 2023 03:45:14 UTC (QA Tests)] INFO -- clicking :delete_comment_button1343[Jul 15 2023 03:45:14 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1344 adds, edits, and deletes a comment on a personal_snippet1345Plan1346 Assignees1347[Jul 15 2023 03:45:14 UTC (QA Tests)] INFO -- Starting test: Plan Assignees update without refresh1348[Jul 15 2023 03:45:15 UTC (QA Tests)] INFO -- filling :login_field with "root"1349[Jul 15 2023 03:45:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1350[Jul 15 2023 03:45:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"1351[Jul 15 2023 03:45:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1352[Jul 15 2023 03:45:16 UTC (QA Tests)] INFO -- clicking :sign_in_button1353[Jul 15 2023 03:45:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.294s1354[Jul 15 2023 03:45:17 UTC (QA Tests)] INFO -- Enabling super sidebar!1355[Jul 15 2023 03:45:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled1356[Jul 15 2023 03:45:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds1357[Jul 15 2023 03:45:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.15 seconds1358[Jul 15 2023 03:45:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-to-test-assignees-01ece586eff30b3d' via api in 0.69 seconds1359[Jul 15 2023 03:45:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.19 seconds1360[Jul 15 2023 03:45:20 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-to-test-assignees-01ece586eff30b3d QA::Resource::Project1361[Jul 15 2023 03:45:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.17 seconds1362[Jul 15 2023 03:45:21 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-to-test-assignees-01ece586eff30b3d QA::Resource::Project1363[Jul 15 2023 03:45:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '9' via api in 0.47 seconds1364[Jul 15 2023 03:45:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-to-test-assignees-01ece586eff30b3d/-/issues/11365 update without refresh1366Manage1367 Project access tokens1368[Jul 15 2023 03:45:26 UTC (QA Tests)] INFO -- Starting test: Manage Project access tokens can be created and revoked via the UI1369[Jul 15 2023 03:45:26 UTC (QA Tests)] INFO -- filling :login_field with "root"1370[Jul 15 2023 03:45:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1371[Jul 15 2023 03:45:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1372[Jul 15 2023 03:45:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1373[Jul 15 2023 03:45:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1374[Jul 15 2023 03:45:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.271s1375[Jul 15 2023 03:45:29 UTC (QA Tests)] INFO -- Enabling super sidebar!1376[Jul 15 2023 03:45:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled1377[Jul 15 2023 03:45:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds1378[Jul 15 2023 03:45:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.15 seconds1379[Jul 15 2023 03:45:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/the_awesome_project-68fea4ab519c0064' via api in 0.71 seconds1380[Jul 15 2023 03:45:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/the_awesome_project-68fea4ab519c00641381[Jul 15 2023 03:45:33 UTC (QA Tests)] INFO -- clicking :menu_section_button1382[Jul 15 2023 03:45:33 UTC (QA Tests)] INFO -- clicking :nav_item_link1383[Jul 15 2023 03:45:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.937s1384[Jul 15 2023 03:45:34 UTC (QA Tests)] INFO -- filling :access_token_name_field with "*****"1385[Jul 15 2023 03:45:34 UTC (QA Tests)] INFO -- clicking the coordinates of :access_token_name_field1386[Jul 15 2023 03:45:34 UTC (QA Tests)] INFO -- clicking :api_label1387[Jul 15 2023 03:45:34 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-07-17"1388[Jul 15 2023 03:45:34 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field1389[Jul 15 2023 03:45:35 UTC (QA Tests)] INFO -- clicking :create_token_button1390[Jul 15 2023 03:45:35 UTC (QA Tests)] INFO -- clicking :toggle_visibility_button1391[Jul 15 2023 03:45:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectAccessToken with name 'api-project-access-token-dcrmha0o', token's bot username 'project_32_bot_95d08f180b58824ea5759207cbc51d43' via browser_ui in 9.84 seconds1392[Jul 15 2023 03:45:36 UTC (QA Tests)] INFO -- clicking :revoke_button1393[Jul 15 2023 03:45:36 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1394[Jul 15 2023 03:45:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/the_awesome_project-68fea4ab519c0064'1395 can be created and revoked via the UI1396Analytics1397 Service ping default enabled1398 when using default enabled from gitlab.yml config1399[Jul 15 2023 03:45:38 UTC (QA Tests)] INFO -- Starting test: Analytics Service ping default enabled when using default enabled from gitlab.yml config has service ping toggle enabled1400[Jul 15 2023 03:45:38 UTC (QA Tests)] INFO -- filling :login_field with "root"1401[Jul 15 2023 03:45:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1402[Jul 15 2023 03:45:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"1403[Jul 15 2023 03:45:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1404[Jul 15 2023 03:45:39 UTC (QA Tests)] INFO -- clicking :sign_in_button1405[Jul 15 2023 03:45:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.249s1406[Jul 15 2023 03:45:41 UTC (QA Tests)] INFO -- Enabling super sidebar!1407[Jul 15 2023 03:45:41 UTC (QA Tests)] INFO -- Super sidebar is already enabled1408[Jul 15 2023 03:45:43 UTC (QA Tests)] INFO -- clicking :context_switcher1409[Jul 15 2023 03:45:43 UTC (QA Tests)] INFO -- clicking :nav_item_link1410[Jul 15 2023 03:45:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.754s1411[Jul 15 2023 03:45:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.31s1412[Jul 15 2023 03:45:45 UTC (QA Tests)] INFO -- clicking :menu_section_button1413[Jul 15 2023 03:45:45 UTC (QA Tests)] INFO -- clicking :nav_item_link1414[Jul 15 2023 03:45:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.55s1415 has service ping toggle enabled1416Verify1417 Pipeline with raw variables in YAML1418[Jul 15 2023 03:45:47 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with raw variables in YAML expands variables according to expand: true/false1419[Jul 15 2023 03:45:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds1420[Jul 15 2023 03:45:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.14 seconds1421[Jul 15 2023 03:45:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-raw-variable-pipeline-67cccd9c76521807' via api in 0.67 seconds1422[Jul 15 2023 03:45:48 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1423[Jul 15 2023 03:45:48 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1424[Jul 15 2023 03:45:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1425[Jul 15 2023 03:45:48 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1689392748 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1689392748 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-1689392748 --url http://gitlab-ce-46f6e313.test --registration-token **** --tag-list qa-runner-1689392748 --executor shell && gitlab-runner run" `1426[Jul 15 2023 03:45:49 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1689392748`1427[Jul 15 2023 03:45:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1428[Jul 15 2023 03:45:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1689392748' via api in 1.4 seconds1429[Jul 15 2023 03:45:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.59 seconds1430[Jul 15 2023 03:45:51 UTC (QA Tests)] INFO -- filling :login_field with "root"1431[Jul 15 2023 03:45:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1432[Jul 15 2023 03:45:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"1433[Jul 15 2023 03:45:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1434[Jul 15 2023 03:45:51 UTC (QA Tests)] INFO -- clicking :sign_in_button1435[Jul 15 2023 03:45:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.267s1436[Jul 15 2023 03:45:53 UTC (QA Tests)] INFO -- Enabling super sidebar!1437[Jul 15 2023 03:45:53 UTC (QA Tests)] INFO -- Super sidebar is already enabled1438[Jul 15 2023 03:45:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/project-with-raw-variable-pipeline-67cccd9c765218071439[Jul 15 2023 03:45:57 UTC (QA Tests)] INFO -- clicking :menu_section_button1440[Jul 15 2023 03:45:57 UTC (QA Tests)] INFO -- clicking :nav_item_link1441[Jul 15 2023 03:45:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.883s1442[Jul 15 2023 03:45:59 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1443[Jul 15 2023 03:46:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.29s1444[Jul 15 2023 03:46:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1689392748'1445[Jul 15 2023 03:46:01 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1689392748`1446 expands variables according to expand: true/false1447Create1448 Merge request push options1449[Jul 15 2023 03:46:02 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets labels1450[Jul 15 2023 03:46:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.09 seconds1451[Jul 15 2023 03:46:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.17 seconds1452[Jul 15 2023 03:46:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/the_awesome_project-66d11a5c2aadecdb' via api in 1.16 seconds1453[Jul 15 2023 03:46:04 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1454[Jul 15 2023 03:46:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.61 seconds1455 sets labels1456 when labels are set already1457[Jul 15 2023 03:46:05 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options when labels are set already removes them on subsequent push1458[Jul 15 2023 03:46:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds1459[Jul 15 2023 03:46:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.16 seconds1460[Jul 15 2023 03:46:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/the_awesome_project-c1d78515065fd990' via api in 1.04 seconds1461[Jul 15 2023 03:46:07 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1462[Jul 15 2023 03:46:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.55 seconds1463[Jul 15 2023 03:46:09 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1464[Jul 15 2023 03:46:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.5 seconds1465 removes them on subsequent push1466Verify1467 Pass dotenv variables to downstream via bridge1468[Jul 15 2023 03:46:09 UTC (QA Tests)] INFO -- Starting test: Verify Pass dotenv variables to downstream via bridge runs the pipeline with composed config1469[Jul 15 2023 03:46:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.08 seconds1470[Jul 15 2023 03:46:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.22 seconds1471[Jul 15 2023 03:46:09 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1472[Jul 15 2023 03:46:09 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1473[Jul 15 2023 03:46:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1474[Jul 15 2023 03:46:15 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-e0synjec --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-e0synjec 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-e0synjec --url http://gitlab-ce-46f6e313.test --registration-token **** --tag-list qa-runner-e0synjec --executor shell && gitlab-runner run" `1475[Jul 15 2023 03:46:15 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-e0synjec`1476[Jul 15 2023 03:46:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1477[Jul 15 2023 03:46:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-e0synjec' via api in 6.25 seconds1478[Jul 15 2023 03:46:16 UTC (QA Tests)] INFO -- filling :login_field with "root"1479[Jul 15 2023 03:46:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1480[Jul 15 2023 03:46:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"1481[Jul 15 2023 03:46:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1482[Jul 15 2023 03:46:17 UTC (QA Tests)] INFO -- clicking :sign_in_button1483[Jul 15 2023 03:46:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.349s1484[Jul 15 2023 03:46:19 UTC (QA Tests)] INFO -- Enabling super sidebar!1485[Jul 15 2023 03:46:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled1486[Jul 15 2023 03:46:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/downstream-project-with-bridge-0d843c623461738f' via api in 0.52 seconds1487[Jul 15 2023 03:46:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.58 seconds1488[Jul 15 2023 03:46:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/upstream-project-with-bridge-1b24f3e77c43ec74' via api in 0.59 seconds1489[Jul 15 2023 03:46:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.63 seconds1490[Jul 15 2023 03:46:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/upstream-project-with-bridge-1b24f3e77c43ec741491[Jul 15 2023 03:46:25 UTC (QA Tests)] INFO -- clicking :menu_section_button1492[Jul 15 2023 03:46:25 UTC (QA Tests)] INFO -- clicking :nav_item_link1493[Jul 15 2023 03:46:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.017s1494[Jul 15 2023 03:46:38 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button1495[Jul 15 2023 03:46:39 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1496[Jul 15 2023 03:46:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.395s1497[Jul 15 2023 03:46:40 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-e0synjec'1498[Jul 15 2023 03:46:40 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-e0synjec`1499[Jul 15 2023 03:46:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/upstream-project-with-bridge-1b24f3e77c43ec74'1500[Jul 15 2023 03:46:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/downstream-project-with-bridge-0d843c623461738f'1501 runs the pipeline with composed config1502Create1503 API basics1504[Jul 15 2023 03:46:41 UTC (QA Tests)] INFO -- Starting test: Create API basics user creates a project with a file and deletes them afterwards1505 user creates a project with a file and deletes them afterwards1506 raw file access1507[Jul 15 2023 03:46:42 UTC (QA Tests)] INFO -- Starting test: Create API basics raw file access sets no-cache headers as expected1508 sets no-cache headers as expected1509Create1510 Version control for personal snippets1511[Jul 15 2023 03:46:44 UTC (QA Tests)] INFO -- Starting test: Create Version control for personal snippets clones, pushes, and pulls a snippet over SSH, deletes via UI1512[Jul 15 2023 03:46:44 UTC (QA Tests)] INFO -- filling :login_field with "root"1513[Jul 15 2023 03:46:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1514[Jul 15 2023 03:46:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"1515[Jul 15 2023 03:46:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1516[Jul 15 2023 03:46:45 UTC (QA Tests)] INFO -- clicking :sign_in_button1517[Jul 15 2023 03:46:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.274s1518[Jul 15 2023 03:46:47 UTC (QA Tests)] INFO -- Enabling super sidebar!1519[Jul 15 2023 03:46:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled1520[Jul 15 2023 03:46:49 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230715-38-kv623u/id_rsa -N `1521[Jul 15 2023 03:46:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '2' via api in 0.56 seconds1522[Jul 15 2023 03:46:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '9' via api in 0.43 seconds1523[Jul 15 2023 03:46:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-46f6e313.test/-/snippets/91524[Jul 15 2023 03:46:50 UTC (QA Tests)] INFO -- clicking :clone_button1525[Jul 15 2023 03:46:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 0.96 seconds1526[Jul 15 2023 03:46:52 UTC (QA Tests)] INFO -- clicking :snippet_action_button1527[Jul 15 2023 03:46:53 UTC (QA Tests)] INFO -- clicking :delete_snippet_button1528[Jul 15 2023 03:46:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.599s1529[Jul 15 2023 03:46:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? delete_snippet_button' took 0.61s1530[Jul 15 2023 03:46:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '2'1531 clones, pushes, and pulls a snippet over SSH, deletes via UI1532[Jul 15 2023 03:46:54 UTC (QA Tests)] INFO -- Starting test: Create Version control for personal snippets clones, pushes, and pulls a snippet over HTTP, edits via UI1533[Jul 15 2023 03:46:54 UTC (QA Tests)] INFO -- filling :login_field with "root"1534[Jul 15 2023 03:46:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1535[Jul 15 2023 03:46:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"1536[Jul 15 2023 03:46:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1537[Jul 15 2023 03:46:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1538[Jul 15 2023 03:46:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.253s1539[Jul 15 2023 03:46:57 UTC (QA Tests)] INFO -- Enabling super sidebar!1540[Jul 15 2023 03:46:57 UTC (QA Tests)] INFO -- Super sidebar is already enabled1541[Jul 15 2023 03:46:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '10' via api in 0.4 seconds1542[Jul 15 2023 03:46:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-46f6e313.test/-/snippets/101543[Jul 15 2023 03:47:00 UTC (QA Tests)] INFO -- clicking :clone_button1544[Jul 15 2023 03:47:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 0.94 seconds1545[Jul 15 2023 03:47:02 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1546[Jul 15 2023 03:47:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 0.996s1547[Jul 15 2023 03:47:13 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1548[Jul 15 2023 03:47:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.941s1549[Jul 15 2023 03:47:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 0.958s1550[Jul 15 2023 03:47:15 UTC (QA Tests)] INFO -- Removed a QA::Resource::Snippet with id '10'1551[Jul 15 2023 03:47:15 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230715-38-osg5gg/id_rsa -N `1552[Jul 15 2023 03:47:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '3' via api in 0.65 seconds1553[Jul 15 2023 03:47:16 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '3'1554 clones, pushes, and pulls a snippet over HTTP, edits via UI1555Create1556 Source editor toolbar preview1557[Jul 15 2023 03:47:16 UTC (QA Tests)] INFO -- Starting test: Create Source editor toolbar preview can preview markdown side-by-side while editing1558[Jul 15 2023 03:47:16 UTC (QA Tests)] INFO -- filling :login_field with "root"1559[Jul 15 2023 03:47:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1560[Jul 15 2023 03:47:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"1561[Jul 15 2023 03:47:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1562[Jul 15 2023 03:47:17 UTC (QA Tests)] INFO -- clicking :sign_in_button1563[Jul 15 2023 03:47:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.266s1564[Jul 15 2023 03:47:19 UTC (QA Tests)] INFO -- Enabling super sidebar!1565[Jul 15 2023 03:47:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled1566[Jul 15 2023 03:47:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds1567[Jul 15 2023 03:47:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d' via api in 0.13 seconds1568[Jul 15 2023 03:47:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/empty-project-with-md-c58eba961a6a05de' via api in 0.9 seconds1569[Jul 15 2023 03:47:22 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-46f6e313.test/gitlab-qa-sandbox-group-7/qa-test-2023-07-15-03-27-07-a6599f2c880e140d/empty-project-with-md-c58eba961a6a05de1570[Jul 15 2023 03:47:23 UTC (QA Tests)] INFO -- clicking :file_name_link1571[Jul 15 2023 03:47:23 UTC (QA Tests)] INFO -- clicking :action_dropdown1572[Jul 15 2023 03:47:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element action_dropdown' took 0.57s1573[Jul 15 2023 03:47:24 UTC (QA Tests)] INFO -- clicking :edit_menu_item1574[Jul 15 2023 03:47:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_menu_item' took 1.105s15752023-07-15 03:47:25 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:15772023-07-15 03:47:25 WARN Selenium [DEPRECATION] [:jwp_caps] `Capabilities#platform` is deprecated. Use `Capabilities#platform_name` instead.1578[Jul 15 2023 03:47:26 UTC (QA Tests)] INFO -- clicking :commit_button1579[Jul 15 2023 03:47:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.336s1580 can preview markdown side-by-side while editing1581Create1582 Sharing snippets1583 when the snippet is public1584[Jul 15 2023 03:47:28 UTC (QA Tests)] INFO -- Starting test: Create Sharing snippets when the snippet is public can be shared with not signed-in users1585[Jul 15 2023 03:47:28 UTC (QA Tests)] INFO -- filling :login_field with "root"1586[Jul 15 2023 03:47:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1587[Jul 15 2023 03:47:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"1588[Jul 15 2023 03:47:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1589[Jul 15 2023 03:47:29 UTC (QA Tests)] INFO -- clicking :sign_in_button1590[Jul 15 2023 03:47:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.228s1591[Jul 15 2023 03:47:31 UTC (QA Tests)] INFO -- Enabling super sidebar!1592[Jul 15 2023 03:47:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled1593[Jul 15 2023 03:47:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '11' via api in 0.39 seconds1594[Jul 15 2023 03:47:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-46f6e313.test/-/snippets/111595[Jul 15 2023 03:47:34 UTC (QA Tests)] INFO -- clicking :snippet_embed_dropdown1596[Jul 15 2023 03:47:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.035s1597[Jul 15 2023 03:47:35 UTC (QA Tests)] INFO -- clicking :user_avatar_content1598[Jul 15 2023 03:47:35 UTC (QA Tests)] INFO -- clicking :sign_out_link1599 can be shared with not signed-in users1600 when the snippet is changed to private1601[Jul 15 2023 03:47:36 UTC (QA Tests)] INFO -- Starting test: Create Sharing snippets when the snippet is changed to private does not display Embed/Share dropdown1602[Jul 15 2023 03:47:37 UTC (QA Tests)] INFO -- filling :login_field with "root"1603[Jul 15 2023 03:47:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1604[Jul 15 2023 03:47:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"1605[Jul 15 2023 03:47:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1606[Jul 15 2023 03:47:38 UTC (QA Tests)] INFO -- clicking :sign_in_button1607[Jul 15 2023 03:47:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.265s1608[Jul 15 2023 03:47:39 UTC (QA Tests)] INFO -- Enabling super sidebar!1609[Jul 15 2023 03:47:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled1610[Jul 15 2023 03:47:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '12' via api in 0.42 seconds1611[Jul 15 2023 03:47:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-46f6e313.test/-/snippets/121612[Jul 15 2023 03:47:42 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1613[Jul 15 2023 03:47:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 0.921s1614[Jul 15 2023 03:47:43 UTC (QA Tests)] INFO -- clicking :visibility_content1615[Jul 15 2023 03:47:43 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1616[Jul 15 2023 03:47:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.643s1617[Jul 15 2023 03:47:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 0.656s1618 does not display Embed/Share dropdown1619[Jul 15 2023 03:47:44 UTC (QA Tests)] INFO -- 1620========= Knapsack Time Offset Warning ==========1621Time offset: 30s1622Max allowed node time execution: 22m1623Exceeded time: -01m 18s1625Global time execution for this CI node is fine.1626Happy testing!1627Need explanation? See FAQ:1629=================================================1630Read up on the benefits of a dynamic test split with Knapsack Pro Queue Mode:1631https://docs.knapsackpro.com/2020/how-to-speed-up-ruby-and-javascript-tests-with-ci-parallelisation1632Sign up for Knapsack Pro here:1634=================================================1635[Jul 15 2023 03:47:44 UTC (QA Tests)] INFO -- 1636Knapsack global time execution for tests: 20m 42s1637Pending: (Failures listed here are expected and do not affect your suite's status)1638 1) Configure Auto DevOps with a Kubernetes Agent runs auto devops1639 # Test is not compatible with this environment or pipeline1640 # ./qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb:431641 2) Package SaaS Container Registry pushes project image to the container registry and deletes tag1642 # Test is not compatible with this environment or pipeline1643 # ./qa/specs/features/browser_ui/5_package/container_registry/saas/container_registry_spec.rb:531644 3) Create Slack app integration when using Slash commands creates an issue1645 # Test is not compatible with this environment or pipeline1646 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:451647 4) Create Slack app integration when using Slash commands with gitlab issue displays an issue1648 # Test is not compatible with this environment or pipeline1649 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:721650 5) Create Slack app integration when using Slash commands with gitlab issue closes an issue1651 # Test is not compatible with this environment or pipeline1652 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:821653 6) Create Slack app integration when using Slash commands with gitlab issue comments on an issue1654 # Test is not compatible with this environment or pipeline1655 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:921656 7) Create Slack app integration when using Slash commands with gitlab issue with target project moves an issue1657 # Test is not compatible with this environment or pipeline1658 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:1151659Finished in 20 minutes 43 seconds (files took 2.39 seconds to load)166058 examples, 0 failures, 7 pending1661Randomized with seed 548371662[Jul 15 2023 03:47:45 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-46f6e313 bash -c "gitlab-psql -c 'select n_live_tup, n_dead_tup, relname from pg_stat_all_tables order by n_live_tup DESC, n_dead_tup DESC;'"`1663[Jul 15 2023 03:47:45 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-46f6e313 bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`1664[Jul 15 2023 03:47:45 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ce-46f6e313`1665[Jul 15 2023 03:47:45 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ce-46f6e313`1667Running after script...1668$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command1669$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")1670$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"1786Not uploading cache qa-e2e-ruby-3.0-25fc54ff225c814107db3bf4a8c26e7a-16 due to policy1788Uploading artifacts...1789gitlab-qa-run-*: found 308 matching artifact files and directories 1790Uploading artifacts as "archive" to coordinator... 201 Created id=4659949922 responseStatus=201 Created token=64_VRfu21791Uploading artifacts...1792gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 1793Uploading artifacts as "junit" to coordinator... 201 Created id=4659949922 responseStatus=201 Created token=64_VRfu21794Uploading artifacts...1795/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 1796Uploading artifacts as "dotenv" to coordinator... 201 Created id=4659949922 responseStatus=201 Created token=64_VRfu21798Job succeeded