instance 1/5
Failed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.11.0 (436955cb)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:0965b14b96d892eee2a963801769af5328817a64ed1af67ec4d76364ddd62706 for docker:23.0.1-dind with digest docker@sha256:d9a0fd8bdd156aae6e9be5db0264e0bc99e000e89e92055d4567e27ff13daff0 ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 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:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1686018045-4d422200-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: 168219, done. 20remote: Counting objects: 100% (168219/168219), done. 21remote: Compressing objects: 100% (107572/107572), done. 22remote: Total 168219 (delta 82947), reused 113481 (delta 54471), pack-reused 0 23Receiving objects: 100% (168219/168219), 134.96 MiB | 46.48 MiB/s, done.24Resolving deltas: 100% (82947/82947), done.26 * [new ref] refs/pipelines/890289253 -> refs/pipelines/89028925327 * [new branch] master -> origin/master28Checking out b716d7f7 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-f1d27392b7eb7debf223b7abd1c46416-16...32cache.zip is up to date 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for trigger-omnibus-env-ce (4417509084)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4417509084 responseStatus=200 OK token=64_Z_o9t38Downloading artifacts for download-knapsack-report (4417509086)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4417509086 responseStatus=200 OK token=64_Z_o9t41Using docker image sha256:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 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:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...42$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE43$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")44$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command45Bundle complete! 37 Gemfile dependencies, 129 gems now installed.46Use `bundle info [gemname]` to see where a bundled gem is installed.47$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"48$ echo "Running - '$QA_COMMAND'"49Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41 --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4417509088.json --format RspecJunitFormatter --out tmp/rspec-4417509088.xml --format html --out tmp/rspec-$(echo instance 1/5 | sed 's/[ /]/_/g').htm --color --format documentation'50$ eval "$QA_COMMAND"51[Jun 06 2023 03:05:41 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-02d3ecee$`52[Jun 06 2023 03:05:41 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-02d3ecee --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`53[Jun 06 2023 03:05:42 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.1.0/tls_certificates/authority/. alpine-02d3ecee:/etc/gitlab/trusted-certs`54[Jun 06 2023 03:05:43 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.1.0/tls_certificates/gitlab/. alpine-02d3ecee:/etc/gitlab/ssl`55[Jun 06 2023 03:05:43 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-02d3ecee`56[Jun 06 2023 03:05:43 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-02d3ecee`57[Jun 06 2023 03:05:43 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`58[Jun 06 2023 03:05:43 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41`59[Jun 06 2023 03:06:18 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ce-808d7c9f$`60[Jun 06 2023 03:06:18 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`61[Jun 06 2023 03:06:18 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`62[Jun 06 2023 03:06:18 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ce-808d7c9f --net test --hostname gitlab-ce-808d7c9f.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-06-06-03-05-41-cba4f76a/gitlab-ce-808d7c9f/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41`63[Jun 06 2023 03:06:27 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-808d7c9f bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-06-06 03:05:4164# Gitlab::QA::Runtime::OmnibusConfigurations::Default65gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme66gitlab_rails['gitlab_disable_animations'] = true # Disable animations67gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry68gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password69gitlab_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;"`70[Jun 06 2023 03:06:27 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ce-808d7c9f`71[Jun 06 2023 03:09:51 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...72[Jun 06 2023 03:09:51 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-808d7c9f`73[Jun 06 2023 03:09:51 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ce-808d7c9f 80/tcp`74[Jun 06 2023 03:09:51 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!75[Jun 06 2023 03:09:51 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-808d7c9f bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`76[Jun 06 2023 03:09:51 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-808d7c9f bash -c "echo '#!/usr/bin/env bash77if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then78 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'79 exit 180fi81' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`82[Jun 06 2023 03:09:51 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-808d7c9f bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`83[Jun 06 2023 03:09:51 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.1.0/support/data gitlab-ce-808d7c9f:/tmp/data-seeds`84[Jun 06 2023 03:09:52 UTC (Gitlab QA)] INFO -- Running exec_commands...85[Jun 06 2023 03:09:52 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-808d7c9f bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`86[Jun 06 2023 03:10:43 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`87[Jun 06 2023 03:10:43 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:b716d7f73c14326dbad5320dd21ca81423bacc41`88[Jun 06 2023 03:11:27 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ce89[Jun 06 2023 03:11:27 UTC (Gitlab QA)] INFO -- Running with feature flag: --set-feature-flags super_sidebar_nav_enrolled=enabled90[Jun 06 2023 03:11:27 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_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_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_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_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_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_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-06-06-03-05-41-cba4f76a/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-06-03-05-41-cba4f76a/gitlab-ce-qa-fba8c69e:/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-fba8c69e registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:b716d7f73c14326dbad5320dd21ca81423bacc41 Test::Instance::All http://gitlab-ce-808d7c9f.test --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4417509088.json --format RspecJunitFormatter --out tmp/rspec-4417509088.xml --format html --out tmp/rspec-instance_1_5.htm --color --format documentation`91warning: parser/current is loading parser/ruby30, which recognizes3.0.5-compliant syntax, but you are running 3.0.6.932023-06-06 03:11:46 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:952023-06-06 03:11:46 WARN Selenium [DEPRECATION] [:caps_browsers] Remote::Capabilities.chrome is deprecated. Use Options.chrome instead.962023-06-06 03:11:46 WARN Selenium [DEPRECATION] [:capabilities] The :capabilities parameter for Selenium::WebDriver::Chrome::Driver is deprecated. Use :options argument with an instance of Selenium::WebDriver::Chrome::Driver instead.972023-06-06 03:11:46 / CONF :: 98 ==> Base URL: http://gitlab-ce-808d7c9f.test99 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f8110ef64b8>100 ==> Libraries: Chemlab::Vendor101[Jun 06 2023 03:11:46 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA102[Jun 06 2023 03:11:46 UTC (QA Tests)] INFO -- Browser: chrome103[Jun 06 2023 03:11:46 UTC (QA Tests)] INFO -- Browser version: 111.0104[Jun 06 2023 03:11:46 UTC (QA Tests)] INFO -- Performing sanity check for environment!105[Jun 06 2023 03:11:47 UTC (QA Tests)] INFO -- Enabling feature: super_sidebar_nav_enrolled106[Jun 06 2023 03:11:48 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: super_sidebar_nav_enrolled107[Jun 06 2023 03:11:48 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'108[Jun 06 2023 03:11:48 UTC (QA Tests)] INFO -- Report already exists, skipping!109[Jun 06 2023 03:11:48 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====110[Jun 06 2023 03:11:48 UTC (QA Tests)] INFO -- Report specs:111[Jun 06 2023 03:11:48 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/1_manage/user/impersonation_token_spec.rb", "qa/specs/features/browser_ui/4_verify/testing/view_code_coverage_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/pass_dotenv_variables_to_downstream_via_bridge_spec.rb", "qa/specs/features/browser_ui/1_manage/login/2fa_recovery_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb", "qa/specs/features/api/4_verify/api_variable_inheritance_with_forward_pipeline_variables_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_a_project_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/snippet_index_page_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_manipulation_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb", "qa/specs/features/browser_ui/3_create/repository/ssh_key_support_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/pipeline_editor_branch_switcher_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/delete_file_via_web_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_file_upload_spec.rb", "qa/specs/features/browser_ui/9_data_stores/group/transfer_group_spec.rb", "qa/specs/features/browser_ui/2_plan/design_management/modify_design_content_spec.rb", "qa/specs/features/api/3_create/repository/push_postreceive_idempotent_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/check_mentions_for_xss_spec.rb", "qa/specs/features/browser_ui/2_plan/design_management/add_design_content_spec.rb", "qa/specs/features/browser_ui/14_analytics/service_ping_default_enabled_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_page_deletion_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/link_to_line_in_web_ide_spec.rb", "qa/specs/features/browser_ui/6_release/deploy_token/add_deploy_token_spec.rb", "qa/specs/features/api/9_data_stores/users_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/create_first_file_in_web_ide_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/server_hooks_custom_error_message_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/open_web_ide_from_diff_tab_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/review_merge_request_spec.rb"]112[Jun 06 2023 03:11:48 UTC (QA Tests)] INFO -- Leftover specs:113[Jun 06 2023 03:11:48 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_connectivity_spec.rb", "qa/specs/features/api/1_manage/import/import_large_github_repo_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_members_spec.rb", "qa/specs/features/api/5_package/container_registry/saas/container_registry_spec.rb", "qa/specs/features/browser_ui/1_manage/integrations/jira/jira_basic_integration_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_into_mattermost_via_gitlab_spec.rb", "qa/specs/features/browser_ui/2_plan/pages/new_static_page_spec.rb", "qa/specs/features/browser_ui/3_create/repository/move_project_create_fork_spec.rb", "qa/specs/features/browser_ui/5_package/container_registry/self_managed/container_registry_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/generic_repository_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/npm/npm_instance_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/rubygems_registry_spec.rb", "qa/specs/features/sanity/feature_flags_spec.rb"]114[Jun 06 2023 03:11:48 UTC (QA Tests)] INFO -- Knapsack time offset warning enabled!115[Jun 06 2023 03:11:48 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'116[Jun 06 2023 03:11:48 UTC (QA Tests)] INFO -- Report already exists, skipping!117Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true, :requires_praefect=>true}118Randomized with seed 51240119Analytics120 Service ping default enabled121 when using default enabled from gitlab.yml config122[Jun 06 2023 03:11:51 UTC (QA Tests)] INFO -- Starting test: Analytics Service ping default enabled when using default enabled from gitlab.yml config has service ping toggle enabled123[Jun 06 2023 03:11:51 UTC (QA Tests)] INFO -- filling :login_field with "root"124[Jun 06 2023 03:11:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field125[Jun 06 2023 03:11:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"126[Jun 06 2023 03:11:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field127[Jun 06 2023 03:11:52 UTC (QA Tests)] INFO -- clicking :sign_in_button128[Jun 06 2023 03:11:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.339s129[Jun 06 2023 03:11:53 UTC (QA Tests)] INFO -- Enabling super sidebar!130[Jun 06 2023 03:11:53 UTC (QA Tests)] INFO -- Super sidebar is already enabled131[Jun 06 2023 03:11:55 UTC (QA Tests)] INFO -- clicking :context_switcher132[Jun 06 2023 03:11:55 UTC (QA Tests)] INFO -- clicking :nav_item_link133[Jun 06 2023 03:11:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.073s134[Jun 06 2023 03:11:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.452s135[Jun 06 2023 03:11:57 UTC (QA Tests)] INFO -- clicking :menu_section_button136[Jun 06 2023 03:11:57 UTC (QA Tests)] INFO -- clicking :nav_item_link137[Jun 06 2023 03:11:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.704s138 has service ping toggle enabled139Create140 Upload a file in Web IDE141 when the file is a text file142[Jun 06 2023 03:11:59 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is a text file shows the Edit tab with the text143 shows the Edit tab with the text (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)144 when the file is an image145[Jun 06 2023 03:11:59 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is an image shows an image viewer146 shows an image viewer (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)147 when the file is binary148[Jun 06 2023 03:11:59 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is binary shows a Download button149 shows a Download button (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)150 when a file with the same name already exists151[Jun 06 2023 03:11:59 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when a file with the same name already exists throws an error152 throws an error (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)153Create154 Link to line in Web IDE155[Jun 06 2023 03:11:59 UTC (QA Tests)] INFO -- Starting test: Create Link to line in Web IDE can link to a specific line of code in Web IDE156[Jun 06 2023 03:11:59 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA157[Jun 06 2023 03:11:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-1g8hnt23' via cache in 0.0 seconds158[Jun 06 2023 03:12:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.45 seconds159[Jun 06 2023 03:12:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.67 seconds160[Jun 06 2023 03:12:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/the_awesome_project-4461d8bc4441bf45' via api in 2.79 seconds161[Jun 06 2023 03:12:03 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/the_awesome_project-4461d8bc4441bf45'162 can link to a specific line of code in Web IDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)163Plan164 Testing project wiki file upload165[Jun 06 2023 03:12:03 UTC (QA Tests)] INFO -- Starting test: Plan Testing project wiki file upload by creating a formatted page with an image uploaded166[Jun 06 2023 03:12:04 UTC (QA Tests)] INFO -- filling :login_field with "root"167[Jun 06 2023 03:12:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field168[Jun 06 2023 03:12:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"169[Jun 06 2023 03:12:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field170[Jun 06 2023 03:12:04 UTC (QA Tests)] INFO -- clicking :sign_in_button171[Jun 06 2023 03:12:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.726s172[Jun 06 2023 03:12:05 UTC (QA Tests)] INFO -- Enabling super sidebar!173[Jun 06 2023 03:12:05 UTC (QA Tests)] INFO -- Super sidebar is already enabled174[Jun 06 2023 03:12:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.18 seconds175[Jun 06 2023 03:12:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.26 seconds176[Jun 06 2023 03:12:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/wiki_testing-350db290c213fce0' via api in 1.96 seconds177[Jun 06 2023 03:12:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 2.49 seconds178[Jun 06 2023 03:12:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/wiki_testing-350db290c213fce0/-/wikis/Home179[Jun 06 2023 03:12:10 UTC (QA Tests)] INFO -- clicking :new_page_button180[Jun 06 2023 03:12:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_page_button' took 1.444s181[Jun 06 2023 03:12:12 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "Content Editor Page"182[Jun 06 2023 03:12:12 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox183[Jun 06 2023 03:12:12 UTC (QA Tests)] INFO -- clicking :editing_mode_switcher184[Jun 06 2023 03:12:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? text_style_dropdown' took 1.034s185[Jun 06 2023 03:12:14 UTC (QA Tests)] INFO -- clicking :text_style_dropdown186[Jun 06 2023 03:12:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.754s187[Jun 06 2023 03:12:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element markdown_editor_form_field' took 0.784s188[Jun 06 2023 03:12:16 UTC (QA Tests)] INFO -- clicking :wiki_submit_button189[Jun 06 2023 03:12:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.559s190[Jun 06 2023 03:12:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/wiki_testing-350db290c213fce0'191 by creating a formatted page with an image uploaded192Manage193 Project import194 imports large Github repo via api (PENDING: Test is not compatible with this environment or pipeline)195Data Stores196 Users API197[Jun 06 2023 03:12:18 UTC (QA Tests)] INFO -- Starting test: Data Stores Users API GET /users/:username with an invalid username198 GET /users/:username with an invalid username199[Jun 06 2023 03:12:18 UTC (QA Tests)] INFO -- Starting test: Data Stores Users API GET /users/:username with a valid username200 GET /users/:username with a valid username201[Jun 06 2023 03:12:18 UTC (QA Tests)] INFO -- Starting test: Data Stores Users API GET /users202 GET /users203Plan204 Issue creation205[Jun 06 2023 03:12:18 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation creates an issue206[Jun 06 2023 03:12:19 UTC (QA Tests)] INFO -- filling :login_field with "root"207[Jun 06 2023 03:12:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field208[Jun 06 2023 03:12:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"209[Jun 06 2023 03:12:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field210[Jun 06 2023 03:12:20 UTC (QA Tests)] INFO -- clicking :sign_in_button211[Jun 06 2023 03:12:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.608s212[Jun 06 2023 03:12:21 UTC (QA Tests)] INFO -- Enabling super sidebar!213[Jun 06 2023 03:12:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled214[Jun 06 2023 03:12:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds215[Jun 06 2023 03:12:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.14 seconds216[Jun 06 2023 03:12:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/the_awesome_project-6459a971c5348e9d' via api in 0.65 seconds217[Jun 06 2023 03:12:22 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/the_awesome_project-6459a971c5348e9d218[Jun 06 2023 03:12:23 UTC (QA Tests)] INFO -- clicking :new_menu_toggle219[Jun 06 2023 03:12:23 UTC (QA Tests)] INFO -- clicking :create_menu_item220[Jun 06 2023 03:12:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.093s221[Jun 06 2023 03:12:25 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title 0f1c51e8451bd766"222[Jun 06 2023 03:12:25 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field223[Jun 06 2023 03:12:25 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description 849704e5e793cce3"224[Jun 06 2023 03:12:25 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field225[Jun 06 2023 03:12:26 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present226[Jun 06 2023 03:12:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.546s227[Jun 06 2023 03:12:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 6.75 seconds228[Jun 06 2023 03:12:29 UTC (QA Tests)] INFO -- clicking :menu_section_button229[Jun 06 2023 03:12:29 UTC (QA Tests)] INFO -- clicking :nav_item_link230[Jun 06 2023 03:12:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.878s231 creates an issue232[Jun 06 2023 03:12:31 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation closes an issue233[Jun 06 2023 03:12:31 UTC (QA Tests)] INFO -- filling :login_field with "root"234[Jun 06 2023 03:12:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field235[Jun 06 2023 03:12:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"236[Jun 06 2023 03:12:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field237[Jun 06 2023 03:12:32 UTC (QA Tests)] INFO -- clicking :sign_in_button238[Jun 06 2023 03:12:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.955s239[Jun 06 2023 03:12:33 UTC (QA Tests)] INFO -- Enabling super sidebar!240[Jun 06 2023 03:12:33 UTC (QA Tests)] INFO -- Super sidebar is already enabled241[Jun 06 2023 03:12:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds242[Jun 06 2023 03:12:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.13 seconds243[Jun 06 2023 03:12:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-for-issues-147fb10365a53cd7' via api in 1.3 seconds244[Jun 06 2023 03:12:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 1.62 seconds245[Jun 06 2023 03:12:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-for-issues-147fb10365a53cd7/-/issues/1246[Jun 06 2023 03:12:39 UTC (QA Tests)] INFO -- clicking :menu_section_button247[Jun 06 2023 03:12:39 UTC (QA Tests)] INFO -- clicking :nav_item_link248[Jun 06 2023 03:12:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.708s249[Jun 06 2023 03:12:39 UTC (QA Tests)] INFO -- clicking :closed_issuables_tab250 closes an issue251 when using attachments in comments252[Jun 06 2023 03:12:40 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation when using attachments in comments comments on an issue with an attachment253[Jun 06 2023 03:12:40 UTC (QA Tests)] INFO -- filling :login_field with "root"254[Jun 06 2023 03:12:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field255[Jun 06 2023 03:12:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"256[Jun 06 2023 03:12:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field257[Jun 06 2023 03:12:41 UTC (QA Tests)] INFO -- clicking :sign_in_button258[Jun 06 2023 03:12:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.019s259[Jun 06 2023 03:12:42 UTC (QA Tests)] INFO -- Enabling super sidebar!260[Jun 06 2023 03:12:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled261[Jun 06 2023 03:12:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds262[Jun 06 2023 03:12:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.1 seconds263[Jun 06 2023 03:12:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-for-issues-0d1783518870f444' via api in 1.39 seconds264[Jun 06 2023 03:12:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '3' via api in 1.76 seconds265[Jun 06 2023 03:12:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-for-issues-0d1783518870f444/-/issues/1266[Jun 06 2023 03:12:47 UTC (QA Tests)] INFO -- clicking :title_content267[Jun 06 2023 03:12:47 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown268[Jun 06 2023 03:12:47 UTC (QA Tests)] INFO -- filling :comment_field with "See attached image for scale269"270[Jun 06 2023 03:12:47 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field271[Jun 06 2023 03:12:48 UTC (QA Tests)] INFO -- clicking :comment_button272[Jun 06 2023 03:12:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.594s273[Jun 06 2023 03:12:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element noteable_note_container' took 0.611s274 comments on an issue with an attachment275Create276 SSH keys support277[Jun 06 2023 03:12:49 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support user can add an SSH key278[Jun 06 2023 03:12:50 UTC (QA Tests)] INFO -- filling :login_field with "root"279[Jun 06 2023 03:12:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field280[Jun 06 2023 03:12:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"281[Jun 06 2023 03:12:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field282[Jun 06 2023 03:12:50 UTC (QA Tests)] INFO -- clicking :sign_in_button283[Jun 06 2023 03:12:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.787s284[Jun 06 2023 03:12:52 UTC (QA Tests)] INFO -- Enabling super sidebar!285[Jun 06 2023 03:12:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled286[Jun 06 2023 03:12:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.066s287[Jun 06 2023 03:12:54 UTC (QA Tests)] INFO -- clicking :user_avatar_content288[Jun 06 2023 03:12:54 UTC (QA Tests)] INFO -- clicking :edit_profile_link289[Jun 06 2023 03:12:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.811s290[Jun 06 2023 03:12:55 UTC (QA Tests)] INFO -- clicking :nav_item_link291[Jun 06 2023 03:12:56 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230606-39-45wco3/id_rsa -N `292[Jun 06 2023 03:12:56 UTC (QA Tests)] INFO -- filling :key_public_key_field with "*****"293[Jun 06 2023 03:12:56 UTC (QA Tests)] INFO -- clicking the coordinates of :key_public_key_field294[Jun 06 2023 03:12:56 UTC (QA Tests)] INFO -- filling :key_title_field with "*****"295[Jun 06 2023 03:12:56 UTC (QA Tests)] INFO -- clicking the coordinates of :key_title_field296[Jun 06 2023 03:12:57 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-06-08"297[Jun 06 2023 03:12:57 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field298[Jun 06 2023 03:12:57 UTC (QA Tests)] INFO -- clicking :add_key_button299[Jun 06 2023 03:12:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add_key_button' took 0.56s300[Jun 06 2023 03:12:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey via browser_ui in 5.02 seconds301 user can add an SSH key302 after adding an ssh key303[Jun 06 2023 03:12:58 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support after adding an ssh key can delete an ssh key304[Jun 06 2023 03:12:59 UTC (QA Tests)] INFO -- filling :login_field with "root"305[Jun 06 2023 03:12:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field306[Jun 06 2023 03:12:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"307[Jun 06 2023 03:12:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field308[Jun 06 2023 03:12:59 UTC (QA Tests)] INFO -- clicking :sign_in_button309[Jun 06 2023 03:13:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.994s310[Jun 06 2023 03:13:01 UTC (QA Tests)] INFO -- Enabling super sidebar!311[Jun 06 2023 03:13:01 UTC (QA Tests)] INFO -- Super sidebar is already enabled312[Jun 06 2023 03:13:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.031s313[Jun 06 2023 03:13:03 UTC (QA Tests)] INFO -- clicking :user_avatar_content314[Jun 06 2023 03:13:03 UTC (QA Tests)] INFO -- clicking :edit_profile_link315[Jun 06 2023 03:13:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.7s316[Jun 06 2023 03:13:04 UTC (QA Tests)] INFO -- clicking :nav_item_link317[Jun 06 2023 03:13:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.517s318[Jun 06 2023 03:13:06 UTC (QA Tests)] INFO -- clicking :delete_ssh_key_button319 can delete an ssh key320Create321 Push mirror a repository over HTTP322[Jun 06 2023 03:13:07 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs a (push) mirrored repository323[Jun 06 2023 03:13:08 UTC (QA Tests)] INFO -- filling :login_field with "root"324[Jun 06 2023 03:13:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field325[Jun 06 2023 03:13:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"326[Jun 06 2023 03:13:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field327[Jun 06 2023 03:13:09 UTC (QA Tests)] INFO -- clicking :sign_in_button328[Jun 06 2023 03:13:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.281s329[Jun 06 2023 03:13:10 UTC (QA Tests)] INFO -- Enabling super sidebar!330[Jun 06 2023 03:13:11 UTC (QA Tests)] INFO -- Super sidebar is already enabled331[Jun 06 2023 03:13:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds332[Jun 06 2023 03:13:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.16 seconds333[Jun 06 2023 03:13:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/push-mirror-target-project-f023c6c2cb1035f7' via api in 0.57 seconds334[Jun 06 2023 03:13:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds335[Jun 06 2023 03:13:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.13 seconds336[Jun 06 2023 03:13:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-with-code-e58127dbc11e5d10' via api in 0.52 seconds337[Jun 06 2023 03:13:14 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"338[Jun 06 2023 03:13:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.07 seconds339[Jun 06 2023 03:13:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-with-code-e58127dbc11e5d10340[Jun 06 2023 03:13:16 UTC (QA Tests)] INFO -- clicking :menu_section_button341[Jun 06 2023 03:13:16 UTC (QA Tests)] INFO -- clicking :nav_item_link342[Jun 06 2023 03:13:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 2.287s343[Jun 06 2023 03:13:20 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/push-mirror-target-project-f023c6c2cb1035f7.git"344[Jun 06 2023 03:13:20 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field345[Jun 06 2023 03:13:21 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field346[Jun 06 2023 03:13:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? authentication_method_field' took 11.029s347[Jun 06 2023 03:13:33 UTC (QA Tests)] INFO -- Saving screenshot..348[Jun 06 2023 03:13:33 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs a (push) mirrored repository349[Jun 06 2023 03:13:34 UTC (QA Tests)] INFO -- filling :login_field with "root"350[Jun 06 2023 03:13:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field351[Jun 06 2023 03:13:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"352[Jun 06 2023 03:13:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field353[Jun 06 2023 03:13:34 UTC (QA Tests)] INFO -- clicking :sign_in_button354[Jun 06 2023 03:13:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.767s355[Jun 06 2023 03:13:36 UTC (QA Tests)] INFO -- Enabling super sidebar!356[Jun 06 2023 03:13:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled357[Jun 06 2023 03:13:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds358[Jun 06 2023 03:13:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.13 seconds359[Jun 06 2023 03:13:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/push-mirror-target-project-980c826ba11ce46d' via api in 0.52 seconds360[Jun 06 2023 03:13:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds361[Jun 06 2023 03:13:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.13 seconds362[Jun 06 2023 03:13:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-with-code-09e55571c8998741' via api in 0.88 seconds363[Jun 06 2023 03:13:39 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"364[Jun 06 2023 03:13:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.22 seconds365[Jun 06 2023 03:13:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-with-code-09e55571c8998741366[Jun 06 2023 03:13:41 UTC (QA Tests)] INFO -- clicking :menu_section_button367[Jun 06 2023 03:13:41 UTC (QA Tests)] INFO -- clicking :nav_item_link368[Jun 06 2023 03:13:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.481s369[Jun 06 2023 03:13:45 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/push-mirror-target-project-980c826ba11ce46d.git"370[Jun 06 2023 03:13:45 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field371[Jun 06 2023 03:13:45 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field372[Jun 06 2023 03:13:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? authentication_method_field' took 11.034s373[Jun 06 2023 03:13:56 UTC (QA Tests)] INFO -- Saving screenshot..374 configures and syncs a (push) mirrored repository (FAILED - 1)3761st Try error in ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb:6:377Couldn't find element named "authentication_method_field"379RSpec::Retry: 2nd try ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb:6380 HTML screenshot: /home/gitlab/qa/tmp/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/create_push_mirror_a_repository_over_http_configures_and_syncs_a_push_mirrored_r_2023-06-06-03-13-56.669.html381 Image screenshot: /home/gitlab/qa/tmp/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/create_push_mirror_a_repository_over_http_configures_and_syncs_a_push_mirrored_r_2023-06-06-03-13-56.669.png382Verify383 Update CI file with pipeline editor384[Jun 06 2023 03:13:57 UTC (QA Tests)] INFO -- Starting test: Verify Update CI file with pipeline editor creates new pipeline and target branch385[Jun 06 2023 03:13:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds386[Jun 06 2023 03:13:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.47 seconds387[Jun 06 2023 03:13:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/pipeline-editor-project-38019a1ead281533' via api in 0.83 seconds388[Jun 06 2023 03:13:57 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.389[Jun 06 2023 03:13:57 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`390[Jun 06 2023 03:14:00 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`391[Jun 06 2023 03:14:00 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name 476d4b22c71d59452934 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach 476d4b22c71d59452934 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 476d4b22c71d59452934 --url http://gitlab-ce-808d7c9f.test --registration-token **** --tag-list 476d4b22c71d59452934 --executor shell && gitlab-runner run" `392[Jun 06 2023 03:14:03 UTC (QA Tests)] INFO -- Executing: `docker logs 476d4b22c71d59452934`393[Jun 06 2023 03:14:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`394[Jun 06 2023 03:14:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name '476d4b22c71d59452934' via api in 7.17 seconds395[Jun 06 2023 03:14:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.94 seconds396[Jun 06 2023 03:14:06 UTC (QA Tests)] INFO -- filling :login_field with "root"397[Jun 06 2023 03:14:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field398[Jun 06 2023 03:14:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"399[Jun 06 2023 03:14:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field400[Jun 06 2023 03:14:07 UTC (QA Tests)] INFO -- clicking :sign_in_button401[Jun 06 2023 03:14:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.96s402[Jun 06 2023 03:14:08 UTC (QA Tests)] INFO -- Enabling super sidebar!403[Jun 06 2023 03:14:08 UTC (QA Tests)] INFO -- Super sidebar is already enabled404[Jun 06 2023 03:14:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/pipeline-editor-project-38019a1ead281533405[Jun 06 2023 03:14:11 UTC (QA Tests)] INFO -- clicking :menu_section_button406[Jun 06 2023 03:14:11 UTC (QA Tests)] INFO -- clicking :nav_item_link407[Jun 06 2023 03:14:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.873s408[Jun 06 2023 03:14:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.308s409[Jun 06 2023 03:14:13 UTC (QA Tests)] INFO -- clicking :pipeline_editor_app410[Jun 06 2023 03:14:15 UTC (QA Tests)] INFO -- clicking :commit_changes_button411[Jun 06 2023 03:14:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.007s412[Jun 06 2023 03:14:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.027s413[Jun 06 2023 03:14:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.033s414[Jun 06 2023 03:14:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.018s415[Jun 06 2023 03:14:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.017s416[Jun 06 2023 03:14:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.008s417[Jun 06 2023 03:14:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.011s418[Jun 06 2023 03:14:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.013s419[Jun 06 2023 03:14:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.906s420[Jun 06 2023 03:14:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 11.589s421[Jun 06 2023 03:14:27 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:max_duration=>60, :sleep_interval=>3}' arguments422[Jun 06 2023 03:14:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name '476d4b22c71d59452934'423[Jun 06 2023 03:14:27 UTC (QA Tests)] INFO -- Executing: `docker rm -f 476d4b22c71d59452934`424[Jun 06 2023 03:14:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/pipeline-editor-project-38019a1ead281533'425[Jun 06 2023 03:14:27 UTC (QA Tests)] ERROR -- Interceptor Api Errors426[-1] POST /api/graphql -- Correlation Id: Correlation Id not found427[200] GET /api/graphql -- Correlation Id: 01H27B59F307Y2W0MGAT3QJ9XE428error-messages: Provide one of an IID or SHA429 creates new pipeline and target branch430Verify431 Pipeline editor432[Jun 06 2023 03:14:27 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline editor can switch branches and target branch field updates accordingly433[Jun 06 2023 03:14:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds434[Jun 06 2023 03:14:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.15 seconds435[Jun 06 2023 03:14:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/pipeline-editor-project-f5e246f935acda62' via api in 0.55 seconds436[Jun 06 2023 03:14:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds437[Jun 06 2023 03:14:30 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"438[Jun 06 2023 03:14:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.31 seconds439[Jun 06 2023 03:14:30 UTC (QA Tests)] INFO -- filling :login_field with "root"440[Jun 06 2023 03:14:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field441[Jun 06 2023 03:14:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"442[Jun 06 2023 03:14:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field443[Jun 06 2023 03:14:31 UTC (QA Tests)] INFO -- clicking :sign_in_button444[Jun 06 2023 03:14:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.823s445[Jun 06 2023 03:14:32 UTC (QA Tests)] INFO -- Enabling super sidebar!446[Jun 06 2023 03:14:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled447[Jun 06 2023 03:14:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/pipeline-editor-project-f5e246f935acda62448[Jun 06 2023 03:14:35 UTC (QA Tests)] INFO -- clicking :menu_section_button449[Jun 06 2023 03:14:35 UTC (QA Tests)] INFO -- clicking :nav_item_link450[Jun 06 2023 03:14:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.938s451[Jun 06 2023 03:14:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.637s452[Jun 06 2023 03:14:37 UTC (QA Tests)] INFO -- clicking :pipeline_editor_app453[Jun 06 2023 03:14:37 UTC (QA Tests)] INFO -- clicking :branch_selector_button454[Jun 06 2023 03:14:38 UTC (QA Tests)] INFO -- clicking :branch_menu_item_button455[Jun 06 2023 03:14:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.615s456[Jun 06 2023 03:14:39 UTC (QA Tests)] INFO -- clicking :branch_selector_button457[Jun 06 2023 03:14:40 UTC (QA Tests)] INFO -- clicking :branch_menu_item_button458[Jun 06 2023 03:14:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/pipeline-editor-project-f5e246f935acda62'459[Jun 06 2023 03:14:41 UTC (QA Tests)] ERROR -- Interceptor Api Errors460[-1] POST /api/graphql -- Correlation Id: Correlation Id not found461[200] GET /api/graphql -- Correlation Id: 01H27B60ZESZ6S637XQGMAQAC0462error-messages: Provide one of an IID or SHA463 can switch branches and target branch field updates accordingly464Manage465 OIDC466 behaves like Instance OAuth Application467[Jun 06 2023 03:14:41 UTC (QA Tests)] INFO -- Starting test: Manage OIDC behaves like Instance OAuth Application creates oidc application and uses it to login468[Jun 06 2023 03:14:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-72f56e95ea7d5282' via api in 0.25 seconds469[Jun 06 2023 03:14:42 UTC (QA Tests)] INFO -- filling :login_field with "root"470[Jun 06 2023 03:14:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field471[Jun 06 2023 03:14:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"472[Jun 06 2023 03:14:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field473[Jun 06 2023 03:14:42 UTC (QA Tests)] INFO -- clicking :sign_in_button474[Jun 06 2023 03:14:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.23s475[Jun 06 2023 03:14:44 UTC (QA Tests)] INFO -- Enabling super sidebar!476[Jun 06 2023 03:14:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled477[Jun 06 2023 03:14:45 UTC (QA Tests)] INFO -- clicking :context_switcher478[Jun 06 2023 03:14:46 UTC (QA Tests)] INFO -- clicking :nav_item_link479[Jun 06 2023 03:14:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.565s480[Jun 06 2023 03:14:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.167s481[Jun 06 2023 03:14:47 UTC (QA Tests)] INFO -- clicking :nav_item_link482[Jun 06 2023 03:14:48 UTC (QA Tests)] INFO -- clicking :new_application_button483[Jun 06 2023 03:14:48 UTC (QA Tests)] INFO -- filling :name_field with "Instance OAuth Application 5d452dcb28c29d3d"484[Jun 06 2023 03:14:48 UTC (QA Tests)] INFO -- clicking the coordinates of :name_field485[Jun 06 2023 03:14:49 UTC (QA Tests)] INFO -- filling :redirect_uri_field with "http://gitlab-oidc-consumer.test/users/auth/openid_connect/callback"486[Jun 06 2023 03:14:49 UTC (QA Tests)] INFO -- clicking the coordinates of :redirect_uri_field487[Jun 06 2023 03:14:49 UTC (QA Tests)] INFO -- checking via JS :trusted_checkbox with args {}488[Jun 06 2023 03:14:49 UTC (QA Tests)] INFO -- clicking :openid_label489[Jun 06 2023 03:14:49 UTC (QA Tests)] INFO -- clicking :profile_label490[Jun 06 2023 03:14:49 UTC (QA Tests)] INFO -- clicking :email_label491[Jun 06 2023 03:14:49 UTC (QA Tests)] INFO -- clicking :save_application_button492[Jun 06 2023 03:14:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application 5d452dcb28c29d3d' via browser_ui in 8.7 seconds493[Jun 06 2023 03:14:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.04s494[Jun 06 2023 03:14:51 UTC (QA Tests)] INFO -- clicking :user_avatar_content495[Jun 06 2023 03:14:51 UTC (QA Tests)] INFO -- clicking :sign_out_link496[Jun 06 2023 03:14:52 UTC (QA Tests)] INFO -- Executing: `docker login --username "gitlab-ci-token" --password "****" registry.gitlab.com`497[Jun 06 2023 03:14:52 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41`498[Jun 06 2023 03:14:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`499[Jun 06 2023 03:14:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`500[Jun 06 2023 03:14:57 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-808d7c9f.test', discovery: false, uid_field: 'preferred_username', send_scope_to_token_endpoint: 'false', client_options: { identifier: '665132347a8570ca268a96a709cd501ef733ddb69e66003c39cd30115b5946dc', secret: '885076b618a3d615e12968ae7395b04ebebb70db90fea4452e8efe0ad3645ac3', redirect_uri: 'http://gitlab-oidc-consumer.test/users/auth/openid_connect/callback', jwks_uri: 'http://gitlab-ce-808d7c9f.test/oauth/discovery/keys', userinfo_endpoint: 'http://gitlab-ce-808d7c9f.test/oauth/userinfo', token_endpoint: 'http://gitlab-ce-808d7c9f.test/oauth/token', authorization_endpoint: 'http://gitlab-ce-808d7c9f.test/oauth/authorize' } } } ]; " --name gitlab-oidc-consumer registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41 `501[Jun 06 2023 03:14:58 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`502[Jun 06 2023 03:15:03 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`503[Jun 06 2023 03:15:08 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`504[Jun 06 2023 03:15:13 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`505[Jun 06 2023 03:15:18 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`506[Jun 06 2023 03:15:23 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`507[Jun 06 2023 03:15:28 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`508[Jun 06 2023 03:15:33 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`509[Jun 06 2023 03:15:38 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`510[Jun 06 2023 03:15:43 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`511[Jun 06 2023 03:15:48 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`512[Jun 06 2023 03:15:53 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`513[Jun 06 2023 03:15:59 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`514[Jun 06 2023 03:16:04 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`515[Jun 06 2023 03:16:09 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`516[Jun 06 2023 03:16:14 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`517[Jun 06 2023 03:16:19 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`518[Jun 06 2023 03:16:24 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`519[Jun 06 2023 03:16:29 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`520[Jun 06 2023 03:16:34 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`521[Jun 06 2023 03:16:39 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`522[Jun 06 2023 03:16:44 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`523[Jun 06 2023 03:16:49 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`524[Jun 06 2023 03:16:54 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`525[Jun 06 2023 03:16:59 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`526[Jun 06 2023 03:17:05 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`527[Jun 06 2023 03:17:10 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`528[Jun 06 2023 03:17:15 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`529[Jun 06 2023 03:17:20 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`530[Jun 06 2023 03:17:25 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`531[Jun 06 2023 03:17:30 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`532[Jun 06 2023 03:17:35 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`533[Jun 06 2023 03:17:40 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`534[Jun 06 2023 03:17:45 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`535[Jun 06 2023 03:17:50 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`536[Jun 06 2023 03:17:55 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`537[Jun 06 2023 03:18:00 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`538[Jun 06 2023 03:18:11 UTC (QA Tests)] INFO -- clicking :oidc_login_button539[Jun 06 2023 03:18:12 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-72f56e95ea7d5282"540[Jun 06 2023 03:18:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field541[Jun 06 2023 03:18:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"542[Jun 06 2023 03:18:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field543[Jun 06 2023 03:18:13 UTC (QA Tests)] INFO -- clicking :sign_in_button544[Jun 06 2023 03:18:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.494s545[Jun 06 2023 03:18:15 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown546[Jun 06 2023 03:18:15 UTC (QA Tests)] INFO -- clicking :get_started_button547[Jun 06 2023 03:18:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element get_started_button' took 1.228s548[Jun 06 2023 03:18:17 UTC (QA Tests)] INFO -- Enabling super sidebar!549[Jun 06 2023 03:18:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.036s550[Jun 06 2023 03:18:18 UTC (QA Tests)] INFO -- clicking :user_avatar_content551[Jun 06 2023 03:18:18 UTC (QA Tests)] INFO -- clicking :new_navigation_toggle552[Jun 06 2023 03:18:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application 5d452dcb28c29d3d'553[Jun 06 2023 03:18:19 UTC (QA Tests)] INFO -- Executing: `docker rm -f gitlab-oidc-consumer`554 creates oidc application and uses it to login555 OAuth556 behaves like Instance OAuth Application557[Jun 06 2023 03:18:21 UTC (QA Tests)] INFO -- Starting test: Manage OAuth behaves like Instance OAuth Application creates oauth application and uses it to login558[Jun 06 2023 03:18:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-d06bb2d4d0ed9f88' via api in 0.24 seconds559[Jun 06 2023 03:18:21 UTC (QA Tests)] INFO -- filling :login_field with "root"560[Jun 06 2023 03:18:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field561[Jun 06 2023 03:18:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"562[Jun 06 2023 03:18:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field563[Jun 06 2023 03:18:22 UTC (QA Tests)] INFO -- clicking :sign_in_button564[Jun 06 2023 03:18:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.515s565[Jun 06 2023 03:18:23 UTC (QA Tests)] INFO -- Enabling super sidebar!566[Jun 06 2023 03:18:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled567[Jun 06 2023 03:18:25 UTC (QA Tests)] INFO -- clicking :context_switcher568[Jun 06 2023 03:18:25 UTC (QA Tests)] INFO -- clicking :nav_item_link569[Jun 06 2023 03:18:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.519s570[Jun 06 2023 03:18:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.153s571[Jun 06 2023 03:18:26 UTC (QA Tests)] INFO -- clicking :nav_item_link572[Jun 06 2023 03:18:27 UTC (QA Tests)] INFO -- clicking :new_application_button573[Jun 06 2023 03:18:27 UTC (QA Tests)] INFO -- filling :name_field with "Instance OAuth Application 9e43cf0c582df870"574[Jun 06 2023 03:18:27 UTC (QA Tests)] INFO -- clicking the coordinates of :name_field575[Jun 06 2023 03:18:28 UTC (QA Tests)] INFO -- filling :redirect_uri_field with "http://gitlab-oauth-consumer.test/users/auth/gitlab/callback"576[Jun 06 2023 03:18:28 UTC (QA Tests)] INFO -- clicking the coordinates of :redirect_uri_field577[Jun 06 2023 03:18:28 UTC (QA Tests)] INFO -- checking via JS :trusted_checkbox with args {}578[Jun 06 2023 03:18:28 UTC (QA Tests)] INFO -- clicking :read_user_label579[Jun 06 2023 03:18:28 UTC (QA Tests)] INFO -- clicking :save_application_button580[Jun 06 2023 03:18:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application 9e43cf0c582df870' via browser_ui in 7.94 seconds581[Jun 06 2023 03:18:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.05s582[Jun 06 2023 03:18:30 UTC (QA Tests)] INFO -- clicking :user_avatar_content583[Jun 06 2023 03:18:30 UTC (QA Tests)] INFO -- clicking :sign_out_link584[Jun 06 2023 03:18:31 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41`585[Jun 06 2023 03:18:31 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`586[Jun 06 2023 03:18:31 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`587[Jun 06 2023 03:18:31 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: '14dff1bd26f46839895bf6834d07b85b7af25fd3779699b90124125be8f5035a', app_secret: '9ad61304498d3de81135035426810cb46a0a18dfdcbf259ec72f205cd5ec4ec0', args: { scope: 'read_user', client_options: { site: 'http://gitlab-ce-808d7c9f.test' } } } ]; " --name gitlab-oauth-consumer registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41 `588[Jun 06 2023 03:18:32 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`589[Jun 06 2023 03:18:37 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`590[Jun 06 2023 03:18:42 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`591[Jun 06 2023 03:18:47 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`592[Jun 06 2023 03:18:52 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`593[Jun 06 2023 03:18:57 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`594[Jun 06 2023 03:19:02 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`595[Jun 06 2023 03:19:07 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`596[Jun 06 2023 03:19:12 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`597[Jun 06 2023 03:19:17 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`598[Jun 06 2023 03:19:22 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`599[Jun 06 2023 03:19:28 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`600[Jun 06 2023 03:19:33 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`601[Jun 06 2023 03:19:38 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`602[Jun 06 2023 03:19:43 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`603[Jun 06 2023 03:19:48 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`604[Jun 06 2023 03:19:53 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`605[Jun 06 2023 03:19:58 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`606[Jun 06 2023 03:20:03 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`607[Jun 06 2023 03:20:08 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`608[Jun 06 2023 03:20:13 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`609[Jun 06 2023 03:20:18 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`610[Jun 06 2023 03:20:23 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`611[Jun 06 2023 03:20:28 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`612[Jun 06 2023 03:20:34 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`613[Jun 06 2023 03:20:39 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`614[Jun 06 2023 03:20:44 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`615[Jun 06 2023 03:20:49 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`616[Jun 06 2023 03:20:54 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`617[Jun 06 2023 03:20:59 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`618[Jun 06 2023 03:21:04 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`619[Jun 06 2023 03:21:09 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`620[Jun 06 2023 03:21:14 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`621[Jun 06 2023 03:21:19 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`622[Jun 06 2023 03:21:24 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`623[Jun 06 2023 03:21:29 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`624[Jun 06 2023 03:21:35 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`625[Jun 06 2023 03:21:45 UTC (QA Tests)] INFO -- clicking :gitlab_oauth_login_button626[Jun 06 2023 03:21:46 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-d06bb2d4d0ed9f88"627[Jun 06 2023 03:21:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field628[Jun 06 2023 03:21:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"629[Jun 06 2023 03:21:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field630[Jun 06 2023 03:21:47 UTC (QA Tests)] INFO -- clicking :sign_in_button631[Jun 06 2023 03:21:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.271s632[Jun 06 2023 03:21:49 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown633[Jun 06 2023 03:21:49 UTC (QA Tests)] INFO -- clicking :get_started_button634[Jun 06 2023 03:21:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element get_started_button' took 1.448s635[Jun 06 2023 03:21:51 UTC (QA Tests)] INFO -- Enabling super sidebar!636[Jun 06 2023 03:21:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.051s637[Jun 06 2023 03:21:52 UTC (QA Tests)] INFO -- clicking :user_avatar_content638[Jun 06 2023 03:21:52 UTC (QA Tests)] INFO -- clicking :new_navigation_toggle639[Jun 06 2023 03:21:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application 9e43cf0c582df870'640[Jun 06 2023 03:21:53 UTC (QA Tests)] INFO -- Executing: `docker rm -f gitlab-oauth-consumer`641[Jun 06 2023 03:21:55 UTC (QA Tests)] INFO -- Saving screenshot..642[Jun 06 2023 03:21:55 UTC (QA Tests)] INFO -- Starting test: Manage OAuth behaves like Instance OAuth Application creates oauth application and uses it to login643[Jun 06 2023 03:21:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-69d24897fe9082c0' via api in 0.25 seconds644[Jun 06 2023 03:21:56 UTC (QA Tests)] INFO -- filling :login_field with "root"645[Jun 06 2023 03:21:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field646[Jun 06 2023 03:21:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"647[Jun 06 2023 03:21:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field648[Jun 06 2023 03:21:56 UTC (QA Tests)] INFO -- clicking :sign_in_button649[Jun 06 2023 03:21:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.777s650[Jun 06 2023 03:21:58 UTC (QA Tests)] INFO -- Enabling super sidebar!651[Jun 06 2023 03:21:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled652[Jun 06 2023 03:21:59 UTC (QA Tests)] INFO -- clicking :context_switcher653[Jun 06 2023 03:21:59 UTC (QA Tests)] INFO -- clicking :nav_item_link654[Jun 06 2023 03:22:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.374s655[Jun 06 2023 03:22:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.129s656[Jun 06 2023 03:22:02 UTC (QA Tests)] INFO -- clicking :nav_item_link657[Jun 06 2023 03:22:02 UTC (QA Tests)] INFO -- clicking :new_application_button658[Jun 06 2023 03:22:02 UTC (QA Tests)] INFO -- filling :name_field with "Instance OAuth Application 9af6abd9fee4ebae"659[Jun 06 2023 03:22:02 UTC (QA Tests)] INFO -- clicking the coordinates of :name_field660[Jun 06 2023 03:22:03 UTC (QA Tests)] INFO -- filling :redirect_uri_field with "http://gitlab-oauth-consumer.test/users/auth/gitlab/callback"661[Jun 06 2023 03:22:03 UTC (QA Tests)] INFO -- clicking the coordinates of :redirect_uri_field662[Jun 06 2023 03:22:03 UTC (QA Tests)] INFO -- checking via JS :trusted_checkbox with args {}663[Jun 06 2023 03:22:03 UTC (QA Tests)] INFO -- clicking :read_user_label664[Jun 06 2023 03:22:03 UTC (QA Tests)] INFO -- clicking :save_application_button665[Jun 06 2023 03:22:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application 9af6abd9fee4ebae' via browser_ui in 8.7 seconds666[Jun 06 2023 03:22:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.058s667[Jun 06 2023 03:22:05 UTC (QA Tests)] INFO -- clicking :user_avatar_content668[Jun 06 2023 03:22:05 UTC (QA Tests)] INFO -- clicking :sign_out_link669[Jun 06 2023 03:22:06 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41`670[Jun 06 2023 03:22:06 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`671[Jun 06 2023 03:22:06 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`672[Jun 06 2023 03:22:06 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: '79f8a0842973bfea978fffa990df5ea7dc6e164dfd1645ad318f80ee50379f53', app_secret: '54bff3bae11ff74b15950f1168701ae4e65a2ba1905794aee0cde6f74ca5a649', args: { scope: 'read_user', client_options: { site: 'http://gitlab-ce-808d7c9f.test' } } } ]; " --name gitlab-oauth-consumer registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41 `673[Jun 06 2023 03:22:07 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`674[Jun 06 2023 03:22:12 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`675[Jun 06 2023 03:22:17 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`676[Jun 06 2023 03:22:22 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`677[Jun 06 2023 03:22:27 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`678[Jun 06 2023 03:22:32 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`679[Jun 06 2023 03:22:37 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`680[Jun 06 2023 03:22:42 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`681[Jun 06 2023 03:22:47 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`682[Jun 06 2023 03:22:52 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`683[Jun 06 2023 03:22:57 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`684[Jun 06 2023 03:23:02 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`685[Jun 06 2023 03:23:07 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`686[Jun 06 2023 03:23:13 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`687[Jun 06 2023 03:23:18 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`688[Jun 06 2023 03:23:23 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`689[Jun 06 2023 03:23:28 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`690[Jun 06 2023 03:23:33 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`691[Jun 06 2023 03:23:38 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`692[Jun 06 2023 03:23:43 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`693[Jun 06 2023 03:23:48 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`694[Jun 06 2023 03:23:53 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`695[Jun 06 2023 03:23:58 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`696[Jun 06 2023 03:24:03 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`697[Jun 06 2023 03:24:08 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`698[Jun 06 2023 03:24:13 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`699[Jun 06 2023 03:24:19 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`700[Jun 06 2023 03:24:24 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`701[Jun 06 2023 03:24:29 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`702[Jun 06 2023 03:24:34 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`703[Jun 06 2023 03:24:39 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`704[Jun 06 2023 03:24:44 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`705[Jun 06 2023 03:24:49 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`706[Jun 06 2023 03:24:54 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`707[Jun 06 2023 03:24:59 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`708[Jun 06 2023 03:25:04 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`709[Jun 06 2023 03:25:09 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`710[Jun 06 2023 03:25:20 UTC (QA Tests)] INFO -- clicking :gitlab_oauth_login_button711[Jun 06 2023 03:25:21 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-69d24897fe9082c0"712[Jun 06 2023 03:25:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field713[Jun 06 2023 03:25:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"714[Jun 06 2023 03:25:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field715[Jun 06 2023 03:25:22 UTC (QA Tests)] INFO -- clicking :sign_in_button716[Jun 06 2023 03:25:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.169s717[Jun 06 2023 03:25:24 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown718[Jun 06 2023 03:25:24 UTC (QA Tests)] INFO -- clicking :get_started_button719[Jun 06 2023 03:25:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element get_started_button' took 1.679s720[Jun 06 2023 03:25:26 UTC (QA Tests)] INFO -- Enabling super sidebar!721[Jun 06 2023 03:25:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.033s722[Jun 06 2023 03:25:27 UTC (QA Tests)] INFO -- clicking :user_avatar_content723[Jun 06 2023 03:25:27 UTC (QA Tests)] INFO -- clicking :new_navigation_toggle724[Jun 06 2023 03:25:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application 9af6abd9fee4ebae'725[Jun 06 2023 03:25:29 UTC (QA Tests)] INFO -- Executing: `docker rm -f gitlab-oauth-consumer`726 creates oauth application and uses it to login7281st Try error in ./qa/specs/features/browser_ui/1_manage/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb:42:729Unable to find visible xpath "/html"731RSpec::Retry: 2nd try ./qa/specs/features/browser_ui/1_manage/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb:42732Data Stores733 Subgroup transfer734[Jun 06 2023 03:25:30 UTC (QA Tests)] INFO -- Starting test: Data Stores Subgroup transfer transfers a subgroup to another group735[Jun 06 2023 03:25:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds736[Jun 06 2023 03:25:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/target-group-for-transfer_04e7716d5639722d' via api in 0.3 seconds737[Jun 06 2023 03:25:31 UTC (QA Tests)] INFO -- filling :login_field with "root"738[Jun 06 2023 03:25:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field739[Jun 06 2023 03:25:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"740[Jun 06 2023 03:25:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field741[Jun 06 2023 03:25:31 UTC (QA Tests)] INFO -- clicking :sign_in_button742[Jun 06 2023 03:25:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.786s743[Jun 06 2023 03:25:33 UTC (QA Tests)] INFO -- Enabling super sidebar!744[Jun 06 2023 03:25:33 UTC (QA Tests)] INFO -- Super sidebar is already enabled745[Jun 06 2023 03:25:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds746[Jun 06 2023 03:25:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/source-group-for-transfer_eeffe7132c3a35c0' via api in 0.28 seconds747[Jun 06 2023 03:25:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/source-group-for-transfer_eeffe7132c3a35c0/subgroup-for-transfer_1486308aacc97023' via api in 0.3 seconds748[Jun 06 2023 03:25:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-808d7c9f.test/groups/gitlab-qa-sandbox-group-3/source-group-for-transfer_eeffe7132c3a35c0/subgroup-for-transfer_1486308aacc97023749[Jun 06 2023 03:25:36 UTC (QA Tests)] INFO -- clicking :menu_section_button750[Jun 06 2023 03:25:36 UTC (QA Tests)] INFO -- clicking :nav_item_link751[Jun 06 2023 03:25:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.029s752[Jun 06 2023 03:25:37 UTC (QA Tests)] INFO -- Transferring group: subgroup-for-transfer_1486308aacc97023 to target group: target-group-for-transfer_04e7716d5639722d753[Jun 06 2023 03:25:38 UTC (QA Tests)] INFO -- scrolling to :[data-testid="transfer_group_content"],[data-testid="transfer-group-content"],[data-qa-selector="transfer_group_content"],.qa-transfer-group-content754[Jun 06 2023 03:25:38 UTC (QA Tests)] INFO -- clicking :namespaces_list755[Jun 06 2023 03:25:38 UTC (QA Tests)] INFO -- filling :namespaces_list_search with "target-group-for-transfer_04e7716d5639722d"756[Jun 06 2023 03:25:38 UTC (QA Tests)] INFO -- clicking the coordinates of :namespaces_list_search757[Jun 06 2023 03:25:39 UTC (QA Tests)] INFO -- clicking :transfer_group_button758[Jun 06 2023 03:25:39 UTC (QA Tests)] INFO -- filling :confirm_danger_field with "gitlab-qa-sandbox-group-3/source-group-for-transfer_eeffe7132c3a35c0/subgroup-for-transfer_1486308aacc97023"759[Jun 06 2023 03:25:39 UTC (QA Tests)] INFO -- clicking the coordinates of :confirm_danger_field760[Jun 06 2023 03:25:40 UTC (QA Tests)] INFO -- clicking :confirm_danger_modal_button761[Jun 06 2023 03:25:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_danger_modal_button' took 1.132s762 transfers a subgroup to another group763Release764 Deploy token creation765[Jun 06 2023 03:25:41 UTC (QA Tests)] INFO -- Starting test: Release Deploy token creation user adds a deploy token766[Jun 06 2023 03:25:41 UTC (QA Tests)] INFO -- filling :login_field with "root"767[Jun 06 2023 03:25:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field768[Jun 06 2023 03:25:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"769[Jun 06 2023 03:25:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field770[Jun 06 2023 03:25:42 UTC (QA Tests)] INFO -- clicking :sign_in_button771[Jun 06 2023 03:25:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.825s772[Jun 06 2023 03:25:43 UTC (QA Tests)] INFO -- Enabling super sidebar!773[Jun 06 2023 03:25:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled774[Jun 06 2023 03:25:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds775[Jun 06 2023 03:25:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.12 seconds776[Jun 06 2023 03:25:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-to-deploy-b848c6764459b290' via api in 0.58 seconds777[Jun 06 2023 03:25:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-1' via api in 0.7 seconds778 user adds a deploy token779Plan780 Design Management781[Jun 06 2023 03:25:46 UTC (QA Tests)] INFO -- Starting test: Plan Design Management user adds a design and modifies it782[Jun 06 2023 03:25:46 UTC (QA Tests)] INFO -- filling :login_field with "root"783[Jun 06 2023 03:25:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field784[Jun 06 2023 03:25:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"785[Jun 06 2023 03:25:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field786[Jun 06 2023 03:25:47 UTC (QA Tests)] INFO -- clicking :sign_in_button787[Jun 06 2023 03:25:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.847s788[Jun 06 2023 03:25:48 UTC (QA Tests)] INFO -- Enabling super sidebar!789[Jun 06 2023 03:25:48 UTC (QA Tests)] INFO -- Super sidebar is already enabled790[Jun 06 2023 03:25:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds791[Jun 06 2023 03:25:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.15 seconds792[Jun 06 2023 03:25:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-for-issues-202a0e361d764829' via api in 0.6 seconds793[Jun 06 2023 03:25:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 0.94 seconds794[Jun 06 2023 03:25:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-for-issues-202a0e361d764829/-/issues/1795[Jun 06 2023 03:25:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.816s796[Jun 06 2023 03:25:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element design_image' took 0.834s797[Jun 06 2023 03:25:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Design via browser_ui in 3.59 seconds798[Jun 06 2023 03:25:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-for-issues-202a0e361d764829/-/issues/1799[Jun 06 2023 03:25:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.748s800[Jun 06 2023 03:25:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element design_image' took 0.765s801 user adds a design and modifies it802Create803 Git Server Hooks804 with custom error messages805[Jun 06 2023 03:25:56 UTC (QA Tests)] INFO -- Starting test: Create Git Server Hooks with custom error messages renders preconfigured error message when user hook failed on commit in WebIDE806 renders preconfigured error message when user hook failed on commit in WebIDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)807Plan808 Testing project wiki809[Jun 06 2023 03:25:56 UTC (QA Tests)] INFO -- Starting test: Plan Testing project wiki can delete a page810[Jun 06 2023 03:25:57 UTC (QA Tests)] INFO -- filling :login_field with "root"811[Jun 06 2023 03:25:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field812[Jun 06 2023 03:25:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"813[Jun 06 2023 03:25:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field814[Jun 06 2023 03:25:58 UTC (QA Tests)] INFO -- clicking :sign_in_button815[Jun 06 2023 03:25:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.873s816[Jun 06 2023 03:25:59 UTC (QA Tests)] INFO -- Enabling super sidebar!817[Jun 06 2023 03:25:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled818[Jun 06 2023 03:26:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds819[Jun 06 2023 03:26:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.11 seconds820[Jun 06 2023 03:26:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/wiki_testing-aa3e5f8e5b6dce05' via api in 0.53 seconds821[Jun 06 2023 03:26:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.99 seconds822[Jun 06 2023 03:26:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/wiki_testing-aa3e5f8e5b6dce05/-/wikis/Home823[Jun 06 2023 03:26:02 UTC (QA Tests)] INFO -- clicking :edit_page_button824[Jun 06 2023 03:26:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_page_button' took 0.829s825[Jun 06 2023 03:26:03 UTC (QA Tests)] INFO -- clicking :delete_button and ensuring QA::Page::Modal::DeleteWiki is present826[Jun 06 2023 03:26:03 UTC (QA Tests)] INFO -- clicking :confirm_deletion_button827[Jun 06 2023 03:26:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_deletion_button' took 1.119s828 can delete a page829Create830 First file using Web IDE831[Jun 06 2023 03:26:05 UTC (QA Tests)] INFO -- Starting test: Create First file using Web IDE creates the first file in an empty project via Web IDE832 creates the first file in an empty project via Web IDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)833Verify834 Code coverage statistics835[Jun 06 2023 03:26:05 UTC (QA Tests)] INFO -- Starting test: Verify Code coverage statistics creates an MR with code coverage statistics836[Jun 06 2023 03:26:05 UTC (QA Tests)] INFO -- filling :login_field with "root"837[Jun 06 2023 03:26:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field838[Jun 06 2023 03:26:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"839[Jun 06 2023 03:26:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field840[Jun 06 2023 03:26:06 UTC (QA Tests)] INFO -- clicking :sign_in_button841[Jun 06 2023 03:26:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.859s842[Jun 06 2023 03:26:07 UTC (QA Tests)] INFO -- Enabling super sidebar!843[Jun 06 2023 03:26:07 UTC (QA Tests)] INFO -- Super sidebar is already enabled844[Jun 06 2023 03:26:09 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.845[Jun 06 2023 03:26:09 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`846[Jun 06 2023 03:26:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds847[Jun 06 2023 03:26:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.11 seconds848[Jun 06 2023 03:26:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-with-ci-cd-545d1e91f31e73d6' via api in 0.62 seconds849[Jun 06 2023 03:26:10 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`850[Jun 06 2023 03:26:10 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686021969 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686021969 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-1686021969 --url http://gitlab-ce-808d7c9f.test --registration-token **** --tag-list e2e-test --executor shell && gitlab-runner run" `851[Jun 06 2023 03:26:10 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686021969`852[Jun 06 2023 03:26:10 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`853[Jun 06 2023 03:26:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1686021969' via api in 1.89 seconds854[Jun 06 2023 03:26:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.38 seconds855[Jun 06 2023 03:26:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds856[Jun 06 2023 03:26:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.27 seconds857[Jun 06 2023 03:26:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-with-ci-cd-545d1e91f31e73d6/-/merge_requests/1858[Jun 06 2023 03:26:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merge_request_pipeline_info_content' took 16.08s859[Jun 06 2023 03:26:31 UTC (QA Tests)] INFO -- refreshing http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-with-ci-cd-545d1e91f31e73d6/-/merge_requests/1860[Jun 06 2023 03:26:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.072s861[Jun 06 2023 03:26:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1686021969'862[Jun 06 2023 03:26:38 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686021969`863 creates an MR with code coverage statistics864Plan865 Testing wiki content manipulation inside a project866[Jun 06 2023 03:26:38 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content manipulation inside a project by manipulating content on the page867[Jun 06 2023 03:26:39 UTC (QA Tests)] INFO -- filling :login_field with "root"868[Jun 06 2023 03:26:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field869[Jun 06 2023 03:26:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"870[Jun 06 2023 03:26:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field871[Jun 06 2023 03:26:40 UTC (QA Tests)] INFO -- clicking :sign_in_button872[Jun 06 2023 03:26:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.891s873[Jun 06 2023 03:26:41 UTC (QA Tests)] INFO -- Enabling super sidebar!874[Jun 06 2023 03:26:41 UTC (QA Tests)] INFO -- Super sidebar is already enabled875[Jun 06 2023 03:26:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds876[Jun 06 2023 03:26:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.12 seconds877[Jun 06 2023 03:26:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/wiki_testing-34bc5c5669dbf180' via api in 0.56 seconds878[Jun 06 2023 03:26:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.47 seconds879[Jun 06 2023 03:26:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/wiki_testing-34bc5c5669dbf180/-/wikis/Home880[Jun 06 2023 03:26:45 UTC (QA Tests)] INFO -- clicking :edit_page_button881[Jun 06 2023 03:26:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_page_button' took 0.971s882[Jun 06 2023 03:26:46 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "just_another_wiki_page"883[Jun 06 2023 03:26:46 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox884[Jun 06 2023 03:26:46 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "this content is changed or added"885[Jun 06 2023 03:26:46 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field886[Jun 06 2023 03:26:47 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "this is a new addition to the wiki"887[Jun 06 2023 03:26:47 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox888[Jun 06 2023 03:26:48 UTC (QA Tests)] INFO -- clicking :wiki_submit_button889[Jun 06 2023 03:26:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.323s890 by manipulating content on the page891[Jun 06 2023 03:26:49 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content manipulation inside a project by manipulating content on the page using git push892[Jun 06 2023 03:26:50 UTC (QA Tests)] INFO -- filling :login_field with "root"893[Jun 06 2023 03:26:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field894[Jun 06 2023 03:26:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"895[Jun 06 2023 03:26:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field896[Jun 06 2023 03:26:51 UTC (QA Tests)] INFO -- clicking :sign_in_button897[Jun 06 2023 03:26:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.868s898[Jun 06 2023 03:26:52 UTC (QA Tests)] INFO -- Enabling super sidebar!899[Jun 06 2023 03:26:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled900[Jun 06 2023 03:26:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds901[Jun 06 2023 03:26:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.13 seconds902[Jun 06 2023 03:26:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/wiki_testing-ec1bb769cc1b92ed' via api in 0.54 seconds903[Jun 06 2023 03:26:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.94 seconds904[Jun 06 2023 03:26:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::WikiPush via browser_ui in 1.07 seconds905[Jun 06 2023 03:26:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::WikiPush at http://root@gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/wiki_testing-ec1bb769cc1b92ed/-/wikis/Home906 by manipulating content on the page using git push907Verify908 Unlocking job artifacts across pipelines909 when latest pipeline failed910 keeps job artifacts from latest failed pipelines and from latest successful pipeline (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/266958)911 when latest pipeline is successful912[Jun 06 2023 03:26:57 UTC (QA Tests)] INFO -- Starting test: Verify Unlocking job artifacts across pipelines when latest pipeline is successful unlocks job artifacts from previous successful pipeline913[Jun 06 2023 03:26:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds914[Jun 06 2023 03:26:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.11 seconds915[Jun 06 2023 03:26:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/unlock-job-artifacts-project-a02d9ad6a43304c8' via api in 0.51 seconds916[Jun 06 2023 03:26:57 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.917[Jun 06 2023 03:26:57 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`918[Jun 06 2023 03:26:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`919[Jun 06 2023 03:26:57 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-bpfzvxnn --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-bpfzvxnn 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-bpfzvxnn --url http://gitlab-ce-808d7c9f.test --registration-token **** --tag-list qa-runner-bpfzvxnn --executor shell && gitlab-runner run" `920[Jun 06 2023 03:26:58 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-bpfzvxnn`921[Jun 06 2023 03:26:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`922[Jun 06 2023 03:26:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-bpfzvxnn' via api in 2.22 seconds923[Jun 06 2023 03:27:00 UTC (QA Tests)] INFO -- filling :login_field with "root"924[Jun 06 2023 03:27:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field925[Jun 06 2023 03:27:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"926[Jun 06 2023 03:27:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field927[Jun 06 2023 03:27:01 UTC (QA Tests)] INFO -- clicking :sign_in_button928[Jun 06 2023 03:27:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.937s929[Jun 06 2023 03:27:02 UTC (QA Tests)] INFO -- Enabling super sidebar!930[Jun 06 2023 03:27:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled931[Jun 06 2023 03:27:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/unlock-job-artifacts-project-a02d9ad6a43304c8932[Jun 06 2023 03:27:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds933[Jun 06 2023 03:27:05 UTC (QA Tests)] INFO -- clicking :menu_section_button934[Jun 06 2023 03:27:05 UTC (QA Tests)] INFO -- clicking :nav_item_link935[Jun 06 2023 03:27:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.865s936[Jun 06 2023 03:27:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '5' via api in 0.09 seconds937[Jun 06 2023 03:27:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/unlock-job-artifacts-project-a02d9ad6a43304c8/-/jobs/5938[Jun 06 2023 03:27:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds939[Jun 06 2023 03:27:19 UTC (QA Tests)] INFO -- clicking :nav_item_link940[Jun 06 2023 03:27:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.761s941[Jun 06 2023 03:27:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '6' via api in 0.09 seconds942[Jun 06 2023 03:27:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/unlock-job-artifacts-project-a02d9ad6a43304c8/-/jobs/6943[Jun 06 2023 03:27:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '5' via api in 0.12 seconds944[Jun 06 2023 03:27:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/unlock-job-artifacts-project-a02d9ad6a43304c8/-/jobs/5945 unlocks job artifacts from previous successful pipeline946 when latest pipeline is blocked947 keeps job artifacts from the latest blocked pipeline and from latest successful pipeline (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/387087)948Plan949 check xss occurence in @mentions in issues950[Jun 06 2023 03:27:34 UTC (QA Tests)] INFO -- Starting test: Plan check xss occurence in @mentions in issues mentions a user in a comment951[Jun 06 2023 03:27:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-5a2757c1ff7caf1e' via api in 0.66 seconds952[Jun 06 2023 03:27:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds953[Jun 06 2023 03:27:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.12 seconds954[Jun 06 2023 03:27:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/xss-test-for-mentions-project-583fe7ee8131d7d6' via api in 0.52 seconds955[Jun 06 2023 03:27:36 UTC (QA Tests)] INFO -- filling :login_field with "root"956[Jun 06 2023 03:27:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field957[Jun 06 2023 03:27:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"958[Jun 06 2023 03:27:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field959[Jun 06 2023 03:27:36 UTC (QA Tests)] INFO -- clicking :sign_in_button960[Jun 06 2023 03:27:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.001s961[Jun 06 2023 03:27:38 UTC (QA Tests)] INFO -- Enabling super sidebar!962[Jun 06 2023 03:27:38 UTC (QA Tests)] INFO -- Super sidebar is already enabled963[Jun 06 2023 03:27:39 UTC (QA Tests)] INFO -- Adding user qa-user-5a2757c1ff7caf1e to gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/xss-test-for-mentions-project-583fe7ee8131d7d6 QA::Resource::Project964[Jun 06 2023 03:27:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '5' via api in 0.34 seconds965[Jun 06 2023 03:27:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/xss-test-for-mentions-project-583fe7ee8131d7d6/-/issues/1966[Jun 06 2023 03:27:42 UTC (QA Tests)] INFO -- clicking :title_content967[Jun 06 2023 03:27:42 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown968[Jun 06 2023 03:27:42 UTC (QA Tests)] INFO -- clicking :title_content969[Jun 06 2023 03:27:42 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown970[Jun 06 2023 03:27:43 UTC (QA Tests)] INFO -- filling :comment_field with "cc-ing you here @qa-user-5a2757c1ff7caf1e971"972[Jun 06 2023 03:27:43 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field973[Jun 06 2023 03:27:43 UTC (QA Tests)] INFO -- clicking :comment_button974[Jun 06 2023 03:27:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-5a2757c1ff7caf1e'975 mentions a user in a comment976Create977 Review a merge request in Web IDE978[Jun 06 2023 03:27:44 UTC (QA Tests)] INFO -- Starting test: Create Review a merge request in Web IDE opens and edits a merge request in Web IDE979 opens and edits a merge request in Web IDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)980Create981 Open Web IDE from Diff Tab982[Jun 06 2023 03:27:44 UTC (QA Tests)] INFO -- Starting test: Create Open Web IDE from Diff Tab opens and edits a multi-file merge request in Web IDE from Diff Tab983 opens and edits a multi-file merge request in Web IDE from Diff Tab (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)984Manage985 2FA986[Jun 06 2023 03:27:44 UTC (QA Tests)] INFO -- Starting test: Manage 2FA allows using 2FA recovery code once only987[Jun 06 2023 03:27:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-b5099088e396b2d6' via api in 0.3 seconds988[Jun 06 2023 03:27:44 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-b5099088e396b2d6989[Jun 06 2023 03:27:44 UTC (QA Tests)] INFO -- Caching token for username: qa-user-b5099088e396b2d6, last six chars of token:KuWHsc990[Jun 06 2023 03:27:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-b5099088e396b2d6-flx0rezk' via api in 0.08 seconds991[Jun 06 2023 03:27:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-2fa-recovery-sandbox-group-56bfac2d' via api in 0.35 seconds992[Jun 06 2023 03:27:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-2fa-recovery-sandbox-group-56bfac2d/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.26 seconds993[Jun 06 2023 03:27:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-da697c359657d5f6' via api in 0.24 seconds994[Jun 06 2023 03:27:45 UTC (QA Tests)] INFO -- Adding user qa-user-da697c359657d5f6 to gitlab-qa-2fa-recovery-sandbox-group-56bfac2d/qa-test-2023-06-06-03-11-59-a4a8950a52517df8 QA::Resource::Group995[Jun 06 2023 03:27:46 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-da697c359657d5f6"996[Jun 06 2023 03:27:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field997[Jun 06 2023 03:27:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"998[Jun 06 2023 03:27:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field999[Jun 06 2023 03:27:47 UTC (QA Tests)] INFO -- clicking :sign_in_button1000[Jun 06 2023 03:27:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.987s1001[Jun 06 2023 03:27:49 UTC (QA Tests)] INFO -- Enabling super sidebar!1002[Jun 06 2023 03:27:49 UTC (QA Tests)] INFO -- Super sidebar is already enabled1003[Jun 06 2023 03:28:00 UTC (QA Tests)] INFO -- filling :pin_code_field with "419702"1004[Jun 06 2023 03:28:00 UTC (QA Tests)] INFO -- clicking the coordinates of :pin_code_field1005[Jun 06 2023 03:28:00 UTC (QA Tests)] INFO -- filling :current_password_field with "*****"1006[Jun 06 2023 03:28:00 UTC (QA Tests)] INFO -- clicking the coordinates of :current_password_field1007[Jun 06 2023 03:28:01 UTC (QA Tests)] INFO -- clicking :register_2fa_app_button1008[Jun 06 2023 03:28:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element register_2fa_app_button' took 1.154s1009[Jun 06 2023 03:28:02 UTC (QA Tests)] INFO -- clicking :copy_button1010[Jun 06 2023 03:28:02 UTC (QA Tests)] INFO -- clicking :proceed_button1011[Jun 06 2023 03:28:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.025s1012[Jun 06 2023 03:28:04 UTC (QA Tests)] INFO -- clicking :user_avatar_content1013[Jun 06 2023 03:28:04 UTC (QA Tests)] INFO -- clicking :sign_out_link1014[Jun 06 2023 03:28:05 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-da697c359657d5f6"1015[Jun 06 2023 03:28:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1016[Jun 06 2023 03:28:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"1017[Jun 06 2023 03:28:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1018[Jun 06 2023 03:28:06 UTC (QA Tests)] INFO -- clicking :sign_in_button1019[Jun 06 2023 03:28:06 UTC (QA Tests)] INFO -- Enabling super sidebar!1020[Jun 06 2023 03:28:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.036s1021[Jun 06 2023 03:28:09 UTC (QA Tests)] INFO -- User is not signed in, skipping1022[Jun 06 2023 03:28:10 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "763683db358788c8"1023[Jun 06 2023 03:28:10 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field1024[Jun 06 2023 03:28:11 UTC (QA Tests)] INFO -- clicking :verify_code_button1025[Jun 06 2023 03:28:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.028s1026[Jun 06 2023 03:28:13 UTC (QA Tests)] INFO -- clicking :user_avatar_content1027[Jun 06 2023 03:28:13 UTC (QA Tests)] INFO -- clicking :sign_out_link1028[Jun 06 2023 03:28:13 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-da697c359657d5f6"1029[Jun 06 2023 03:28:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1030[Jun 06 2023 03:28:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"1031[Jun 06 2023 03:28:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1032[Jun 06 2023 03:28:14 UTC (QA Tests)] INFO -- clicking :sign_in_button1033[Jun 06 2023 03:28:15 UTC (QA Tests)] INFO -- Enabling super sidebar!1034[Jun 06 2023 03:28:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.041s1035[Jun 06 2023 03:28:18 UTC (QA Tests)] INFO -- User is not signed in, skipping1036[Jun 06 2023 03:28:19 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "763683db358788c8"1037[Jun 06 2023 03:28:19 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field1038[Jun 06 2023 03:28:19 UTC (QA Tests)] INFO -- clicking :verify_code_button1039[Jun 06 2023 03:28:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element verify_code_button' took 0.787s1040 allows using 2FA recovery code once only1041Create1042 PostReceive idempotent1043[Jun 06 2023 03:28:20 UTC (QA Tests)] INFO -- Starting test: Create PostReceive idempotent pushes and creates a single push event three times1044[Jun 06 2023 03:28:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1045[Jun 06 2023 03:28:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.13 seconds1046[Jun 06 2023 03:28:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/push-postreceive-idempotent-e37150f391b6f848' via api in 0.89 seconds1047[Jun 06 2023 03:28:22 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency e7139dd985c6a85c"1048[Jun 06 2023 03:28:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.68 seconds1049[Jun 06 2023 03:28:22 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"1050[Jun 06 2023 03:28:24 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency 8f77c9583f892bd1"1051[Jun 06 2023 03:28:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.43 seconds1052[Jun 06 2023 03:28:24 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"1053[Jun 06 2023 03:28:25 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency 50e63574739c561d"1054[Jun 06 2023 03:28:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.37 seconds1055[Jun 06 2023 03:28:25 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"1056[Jun 06 2023 03:28:26 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/push-postreceive-idempotent-e37150f391b6f848'1057 pushes and creates a single push event three times1058Plan1059 Design Management1060[Jun 06 2023 03:28:26 UTC (QA Tests)] INFO -- Starting test: Plan Design Management user adds a design and annotates it1061[Jun 06 2023 03:28:26 UTC (QA Tests)] INFO -- filling :login_field with "root"1062[Jun 06 2023 03:28:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1063[Jun 06 2023 03:28:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1064[Jun 06 2023 03:28:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1065[Jun 06 2023 03:28:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1066[Jun 06 2023 03:28:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.07s1067[Jun 06 2023 03:28:29 UTC (QA Tests)] INFO -- Enabling super sidebar!1068[Jun 06 2023 03:28:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled1069[Jun 06 2023 03:28:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1070[Jun 06 2023 03:28:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.12 seconds1071[Jun 06 2023 03:28:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-for-issues-7474d717de11ced0' via api in 0.52 seconds1072[Jun 06 2023 03:28:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '6' via api in 0.8 seconds1073[Jun 06 2023 03:28:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-for-issues-7474d717de11ced0/-/issues/11074[Jun 06 2023 03:28:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.84s1075[Jun 06 2023 03:28:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element design_image' took 0.863s1076[Jun 06 2023 03:28:34 UTC (QA Tests)] INFO -- clicking :design_file_name1077[Jun 06 2023 03:28:34 UTC (QA Tests)] INFO -- clicking :design_image_button1078[Jun 06 2023 03:28:34 UTC (QA Tests)] INFO -- filling :note_textarea with "This design is great!"1079[Jun 06 2023 03:28:34 UTC (QA Tests)] INFO -- clicking the coordinates of :note_textarea1080[Jun 06 2023 03:28:35 UTC (QA Tests)] INFO -- clicking :save_comment_button1081[Jun 06 2023 03:28:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.661s1082[Jun 06 2023 03:28:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? save_comment_button' took 0.67s1083 user adds a design and annotates it1084Verify1085 Pass dotenv variables to downstream via bridge1086[Jun 06 2023 03:28:36 UTC (QA Tests)] INFO -- Starting test: Verify Pass dotenv variables to downstream via bridge runs the pipeline with composed config1087[Jun 06 2023 03:28:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1088[Jun 06 2023 03:28:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.12 seconds1089[Jun 06 2023 03:28:36 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1090[Jun 06 2023 03:28:36 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1091[Jun 06 2023 03:28:36 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1092[Jun 06 2023 03:28:37 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-00ml88i6 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-00ml88i6 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-00ml88i6 --url http://gitlab-ce-808d7c9f.test --registration-token **** --tag-list qa-runner-00ml88i6 --executor shell && gitlab-runner run" `1093[Jun 06 2023 03:28:37 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-00ml88i6`1094[Jun 06 2023 03:28:37 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1095[Jun 06 2023 03:28:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-00ml88i6' via api in 1.52 seconds1096[Jun 06 2023 03:28:38 UTC (QA Tests)] INFO -- filling :login_field with "root"1097[Jun 06 2023 03:28:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1098[Jun 06 2023 03:28:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"1099[Jun 06 2023 03:28:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1100[Jun 06 2023 03:28:39 UTC (QA Tests)] INFO -- clicking :sign_in_button1101[Jun 06 2023 03:28:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.157s1102[Jun 06 2023 03:28:41 UTC (QA Tests)] INFO -- Enabling super sidebar!1103[Jun 06 2023 03:28:41 UTC (QA Tests)] INFO -- Super sidebar is already enabled1104[Jun 06 2023 03:28:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/downstream-project-with-bridge-5e7159927a6af7a4' via api in 0.42 seconds1105[Jun 06 2023 03:28:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1106[Jun 06 2023 03:28:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/upstream-project-with-bridge-3bd12c8ca5f2348b' via api in 0.44 seconds1107[Jun 06 2023 03:28:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds1108[Jun 06 2023 03:28:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/upstream-project-with-bridge-3bd12c8ca5f2348b1109[Jun 06 2023 03:28:46 UTC (QA Tests)] INFO -- clicking :menu_section_button1110[Jun 06 2023 03:28:46 UTC (QA Tests)] INFO -- clicking :nav_item_link1111[Jun 06 2023 03:28:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.94s1112[Jun 06 2023 03:28:59 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button1113[Jun 06 2023 03:28:59 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1114[Jun 06 2023 03:29:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.231s1115[Jun 06 2023 03:29:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-00ml88i6'1116[Jun 06 2023 03:29:01 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-00ml88i6`1117[Jun 06 2023 03:29:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/upstream-project-with-bridge-3bd12c8ca5f2348b'1118[Jun 06 2023 03:29:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/downstream-project-with-bridge-5e7159927a6af7a4'1119 runs the pipeline with composed config1120Package1121 SaaS Container Registry API1122 pushes, pulls image to the registry and deletes tag (PENDING: Test is not compatible with this environment or pipeline)1123Create1124 Snippet index page1125 behaves like displaying details on index page1126[Jun 06 2023 03:29:01 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 number1127[Jun 06 2023 03:29:02 UTC (QA Tests)] INFO -- filling :login_field with "root"1128[Jun 06 2023 03:29:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1129[Jun 06 2023 03:29:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"1130[Jun 06 2023 03:29:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1131[Jun 06 2023 03:29:03 UTC (QA Tests)] INFO -- clicking :sign_in_button1132[Jun 06 2023 03:29:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.997s1133[Jun 06 2023 03:29:04 UTC (QA Tests)] INFO -- Enabling super sidebar!1134[Jun 06 2023 03:29:04 UTC (QA Tests)] INFO -- Super sidebar is already enabled1135[Jun 06 2023 03:29:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '1' via api in 0.38 seconds1136[Jun 06 2023 03:29:06 UTC (QA Tests)] INFO -- clicking :nav_item_link1137 shows correct details of personal_snippet_with_single_file including file number1138 behaves like displaying details on index page1139[Jun 06 2023 03:29:07 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 number1140[Jun 06 2023 03:29:07 UTC (QA Tests)] INFO -- filling :login_field with "root"1141[Jun 06 2023 03:29:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1142[Jun 06 2023 03:29:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"1143[Jun 06 2023 03:29:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1144[Jun 06 2023 03:29:08 UTC (QA Tests)] INFO -- clicking :sign_in_button1145[Jun 06 2023 03:29:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.959s1146[Jun 06 2023 03:29:09 UTC (QA Tests)] INFO -- Enabling super sidebar!1147[Jun 06 2023 03:29:09 UTC (QA Tests)] INFO -- Super sidebar is already enabled1148[Jun 06 2023 03:29:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1149[Jun 06 2023 03:29:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.13 seconds1150[Jun 06 2023 03:29:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-with-snippets-3aafaa85600a1f30' via api in 0.55 seconds1151[Jun 06 2023 03:29:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '2' via api in 1.02 seconds1152[Jun 06 2023 03:29:12 UTC (QA Tests)] INFO -- clicking :nav_item_link1153 shows correct details of project_snippet_with_single_file including file number1154 behaves like displaying details on index page1155[Jun 06 2023 03:29:13 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 number1156[Jun 06 2023 03:29:13 UTC (QA Tests)] INFO -- filling :login_field with "root"1157[Jun 06 2023 03:29:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1158[Jun 06 2023 03:29:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"1159[Jun 06 2023 03:29:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1160[Jun 06 2023 03:29:14 UTC (QA Tests)] INFO -- clicking :sign_in_button1161[Jun 06 2023 03:29:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.129s1162[Jun 06 2023 03:29:16 UTC (QA Tests)] INFO -- Enabling super sidebar!1163[Jun 06 2023 03:29:16 UTC (QA Tests)] INFO -- Super sidebar is already enabled1164[Jun 06 2023 03:29:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '3' via api in 0.38 seconds1165[Jun 06 2023 03:29:17 UTC (QA Tests)] INFO -- clicking :nav_item_link1166 shows correct details of personal_snippet_with_multiple_files including file number1167 behaves like displaying details on index page1168[Jun 06 2023 03:29:18 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 number1169[Jun 06 2023 03:29:19 UTC (QA Tests)] INFO -- filling :login_field with "root"1170[Jun 06 2023 03:29:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1171[Jun 06 2023 03:29:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"1172[Jun 06 2023 03:29:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1173[Jun 06 2023 03:29:19 UTC (QA Tests)] INFO -- clicking :sign_in_button1174[Jun 06 2023 03:29:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.104s1175[Jun 06 2023 03:29:21 UTC (QA Tests)] INFO -- Enabling super sidebar!1176[Jun 06 2023 03:29:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled1177[Jun 06 2023 03:29:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1178[Jun 06 2023 03:29:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.12 seconds1179[Jun 06 2023 03:29:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-with-snippets-851e3b97885d3a03' via api in 0.56 seconds1180[Jun 06 2023 03:29:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '4' via api in 1.05 seconds1181[Jun 06 2023 03:29:23 UTC (QA Tests)] INFO -- clicking :nav_item_link1182 shows correct details of project_snippet_with_multiple_files including file number1183Verify1184 Include multiple files from a project1185[Jun 06 2023 03:29:24 UTC (QA Tests)] INFO -- Starting test: Verify Include multiple files from a project runs the pipeline with composed config1186[Jun 06 2023 03:29:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1187[Jun 06 2023 03:29:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.13 seconds1188[Jun 06 2023 03:29:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-with-pipeline-1-b597f2cce81fb40c' via api in 0.67 seconds1189[Jun 06 2023 03:29:25 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1190[Jun 06 2023 03:29:25 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1191[Jun 06 2023 03:29:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1192[Jun 06 2023 03:29:25 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-wt4l1qsn --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-wt4l1qsn 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-wt4l1qsn --url http://gitlab-ce-808d7c9f.test --registration-token **** --tag-list qa-runner-wt4l1qsn --executor shell && gitlab-runner run" `1193[Jun 06 2023 03:29:26 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-wt4l1qsn`1194[Jun 06 2023 03:29:26 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1195[Jun 06 2023 03:29:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-wt4l1qsn' via api in 1.22 seconds1196[Jun 06 2023 03:29:26 UTC (QA Tests)] INFO -- filling :login_field with "root"1197[Jun 06 2023 03:29:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1198[Jun 06 2023 03:29:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1199[Jun 06 2023 03:29:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1200[Jun 06 2023 03:29:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1201[Jun 06 2023 03:29:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.149s1202[Jun 06 2023 03:29:29 UTC (QA Tests)] INFO -- Enabling super sidebar!1203[Jun 06 2023 03:29:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled1204[Jun 06 2023 03:29:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1205[Jun 06 2023 03:29:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.13 seconds1206[Jun 06 2023 03:29:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-with-pipeline-2-303e31f8f03a3050' via api in 0.62 seconds1207[Jun 06 2023 03:29:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds1208[Jun 06 2023 03:29:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds1209[Jun 06 2023 03:29:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-with-pipeline-1-b597f2cce81fb40c1210[Jun 06 2023 03:29:34 UTC (QA Tests)] INFO -- clicking :menu_section_button1211[Jun 06 2023 03:29:34 UTC (QA Tests)] INFO -- clicking :nav_item_link1212[Jun 06 2023 03:29:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.817s1213[Jun 06 2023 03:29:47 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1214[Jun 06 2023 03:29:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.182s1215[Jun 06 2023 03:29:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-wt4l1qsn'1216[Jun 06 2023 03:29:48 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-wt4l1qsn`1217 runs the pipeline with composed config1218Manage1219 Impersonation tokens1220[Jun 06 2023 03:29:49 UTC (QA Tests)] INFO -- Starting test: Manage Impersonation tokens can be created and revoked via the UI1221[Jun 06 2023 03:29:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-e8ef3d3295a57464' via api in 0.23 seconds1222[Jun 06 2023 03:30:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_avatar_content' took 11.044s1223[Jun 06 2023 03:30:00 UTC (QA Tests)] INFO -- filling :login_field with "root"1224[Jun 06 2023 03:30:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1225[Jun 06 2023 03:30:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"1226[Jun 06 2023 03:30:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1227[Jun 06 2023 03:30:01 UTC (QA Tests)] INFO -- clicking :sign_in_button1228[Jun 06 2023 03:30:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.187s1229[Jun 06 2023 03:30:03 UTC (QA Tests)] INFO -- Enabling super sidebar!1230[Jun 06 2023 03:30:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled1231[Jun 06 2023 03:30:05 UTC (QA Tests)] INFO -- clicking :context_switcher1232[Jun 06 2023 03:30:05 UTC (QA Tests)] INFO -- clicking :nav_item_link1233[Jun 06 2023 03:30:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.564s1234[Jun 06 2023 03:30:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.127s1235[Jun 06 2023 03:30:06 UTC (QA Tests)] INFO -- clicking :nav_item_link1236[Jun 06 2023 03:30:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.758s1237[Jun 06 2023 03:30:10 UTC (QA Tests)] INFO -- clicking :impersonation_tokens_tab1238[Jun 06 2023 03:30:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element impersonation_tokens_tab' took 0.619s1239[Jun 06 2023 03:30:10 UTC (QA Tests)] INFO -- filling :access_token_name_field with "*****"1240[Jun 06 2023 03:30:10 UTC (QA Tests)] INFO -- clicking the coordinates of :access_token_name_field1241[Jun 06 2023 03:30:11 UTC (QA Tests)] INFO -- clicking :api_label1242[Jun 06 2023 03:30:11 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-06-08"1243[Jun 06 2023 03:30:11 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field1244[Jun 06 2023 03:30:11 UTC (QA Tests)] INFO -- clicking :create_token_button1245[Jun 06 2023 03:30:11 UTC (QA Tests)] INFO -- clicking :toggle_visibility_button1246[Jun 06 2023 03:30:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ImpersonationToken with name 'api-impersonation-access-token-kt75q8vm' via browser_ui in 22.86 seconds1247[Jun 06 2023 03:30:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.019s1248[Jun 06 2023 03:30:13 UTC (QA Tests)] INFO -- clicking :user_avatar_content1249[Jun 06 2023 03:30:13 UTC (QA Tests)] INFO -- clicking :user_avatar_content1250[Jun 06 2023 03:30:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.041s1251[Jun 06 2023 03:30:14 UTC (QA Tests)] INFO -- clicking :user_avatar_content1252[Jun 06 2023 03:30:14 UTC (QA Tests)] INFO -- clicking :sign_out_link1253[Jun 06 2023 03:30:15 UTC (QA Tests)] INFO -- filling :login_field with "root"1254[Jun 06 2023 03:30:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1255[Jun 06 2023 03:30:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"1256[Jun 06 2023 03:30:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1257[Jun 06 2023 03:30:16 UTC (QA Tests)] INFO -- clicking :sign_in_button1258[Jun 06 2023 03:30:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.084s1259[Jun 06 2023 03:30:17 UTC (QA Tests)] INFO -- Enabling super sidebar!1260[Jun 06 2023 03:30:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled1261[Jun 06 2023 03:30:19 UTC (QA Tests)] INFO -- clicking :context_switcher1262[Jun 06 2023 03:30:19 UTC (QA Tests)] INFO -- clicking :nav_item_link1263[Jun 06 2023 03:30:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.6s1264[Jun 06 2023 03:30:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.257s1265[Jun 06 2023 03:30:21 UTC (QA Tests)] INFO -- clicking :nav_item_link1266[Jun 06 2023 03:30:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.717s1267[Jun 06 2023 03:30:24 UTC (QA Tests)] INFO -- clicking :impersonation_tokens_tab1268[Jun 06 2023 03:30:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element impersonation_tokens_tab' took 0.559s1269[Jun 06 2023 03:30:25 UTC (QA Tests)] INFO -- clicking :revoke_button1270[Jun 06 2023 03:30:25 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1271 can be created and revoked via the UI1272Create1273 File management1274[Jun 06 2023 03:30:26 UTC (QA Tests)] INFO -- Starting test: Create File management user deletes a file via the Web1275[Jun 06 2023 03:30:27 UTC (QA Tests)] INFO -- filling :login_field with "root"1276[Jun 06 2023 03:30:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1277[Jun 06 2023 03:30:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1278[Jun 06 2023 03:30:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1279[Jun 06 2023 03:30:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1280[Jun 06 2023 03:30:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.071s1281[Jun 06 2023 03:30:29 UTC (QA Tests)] INFO -- Enabling super sidebar!1282[Jun 06 2023 03:30:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled1283[Jun 06 2023 03:30:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1284[Jun 06 2023 03:30:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.13 seconds1285[Jun 06 2023 03:30:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-with-new-file-d6404925814912cf' via api in 0.85 seconds1286[Jun 06 2023 03:30:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via api in 0.46 seconds1287[Jun 06 2023 03:30:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::File at http://gitlab-ce-808d7c9f.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-with-new-file-d6404925814912cf/-/blob/main/QA+Test+-+File+name1288[Jun 06 2023 03:30:33 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Delete file"1289[Jun 06 2023 03:30:33 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field1290 user deletes a file via the Web1291Create1292 push after setting the file size limit via admin/application_settings1293[Jun 06 2023 03:30:36 UTC (QA Tests)] INFO -- Starting test: Create push after setting the file size limit via admin/application_settings push fails when the file size is above the limit1294[Jun 06 2023 03:30:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1295[Jun 06 2023 03:30:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.12 seconds1296[Jun 06 2023 03:30:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-test-push-limit-adcf8804c7cad23c' via api in 0.83 seconds1297 push fails when the file size is above the limit1298[Jun 06 2023 03:30:39 UTC (QA Tests)] INFO -- Starting test: Create push after setting the file size limit via admin/application_settings push successful when the file size is under the limit1299[Jun 06 2023 03:30:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1300[Jun 06 2023 03:30:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8' via api in 0.12 seconds1301[Jun 06 2023 03:30:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-11-59-a4a8950a52517df8/project-test-push-limit-9bfb67e9f85902f0' via api in 0.86 seconds1302[Jun 06 2023 03:30:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.63 seconds1303[Jun 06 2023 03:30:42 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Adding a new file"1304 push successful when the file size is under the limit1305Verify1306 Pipeline API defined variable inheritance1307[Jun 06 2023 03:30:43 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline API defined variable inheritance is determined based on forward:pipeline_variables condition1308[Jun 06 2023 03:30:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1309[Jun 06 2023 03:30:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-rxibzq4u' via api in 0.3 seconds1310[Jun 06 2023 03:30:43 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1311[Jun 06 2023 03:30:43 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1312[Jun 06 2023 03:30:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1313[Jun 06 2023 03:30:43 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name rxibzq4u --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach rxibzq4u 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 rxibzq4u --url http://gitlab-ce-808d7c9f.test --registration-token **** --tag-list rxibzq4u --executor shell && gitlab-runner run" `1314[Jun 06 2023 03:30:44 UTC (QA Tests)] INFO -- Executing: `docker logs rxibzq4u`1315[Jun 06 2023 03:30:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1316[Jun 06 2023 03:30:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'rxibzq4u' via api in 1.16 seconds1317[Jun 06 2023 03:30:45 UTC (QA Tests)] INFO -- filling :login_field with "root"1318[Jun 06 2023 03:30:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1319[Jun 06 2023 03:30:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"1320[Jun 06 2023 03:30:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1321[Jun 06 2023 03:30:45 UTC (QA Tests)] INFO -- clicking :sign_in_button1322[Jun 06 2023 03:30:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.131s1323[Jun 06 2023 03:30:47 UTC (QA Tests)] INFO -- Enabling super sidebar!1324[Jun 06 2023 03:30:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled1325[Jun 06 2023 03:30:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-rxibzq4u/downstream1-variable-inheritance-03ac2a9ec0b5a7f3' via api in 0.41 seconds1326[Jun 06 2023 03:30:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1327[Jun 06 2023 03:30:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-rxibzq4u/upstream-variable-inheritance-efcb3513fdae4557' via api in 0.44 seconds1328[Jun 06 2023 03:30:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds1329[Jun 06 2023 03:30:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '13' via api in 0.08 seconds1330[Jun 06 2023 03:30:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '13' via api in 0.12 seconds1331[Jun 06 2023 03:30:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '13' via api in 0.07 seconds1332[Jun 06 2023 03:30:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '13' via api in 0.11 seconds1333[Jun 06 2023 03:30:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '13' via api in 0.09 seconds1334[Jun 06 2023 03:30:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '13' via api in 0.09 seconds1335[Jun 06 2023 03:30:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '13' via api in 0.11 seconds1336[Jun 06 2023 03:30:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '13' via api in 0.07 seconds1337[Jun 06 2023 03:30:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '13' via api in 0.11 seconds1338[Jun 06 2023 03:30:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '13' via api in 0.08 seconds1339[Jun 06 2023 03:30:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '13' via api in 0.09 seconds1340[Jun 06 2023 03:30:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '13' via api in 0.09 seconds1341[Jun 06 2023 03:30:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Pipeline with id '17' via api in 0.45 seconds1342[Jun 06 2023 03:30:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '17' via api in 0.08 seconds1343[Jun 06 2023 03:31:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '17' via api in 0.07 seconds1344[Jun 06 2023 03:31:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '17' via api in 0.07 seconds1345[Jun 06 2023 03:31:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '20' via api in 0.07 seconds1346[Jun 06 2023 03:31:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '17' via api in 0.08 seconds1347[Jun 06 2023 03:31:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '19' via api in 0.08 seconds1348[Jun 06 2023 03:31:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '17' via api in 0.08 seconds1349[Jun 06 2023 03:31:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '18' via api in 0.07 seconds1350[Jun 06 2023 03:31:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '17' via api in 0.07 seconds1351[Jun 06 2023 03:31:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '20' via api in 0.07 seconds1352[Jun 06 2023 03:31:08 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'rxibzq4u'1353[Jun 06 2023 03:31:08 UTC (QA Tests)] INFO -- Executing: `docker rm -f rxibzq4u`1354 is determined based on forward:pipeline_variables condition1355[Jun 06 2023 03:31:09 UTC (QA Tests)] WARN -- 1356========= Knapsack Time Offset Warning ==========1357Time offset: 30s1358Max allowed node time execution: 16m 34s1359Exceeded time: 02m 43s1361Test on this CI node ran for longer than the max allowed node time execution.1362Please regenerate your knapsack report.1363If that doesn't help, you can split your slowest test files into smaller files, or bump up the time_offset_in_seconds setting.1364You can also allow the knapsack_pro gem to automatically divide your slow test files across parallel CI nodes.1365https://knapsackpro.com/faq/question/how-to-auto-split-test-files-by-test-cases-on-parallel-jobs-ci-nodes?utm_source=knapsack_gem&utm_medium=knapsack_gem_output&utm_campaign=knapsack_gem_time_offset_warning1366Need explanation? See FAQ:1368=================================================1369Read up on the benefits of a dynamic test split with Knapsack Pro Queue Mode:1370https://docs.knapsackpro.com/2020/how-to-speed-up-ruby-and-javascript-tests-with-ci-parallelisation1371Sign up for Knapsack Pro here:1373=================================================1374[Jun 06 2023 03:31:09 UTC (QA Tests)] INFO -- 1375Knapsack global time execution for tests: 19m 18s1376Pending: (Failures listed here are expected and do not affect your suite's status)1377 1) Create Upload a file in Web IDE when the file is a text file shows the Edit tab with the text1378 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441379 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:431380 2) Create Upload a file in Web IDE when the file is an image shows an image viewer1381 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441382 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:811383 3) Create Upload a file in Web IDE when the file is binary shows a Download button1384 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441385 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:631386 4) Create Upload a file in Web IDE when a file with the same name already exists throws an error1387 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441388 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:301389 5) Create Link to line in Web IDE can link to a specific line of code in Web IDE1390 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441391 # ./qa/specs/features/browser_ui/3_create/web_ide_old/link_to_line_in_web_ide_spec.rb:261392 6) Manage Project import imports large Github repo via api1393 # Test is not compatible with this environment or pipeline1394 # ./qa/specs/features/api/1_manage/import/import_large_github_repo_spec.rb:2651395 7) Create Git Server Hooks with custom error messages renders preconfigured error message when user hook failed on commit in WebIDE1396 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441397 # ./qa/specs/features/browser_ui/3_create/web_ide_old/server_hooks_custom_error_message_spec.rb:271398 8) Create First file using Web IDE creates the first file in an empty project via Web IDE1399 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441400 # ./qa/specs/features/browser_ui/3_create/web_ide_old/create_first_file_in_web_ide_spec.rb:241401 9) Verify Unlocking job artifacts across pipelines when latest pipeline failed keeps job artifacts from latest failed pipelines and from latest successful pipeline1402 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/2669581403 # ./qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb:621404 10) Verify Unlocking job artifacts across pipelines when latest pipeline is blocked keeps job artifacts from the latest blocked pipeline and from latest successful pipeline1405 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3870871406 # ./qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb:971407 11) Create Review a merge request in Web IDE opens and edits a merge request in Web IDE1408 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441409 # ./qa/specs/features/browser_ui/3_create/web_ide_old/review_merge_request_spec.rb:351410 12) Create Open Web IDE from Diff Tab opens and edits a multi-file merge request in Web IDE from Diff Tab1411 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441412 # ./qa/specs/features/browser_ui/3_create/web_ide_old/open_web_ide_from_diff_tab_spec.rb:561413 13) Package SaaS Container Registry API pushes, pulls image to the registry and deletes tag1414 # Test is not compatible with this environment or pipeline1415 # ./qa/specs/features/api/5_package/container_registry/saas/container_registry_spec.rb:801416Failures:1417 1) Create Push mirror a repository over HTTP configures and syncs a (push) mirrored repository1418 Failure/Error: mirror_settings.mirror_direction = 'Push'1420 QA::Page::Base::ElementNotFound:1421 Couldn't find element named "authentication_method_field"1422 # ./qa/page/base.rb:365:in `wait_for_animated_element'1423 # ./qa/support/page/logging.rb:150:in `wait_for_animated_element'1424 # ./qa/page/project/settings/mirroring_repositories.rb:55:in `mirror_direction='1425 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb:28:in `block (5 levels) in <module:QA>'1426 # ./qa/scenario/actable.rb:16:in `perform'1427 # ./qa/page/project/settings/repository.rb:54:in `block in expand_mirroring_repositories'1428 # ./qa/page/settings/common.rb:19:in `block in expand_content'1429 # ./qa/page/base.rb:374:in `within_element'1430 # ./qa/support/page/logging.rb:156:in `within_element'1431 # ./qa/page/settings/common.rb:11:in `expand_content'1432 # ./qa/page/project/settings/repository.rb:53:in `expand_mirroring_repositories'1433 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb:25:in `block (4 levels) in <module:QA>'1434 # ./qa/scenario/actable.rb:16:in `perform'1435 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb:24:in `block (3 levels) in <module:QA>'1436 # ./qa/specs/spec_helper.rb:121:in `block (2 levels) in <top (required)>'1437 # ./qa/specs/knapsack_runner.rb:17:in `run'1438 # ./qa/specs/runner.rb:57:in `perform'1439 # ./qa/scenario/template.rb:10:in `block in perform'1440 # ./qa/scenario/template.rb:8:in `perform'1441 # ./qa/scenario/template.rb:50:in `perform'1442 # ./qa/scenario/template.rb:10:in `block in perform'1443 # ./qa/scenario/template.rb:8:in `perform'1444 # ./qa/scenario/bootable.rb:52:in `launch!'1445Finished in 19 minutes 21 seconds (files took 3.47 seconds to load)144651 examples, 1 failure, 13 pending1447Failed examples:1448rspec ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb:6 # Create Push mirror a repository over HTTP configures and syncs a (push) mirrored repository1449Randomized with seed 512401450[Jun 06 2023 03:31:09 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ce-808d7c9f`1451[Jun 06 2023 03:31:09 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ce-808d7c9f`1452bundler: failed to load command: gitlab-qa (/builds/gitlab-org/gitlab/.gems/bin/gitlab-qa)1453/usr/local/bin/bundle: Command `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" ...` failed! \e[31m✘\e[0m (Gitlab::QA::Support::ShellCommand::StatusError)1455Running after script...1456$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command1457$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")1458$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"1553Uploading artifacts...1554gitlab-qa-run-*: found 299 matching artifact files and directories 1555Uploading artifacts as "archive" to coordinator... 201 Created id=4417509088 responseStatus=201 Created token=64_Z_o9t1556Uploading artifacts...1557gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 1558Uploading artifacts as "junit" to coordinator... 201 Created id=4417509088 responseStatus=201 Created token=64_Z_o9t1559Uploading artifacts...1560/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 1561Uploading artifacts as "dotenv" to coordinator... 201 Created id=4417509088 responseStatus=201 Created token=64_Z_o9t1563ERROR: Job failed: exit code 1