instance 5/5
Passed Started
by
@jessieay

Jessie Young
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-1687809408-951eb73b-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: 141203, done. 20remote: Counting objects: 100% (141203/141203), done. 21remote: Compressing objects: 100% (90569/90569), done. 22remote: Total 141203 (delta 61962), reused 98377 (delta 45463), pack-reused 0 23Receiving objects: 100% (141203/141203), 121.48 MiB | 44.96 MiB/s, done.24Resolving deltas: 100% (61962/61962), done.26 * [new ref] refs/pipelines/912499058 -> refs/pipelines/91249905827Checking out f470e51a as detached HEAD (ref is refs/merge-requests/124049/merge)...28Skipping Git submodules setup30Checking cache for qa-e2e-ruby-3.0-7d278cbe1bf3d12fce8026ac3ff2e973-16...31cache.zip is up to date 32WARNING: .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) 33Successfully extracted cache35Downloading artifacts for download-knapsack-report (4544355006)...36Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4544355006 responseStatus=200 OK token=64_9Mukb38Using 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 ...39$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE40$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")41$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command42Bundle complete! 37 Gemfile dependencies, 135 gems now installed.43Use `bundle info [gemname]` to see where a bundled gem is installed.44$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"45$ echo "Running - '$QA_COMMAND'"46Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:f470e51ae77e8d5e2aeaeccf6571cc272f1e6789 -- qa/specs/features/api/1_manage/ qa/specs/features/browser_ui/1_manage/ qa/specs/features/ee/api/1_manage/ qa/specs/features/ee/browser_ui/1_manage/ --format QA::Support::JsonFormatter --out tmp/rspec-4544355020.json --format RspecJunitFormatter --out tmp/rspec-4544355020.xml --format html --out tmp/rspec-$(echo instance 5/5 | sed 's/[ /]/_/g').htm --color --format documentation'47$ eval "$QA_COMMAND"48[Jun 26 2023 23:34:15 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q telegraf:1.21-alpine`49[Jun 26 2023 23:34:17 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^telegraf$`50[Jun 26 2023 23:34:17 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name telegraf --user root --entrypoint telegraf --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-26-23-34-15-61215a4b/telegraf:/etc/telegraf/log:z --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/d20230626-20-4tbt30/telegraf.conf:/etc/telegraf/telegraf.conf:ro --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env CI_JOB_NAME="$CI_JOB_NAME" telegraf:1.21-alpine`51[Jun 26 2023 23:34:18 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-b8b53315$`52[Jun 26 2023 23:34:18 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-b8b53315 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`53[Jun 26 2023 23:34:19 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/tls_certificates/authority/. alpine-b8b53315:/etc/gitlab/trusted-certs`54[Jun 26 2023 23:34:20 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/tls_certificates/gitlab/. alpine-b8b53315:/etc/gitlab/ssl`55[Jun 26 2023 23:34:20 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-b8b53315`56[Jun 26 2023 23:34:20 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-b8b53315`57[Jun 26 2023 23:34:20 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`58[Jun 26 2023 23:34:20 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:f470e51ae77e8d5e2aeaeccf6571cc272f1e6789`59[Jun 26 2023 23:34:57 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ee-65218959$`60[Jun 26 2023 23:34:57 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`61[Jun 26 2023 23:34:57 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`62[Jun 26 2023 23:34:57 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ee-65218959 --net test --hostname gitlab-ee-65218959.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-26-23-34-15-61215a4b/gitlab-ee-65218959/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:f470e51ae77e8d5e2aeaeccf6571cc272f1e6789`63[Jun 26 2023 23:35:08 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-65218959 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-06-26 23:34:1864# 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 26 2023 23:35:08 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ee-65218959`71[Jun 26 2023 23:38:38 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...72[Jun 26 2023 23:38:38 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-65218959`73[Jun 26 2023 23:38:38 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ee-65218959 80/tcp`74[Jun 26 2023 23:38:38 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!75[Jun 26 2023 23:38:38 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-65218959 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`76[Jun 26 2023 23:38:38 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-65218959 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 26 2023 23:38:38 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-65218959 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`83[Jun 26 2023 23:38:39 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/support/data gitlab-ee-65218959:/tmp/data-seeds`84[Jun 26 2023 23:38:39 UTC (Gitlab QA)] INFO -- Running exec_commands...85[Jun 26 2023 23:38:39 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-65218959 bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`86[Jun 26 2023 23:39:27 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`87[Jun 26 2023 23:39:28 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:f470e51ae77e8d5e2aeaeccf6571cc272f1e6789`88[Jun 26 2023 23:40:28 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee89[Jun 26 2023 23:40:28 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_FACEBOOK_OAUTH_APP_ID="$QA_FACEBOOK_OAUTH_APP_ID" --env QA_FEATURE_FLAGS="$QA_FEATURE_FLAGS" --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_TESTS="$QA_TESTS" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_KNAPSACK_REPORT_PATH="$QA_KNAPSACK_REPORT_PATH" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_FACEBOOK_OAUTH_APP_SECRET="$QA_FACEBOOK_OAUTH_APP_SECRET" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_FACEBOOK_PASSWORD="$QA_FACEBOOK_PASSWORD" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_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 KNAPSACK_TEST_FILE_PATTERN="$KNAPSACK_TEST_FILE_PATTERN" --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 CI_MERGE_REQUEST_IID="$CI_MERGE_REQUEST_IID" --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-26-23-34-15-61215a4b/selenoid" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-26-23-34-15-61215a4b/gitlab-ee-qa-088e4af2:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/qa/knapsack:/home/gitlab/qa/knapsack:z --name gitlab-ee-qa-088e4af2 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:f470e51ae77e8d5e2aeaeccf6571cc272f1e6789 Test::Instance::All http://gitlab-ee-65218959.test -- qa/specs/features/api/1_manage/ qa/specs/features/browser_ui/1_manage/ qa/specs/features/ee/api/1_manage/ qa/specs/features/ee/browser_ui/1_manage/ --format QA::Support::JsonFormatter --out tmp/rspec-4544355020.json --format RspecJunitFormatter --out tmp/rspec-4544355020.xml --format html --out tmp/rspec-instance_5_5.htm --color --format documentation`902023-06-26 23:40:32 / CONF :: 91 ==> Base URL: http://gitlab-ee-65218959.test92 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007fe2e16f6640>93 ==> Libraries: Chemlab::Vendor94[Jun 26 2023 23:40:32 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA95[Jun 26 2023 23:40:32 UTC (QA Tests)] INFO -- Browser: chrome96[Jun 26 2023 23:40:32 UTC (QA Tests)] INFO -- Performing sanity check for environment!97[Jun 26 2023 23:40:33 UTC (QA Tests)] INFO -- Performing initial license fabrication!98[Jun 26 2023 23:40:33 UTC (QA Tests)] INFO -- Successfully added license key. Details:99{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}100[Jun 26 2023 23:40:33 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.27 seconds101[Jun 26 2023 23:40:33 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'102[Jun 26 2023 23:40:33 UTC (QA Tests)] INFO -- Report already exists, skipping!103[Jun 26 2023 23:40:33 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====104[Jun 26 2023 23:40:33 UTC (QA Tests)] INFO -- Report specs:105[Jun 26 2023 23:40:33 UTC (QA Tests)] INFO -- ["qa/specs/features/browser_ui/1_manage/login/2fa_ssh_recovery_spec.rb", "qa/specs/features/browser_ui/1_manage/user/impersonation_token_spec.rb", "qa/specs/features/browser_ui/1_manage/project/project_access_token_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/user/minimal_access_user_spec.rb", "qa/specs/features/api/1_manage/group_access_token_spec.rb", "qa/specs/features/api/1_manage/rate_limits_spec.rb"]106[Jun 26 2023 23:40:33 UTC (QA Tests)] INFO -- Leftover specs:107[Jun 26 2023 23:40:33 UTC (QA Tests)] INFO -- ["qa/specs/features/api/1_manage/integrations/webhook_events_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_members_spec.rb", "qa/specs/features/browser_ui/1_manage/group", "qa/specs/features/browser_ui/1_manage/integrations/jenkins", "qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb", "qa/specs/features/browser_ui/1_manage/login/login_via_instance_wide_saml_sso_spec.rb", "qa/specs/features/browser_ui/1_manage/user", "qa/specs/features/ee/api/1_manage/migration", "qa/specs/features/ee/browser_ui/1_manage/group/group_saml_enforced_sso_git_access_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/ldap"]108[Jun 26 2023 23:40:33 UTC (QA Tests)] INFO -- Knapsack time offset warning enabled!109[Jun 26 2023 23:40:33 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'110[Jun 26 2023 23:40:33 UTC (QA Tests)] INFO -- Report already exists, skipping!111Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true, :requires_praefect=>true}112Randomized with seed 31486113Manage114 OIDC115 behaves like Instance OAuth Application116[Jun 26 2023 23:42:34 UTC (QA Tests)] INFO -- Starting test: Manage OIDC behaves like Instance OAuth Application creates oidc application and uses it to login117[Jun 26 2023 23:42:34 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA118[Jun 26 2023 23:42:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-4yr25gf1' via cache in 0.0 seconds119[Jun 26 2023 23:42:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-608a54c4dec12689' via api in 0.93 seconds120[Jun 26 2023 23:42:36 UTC (QA Tests)] INFO -- filling :login_field with "root"121[Jun 26 2023 23:42:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field122[Jun 26 2023 23:42:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"123[Jun 26 2023 23:42:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field124[Jun 26 2023 23:42:36 UTC (QA Tests)] INFO -- clicking :sign_in_button125[Jun 26 2023 23:42:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.678s126[Jun 26 2023 23:42:38 UTC (QA Tests)] INFO -- Enabling super sidebar!127[Jun 26 2023 23:42:38 UTC (QA Tests)] INFO -- Super sidebar is already enabled128[Jun 26 2023 23:42:40 UTC (QA Tests)] INFO -- clicking :context_switcher129[Jun 26 2023 23:42:40 UTC (QA Tests)] INFO -- clicking :nav_item_link130[Jun 26 2023 23:42:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.19s131[Jun 26 2023 23:42:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.175s132[Jun 26 2023 23:42:42 UTC (QA Tests)] INFO -- clicking :nav_item_link133[Jun 26 2023 23:42:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.799s134[Jun 26 2023 23:42:43 UTC (QA Tests)] INFO -- clicking :new_application_button135[Jun 26 2023 23:42:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_application_button' took 0.77s136[Jun 26 2023 23:42:44 UTC (QA Tests)] INFO -- filling :name_field with "Instance OAuth Application 351296cb4f5e219a"137[Jun 26 2023 23:42:44 UTC (QA Tests)] INFO -- clicking the coordinates of :name_field138[Jun 26 2023 23:42:44 UTC (QA Tests)] INFO -- filling :redirect_uri_field with "http://gitlab-oidc-consumer.test/users/auth/openid_connect/callback"139[Jun 26 2023 23:42:44 UTC (QA Tests)] INFO -- clicking the coordinates of :redirect_uri_field140[Jun 26 2023 23:42:45 UTC (QA Tests)] INFO -- checking via JS :trusted_checkbox with args {}141[Jun 26 2023 23:42:45 UTC (QA Tests)] INFO -- clicking :openid_label142[Jun 26 2023 23:42:45 UTC (QA Tests)] INFO -- clicking :profile_label143[Jun 26 2023 23:42:45 UTC (QA Tests)] INFO -- clicking :email_label144[Jun 26 2023 23:42:45 UTC (QA Tests)] INFO -- clicking :save_application_button145[Jun 26 2023 23:42:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_application_button' took 0.641s146[Jun 26 2023 23:42:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application 351296cb4f5e219a' via browser_ui in 10.3 seconds147[Jun 26 2023 23:42:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.065s148[Jun 26 2023 23:42:47 UTC (QA Tests)] INFO -- clicking :user_avatar_content149[Jun 26 2023 23:42:47 UTC (QA Tests)] INFO -- clicking :sign_out_link150[Jun 26 2023 23:42:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.992s151[Jun 26 2023 23:42:48 UTC (QA Tests)] INFO -- Executing: `docker login --username "gitlab-ci-token" --password "****" registry.gitlab.com`152[Jun 26 2023 23:42:48 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:f470e51ae77e8d5e2aeaeccf6571cc272f1e6789`153[Jun 26 2023 23:42:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`154[Jun 26 2023 23:42:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`155[Jun 26 2023 23:42:49 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-ee-65218959.test', discovery: false, uid_field: 'preferred_username', send_scope_to_token_endpoint: 'false', client_options: { identifier: 'c5d596d9dabd58376bcd21201d7ffa4ca713fac98326ea11aa0d2c4f7f7a9c58', secret: '1aee03614fa74e3c0fe3aa8bf2842f375be6dfe269228a7bca87023c2565a873', redirect_uri: 'http://gitlab-oidc-consumer.test/users/auth/openid_connect/callback', jwks_uri: 'http://gitlab-ee-65218959.test/oauth/discovery/keys', userinfo_endpoint: 'http://gitlab-ee-65218959.test/oauth/userinfo', token_endpoint: 'http://gitlab-ee-65218959.test/oauth/token', authorization_endpoint: 'http://gitlab-ee-65218959.test/oauth/authorize' } } } ]; " --name gitlab-oidc-consumer registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:f470e51ae77e8d5e2aeaeccf6571cc272f1e6789 `156[Jun 26 2023 23:42:50 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`157[Jun 26 2023 23:42:55 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`158[Jun 26 2023 23:43:00 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`159[Jun 26 2023 23:43:05 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`160[Jun 26 2023 23:43:10 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`161[Jun 26 2023 23:43:15 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`162[Jun 26 2023 23:43:20 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`163[Jun 26 2023 23:43:26 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`164[Jun 26 2023 23:43:31 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`165[Jun 26 2023 23:43:36 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`166[Jun 26 2023 23:43:41 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`167[Jun 26 2023 23:43:46 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`168[Jun 26 2023 23:43:51 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`169[Jun 26 2023 23:43:56 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`170[Jun 26 2023 23:44:02 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`171[Jun 26 2023 23:44:07 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`172[Jun 26 2023 23:44:12 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`173[Jun 26 2023 23:44:17 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`174[Jun 26 2023 23:44:22 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`175[Jun 26 2023 23:44:27 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`176[Jun 26 2023 23:44:32 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`177[Jun 26 2023 23:44:38 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`178[Jun 26 2023 23:44:43 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`179[Jun 26 2023 23:44:48 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`180[Jun 26 2023 23:44:53 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`181[Jun 26 2023 23:44:58 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`182[Jun 26 2023 23:45:03 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`183[Jun 26 2023 23:45:09 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`184[Jun 26 2023 23:45:14 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`185[Jun 26 2023 23:45:19 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`186[Jun 26 2023 23:45:24 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`187[Jun 26 2023 23:45:29 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`188[Jun 26 2023 23:45:34 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`189[Jun 26 2023 23:45:39 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`190[Jun 26 2023 23:45:45 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`191[Jun 26 2023 23:45:50 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`192[Jun 26 2023 23:45:55 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`193[Jun 26 2023 23:46:06 UTC (QA Tests)] INFO -- clicking :oidc_login_button194[Jun 26 2023 23:46:07 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-608a54c4dec12689"195[Jun 26 2023 23:46:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field196[Jun 26 2023 23:46:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"197[Jun 26 2023 23:46:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field198[Jun 26 2023 23:46:08 UTC (QA Tests)] INFO -- clicking :sign_in_button199[Jun 26 2023 23:46:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.17s200[Jun 26 2023 23:46:10 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown201[Jun 26 2023 23:46:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? setup_for_just_me_content' took 1.032s202[Jun 26 2023 23:46:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? create_a_new_project_radio' took 1.019s203[Jun 26 2023 23:46:12 UTC (QA Tests)] INFO -- clicking :get_started_button204[Jun 26 2023 23:46:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element get_started_button' took 1.848s205[Jun 26 2023 23:46:14 UTC (QA Tests)] INFO -- Enabling super sidebar!206[Jun 26 2023 23:46:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled207[Jun 26 2023 23:46:15 UTC (QA Tests)] INFO -- Removed a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application 351296cb4f5e219a'208[Jun 26 2023 23:46:15 UTC (QA Tests)] INFO -- Executing: `docker rm -f gitlab-oidc-consumer`209 creates oidc application and uses it to login210 OAuth211 behaves like Instance OAuth Application212[Jun 26 2023 23:46:17 UTC (QA Tests)] INFO -- Starting test: Manage OAuth behaves like Instance OAuth Application creates oauth application and uses it to login213[Jun 26 2023 23:46:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-87b69f5940ba86fc' via api in 0.8 seconds214[Jun 26 2023 23:46:18 UTC (QA Tests)] INFO -- filling :login_field with "root"215[Jun 26 2023 23:46:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field216[Jun 26 2023 23:46:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"217[Jun 26 2023 23:46:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field218[Jun 26 2023 23:46:19 UTC (QA Tests)] INFO -- clicking :sign_in_button219[Jun 26 2023 23:46:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.765s220[Jun 26 2023 23:46:20 UTC (QA Tests)] INFO -- Enabling super sidebar!221[Jun 26 2023 23:46:20 UTC (QA Tests)] INFO -- Super sidebar is already enabled222[Jun 26 2023 23:46:21 UTC (QA Tests)] INFO -- clicking :context_switcher223[Jun 26 2023 23:46:22 UTC (QA Tests)] INFO -- clicking :nav_item_link224[Jun 26 2023 23:46:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.64s225[Jun 26 2023 23:46:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.207s226[Jun 26 2023 23:46:23 UTC (QA Tests)] INFO -- clicking :nav_item_link227[Jun 26 2023 23:46:24 UTC (QA Tests)] INFO -- clicking :new_application_button228[Jun 26 2023 23:46:24 UTC (QA Tests)] INFO -- filling :name_field with "Instance OAuth Application fd879c834d71e488"229[Jun 26 2023 23:46:24 UTC (QA Tests)] INFO -- clicking the coordinates of :name_field230[Jun 26 2023 23:46:25 UTC (QA Tests)] INFO -- filling :redirect_uri_field with "http://gitlab-oauth-consumer.test/users/auth/gitlab/callback"231[Jun 26 2023 23:46:25 UTC (QA Tests)] INFO -- clicking the coordinates of :redirect_uri_field232[Jun 26 2023 23:46:25 UTC (QA Tests)] INFO -- checking via JS :trusted_checkbox with args {}233[Jun 26 2023 23:46:25 UTC (QA Tests)] INFO -- clicking :read_user_label234[Jun 26 2023 23:46:25 UTC (QA Tests)] INFO -- clicking :save_application_button235[Jun 26 2023 23:46:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application fd879c834d71e488' via browser_ui in 8.2 seconds236[Jun 26 2023 23:46:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.052s237[Jun 26 2023 23:46:27 UTC (QA Tests)] INFO -- clicking :user_avatar_content238[Jun 26 2023 23:46:27 UTC (QA Tests)] INFO -- clicking :sign_out_link239[Jun 26 2023 23:46:28 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:f470e51ae77e8d5e2aeaeccf6571cc272f1e6789`240[Jun 26 2023 23:46:28 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`241[Jun 26 2023 23:46:28 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`242[Jun 26 2023 23:46:28 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: '2a544a1f36914fa04a61d2972e300d7ed1b6c127b3b78abfd882a4cb76915b5e', app_secret: '261975abad81b43bcf1f6b056e30898b76adbe6c6452c8c29b44aab4e7cee9cf', args: { scope: 'read_user', client_options: { site: 'http://gitlab-ee-65218959.test' } } } ]; " --name gitlab-oauth-consumer registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:f470e51ae77e8d5e2aeaeccf6571cc272f1e6789 `243[Jun 26 2023 23:46:29 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`244[Jun 26 2023 23:46:34 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`245[Jun 26 2023 23:46:39 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`246[Jun 26 2023 23:46:44 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`247[Jun 26 2023 23:46:49 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`248[Jun 26 2023 23:46:54 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`249[Jun 26 2023 23:46:59 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`250[Jun 26 2023 23:47:04 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`251[Jun 26 2023 23:47:09 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`252[Jun 26 2023 23:47:14 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`253[Jun 26 2023 23:47:20 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`254[Jun 26 2023 23:47:25 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`255[Jun 26 2023 23:47:30 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`256[Jun 26 2023 23:47:35 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`257[Jun 26 2023 23:47:40 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`258[Jun 26 2023 23:47:45 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`259[Jun 26 2023 23:47:50 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`260[Jun 26 2023 23:47:55 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`261[Jun 26 2023 23:48:00 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`262[Jun 26 2023 23:48:05 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`263[Jun 26 2023 23:48:11 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`264[Jun 26 2023 23:48:16 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`265[Jun 26 2023 23:48:21 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`266[Jun 26 2023 23:48:26 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`267[Jun 26 2023 23:48:31 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`268[Jun 26 2023 23:48:36 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`269[Jun 26 2023 23:48:41 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`270[Jun 26 2023 23:48:46 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`271[Jun 26 2023 23:48:51 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`272[Jun 26 2023 23:48:56 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`273[Jun 26 2023 23:49:02 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`274[Jun 26 2023 23:49:07 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`275[Jun 26 2023 23:49:12 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`276[Jun 26 2023 23:49:17 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`277[Jun 26 2023 23:49:22 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`278[Jun 26 2023 23:49:27 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`279[Jun 26 2023 23:49:32 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`280[Jun 26 2023 23:49:43 UTC (QA Tests)] INFO -- clicking :gitlab_oauth_login_button281[Jun 26 2023 23:49:44 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-87b69f5940ba86fc"282[Jun 26 2023 23:49:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field283[Jun 26 2023 23:49:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"284[Jun 26 2023 23:49:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field285[Jun 26 2023 23:49:45 UTC (QA Tests)] INFO -- clicking :sign_in_button286[Jun 26 2023 23:49:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.455s287[Jun 26 2023 23:49:47 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown288[Jun 26 2023 23:49:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? setup_for_just_me_content' took 1.022s289[Jun 26 2023 23:49:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? create_a_new_project_radio' took 1.025s290[Jun 26 2023 23:49:49 UTC (QA Tests)] INFO -- clicking :get_started_button291[Jun 26 2023 23:49:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element get_started_button' took 1.663s292[Jun 26 2023 23:49:51 UTC (QA Tests)] INFO -- Enabling super sidebar!293[Jun 26 2023 23:49:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled294[Jun 26 2023 23:49:52 UTC (QA Tests)] INFO -- Removed a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application fd879c834d71e488'295[Jun 26 2023 23:49:52 UTC (QA Tests)] INFO -- Executing: `docker rm -f gitlab-oauth-consumer`296 creates oauth application and uses it to login297Manage298 User with minimal access to group299[Jun 26 2023 23:49:54 UTC (QA Tests)] INFO -- Starting test: Manage User with minimal access to group is not allowed to edit files via the UI300[Jun 26 2023 23:49:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-40e0f82292cc97b0' via api in 0.45 seconds301[Jun 26 2023 23:49:55 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-40e0f82292cc97b0"302[Jun 26 2023 23:49:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field303[Jun 26 2023 23:49:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"304[Jun 26 2023 23:49:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field305[Jun 26 2023 23:49:56 UTC (QA Tests)] INFO -- clicking :sign_in_button306[Jun 26 2023 23:49:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.804s307[Jun 26 2023 23:49:57 UTC (QA Tests)] INFO -- Enabling super sidebar!308[Jun 26 2023 23:49:57 UTC (QA Tests)] INFO -- Super sidebar is already enabled309[Jun 26 2023 23:49:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-2' via api in 0.28 seconds310[Jun 26 2023 23:49:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07' via api in 0.68 seconds311[Jun 26 2023 23:49:59 UTC (QA Tests)] INFO -- Adding user qa-user-40e0f82292cc97b0 to gitlab-qa-sandbox-group-2 QA::Resource::Sandbox312[Jun 26 2023 23:50:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/project-for-minimal-access-4d24e533620da8bc' via api in 2.01 seconds313[Jun 26 2023 23:50:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-65218959.test/gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/project-for-minimal-access-4d24e533620da8bc314[Jun 26 2023 23:50:03 UTC (QA Tests)] INFO -- clicking :file_name_link315[Jun 26 2023 23:50:03 UTC (QA Tests)] INFO -- clicking :action_dropdown316[Jun 26 2023 23:50:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.503s317[Jun 26 2023 23:50:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element action_dropdown' took 0.574s318[Jun 26 2023 23:50:04 UTC (QA Tests)] INFO -- clicking :edit_menu_item319[Jun 26 2023 23:50:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-40e0f82292cc97b0'320[Jun 26 2023 23:50:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/project-for-minimal-access-4d24e533620da8bc'321[Jun 26 2023 23:50:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07'322 is not allowed to edit files via the UI323Manage324 2FA325 allows enforcing 2FA via UI and logging in with 2FA (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/409336)326Manage327 Gitlab migration328 migrates large gitlab group via api (PENDING: Test is not compatible with this environment or pipeline)329Manage330 Gitlab migration331 with import within same instance332 successfully imports project (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/415672)333Manage334 User with minimal access to group335[Jun 26 2023 23:50:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-8b4174fb071908e6' via api in 0.24 seconds336[Jun 26 2023 23:50:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-2' via api in 0.11 seconds337[Jun 26 2023 23:50:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-2/group-for-minimal-access-342729afa661746e' via api in 0.63 seconds338[Jun 26 2023 23:50:06 UTC (QA Tests)] INFO -- Adding user qa-user-8b4174fb071908e6 to gitlab-qa-sandbox-group-2 QA::Resource::Sandbox339[Jun 26 2023 23:50:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-2/group-for-minimal-access-342729afa661746e/project-for-minimal-access-55aea68e8bd0c677' via api in 1.71 seconds340[Jun 26 2023 23:50:08 UTC (QA Tests)] INFO -- Starting test: Manage User with minimal access to group is not allowed to push code via the CLI341 is not allowed to push code via the CLI342[Jun 26 2023 23:50:09 UTC (QA Tests)] INFO -- Starting test: Manage User with minimal access to group is not allowed to create a file via the API343[Jun 26 2023 23:50:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-2' via api in 0.06 seconds344[Jun 26 2023 23:50:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07' via api in 0.31 seconds345[Jun 26 2023 23:50:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/project-with-new-file-7b56b14a39a77f97' via api in 1.79 seconds346[Jun 26 2023 23:50:11 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-8b4174fb071908e6347[Jun 26 2023 23:50:12 UTC (QA Tests)] INFO -- Caching token for username: qa-user-8b4174fb071908e6, last six chars of token:DzzMYy348[Jun 26 2023 23:50:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-8b4174fb071908e6-hcqejtdt' via api in 0.12 seconds349 is not allowed to create a file via the API350[Jun 26 2023 23:50:12 UTC (QA Tests)] INFO -- Starting test: Manage User with minimal access to group is not allowed to commit via the API351 is not allowed to commit via the API352[Jun 26 2023 23:50:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-8b4174fb071908e6'353[Jun 26 2023 23:50:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-2/group-for-minimal-access-342729afa661746e/project-for-minimal-access-55aea68e8bd0c677'354[Jun 26 2023 23:50:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-2/group-for-minimal-access-342729afa661746e'355Manage356 Jenkins integration357[Jun 26 2023 23:50:13 UTC (QA Tests)] INFO -- Starting test: Manage Jenkins integration integrates and displays build status for MR pipeline in GitLab358[Jun 26 2023 23:50:13 UTC (QA Tests)] INFO -- Setting application settings: {:allow_local_requests_from_web_hooks_and_services=>true}359[Jun 26 2023 23:50:13 UTC (QA Tests)] INFO -- Executing: `docker login --username "quality-third-party-docker" --password "****" registry.gitlab.com`360[Jun 26 2023 23:50:14 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --hostname jenkins-server.test --name jenkins-server --env JENKINS_USER=administrator --env JENKINS_PASS=**** --publish 8080:8080 --publish 50000:50000 registry.gitlab.com/gitlab-org/quality/third-party-docker-private/jenkins:latest `361[Jun 26 2023 23:50:34 UTC (QA Tests)] INFO -- filling :login_field with "root"362[Jun 26 2023 23:50:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field363[Jun 26 2023 23:50:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"364[Jun 26 2023 23:50:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field365[Jun 26 2023 23:50:34 UTC (QA Tests)] INFO -- clicking :sign_in_button366[Jun 26 2023 23:50:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.208s367[Jun 26 2023 23:50:36 UTC (QA Tests)] INFO -- Enabling super sidebar!368[Jun 26 2023 23:50:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled369[Jun 26 2023 23:50:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-2' via api in 0.1 seconds370[Jun 26 2023 23:50:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07' via api in 0.3 seconds371[Jun 26 2023 23:50:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/project_with_jenkins_41c19b9a-1640c227e1478da2' via api in 1.32 seconds372[Jun 26 2023 23:50:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-65218959.test/gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/project_with_jenkins_41c19b9a-1640c227e1478da2373[Jun 26 2023 23:50:40 UTC (QA Tests)] INFO -- clicking :nav_item_link374[Jun 26 2023 23:50:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 2.067s375[Jun 26 2023 23:50:43 UTC (QA Tests)] INFO -- clicking :menu_section_button376[Jun 26 2023 23:50:43 UTC (QA Tests)] INFO -- clicking :nav_item_link377[Jun 26 2023 23:50:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.015s378[Jun 26 2023 23:50:44 UTC (QA Tests)] INFO -- clicking :jenkins_link379[Jun 26 2023 23:50:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element jenkins_link' took 1.064s380[Jun 26 2023 23:50:45 UTC (QA Tests)] INFO -- filling :service_jenkins_url_field with "http://jenkins-server.test:8080"381[Jun 26 2023 23:50:45 UTC (QA Tests)] INFO -- clicking the coordinates of :service_jenkins_url_field382[Jun 26 2023 23:50:46 UTC (QA Tests)] INFO -- filling :service_project_name_field with "gitlab_jenkins_58bb539b4a"383[Jun 26 2023 23:50:46 UTC (QA Tests)] INFO -- clicking the coordinates of :service_project_name_field384[Jun 26 2023 23:50:46 UTC (QA Tests)] INFO -- filling :service_username_field with "administrator"385[Jun 26 2023 23:50:46 UTC (QA Tests)] INFO -- clicking the coordinates of :service_username_field386[Jun 26 2023 23:50:46 UTC (QA Tests)] INFO -- filling :service_password_field with "*****"387[Jun 26 2023 23:50:46 UTC (QA Tests)] INFO -- clicking the coordinates of :service_password_field388[Jun 26 2023 23:50:47 UTC (QA Tests)] INFO -- clicking :save_changes_button389[Jun 26 2023 23:50:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.239s390[Jun 26 2023 23:50:50 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"391[Jun 26 2023 23:50:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.04 seconds392[Jun 26 2023 23:51:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-65218959.test/gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/project_with_jenkins_41c19b9a-1640c227e1478da2393[Jun 26 2023 23:51:10 UTC (QA Tests)] INFO -- clicking :menu_section_button394[Jun 26 2023 23:51:10 UTC (QA Tests)] INFO -- clicking :nav_item_link395[Jun 26 2023 23:51:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.84s396[Jun 26 2023 23:51:12 UTC (QA Tests)] INFO -- Executing: `docker rm -f jenkins-server`397[Jun 26 2023 23:51:13 UTC (QA Tests)] INFO -- Setting application settings: {:allow_local_requests_from_web_hooks_and_services=>false}398 integrates and displays build status for MR pipeline in GitLab399Manage400 Project import401 imports large Github repo via api (PENDING: Test is not compatible with this environment or pipeline)402Create403 Slack app integration404 when using Slash commands405 creates an issue (PENDING: Test is not compatible with this environment or pipeline)406 with gitlab issue407 closes an issue (PENDING: Test is not compatible with this environment or pipeline)408 displays an issue (PENDING: Test is not compatible with this environment or pipeline)409 comments on an issue (PENDING: Test is not compatible with this environment or pipeline)410 with target project411 moves an issue (PENDING: Test is not compatible with this environment or pipeline)412Manage413 Group access414[Jun 26 2023 23:51:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-672d469be239c52b' via api in 0.26 seconds415[Jun 26 2023 23:51:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.26 seconds416[Jun 26 2023 23:51:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-ip-restricted-sandbox-group-672d469be239c52b/ip-address-restricted-group-b8951c4676b5192e' via api in 0.32 seconds417[Jun 26 2023 23:51:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-ip-restricted-sandbox-group-672d469be239c52b/ip-address-restricted-group-b8951c4676b5192e/project-in-ip-restricted-group-b25702f6c2e95061' via api in 1.5 seconds418[Jun 26 2023 23:51:16 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-ip-restricted-sandbox-group-672d469be239c52b/ip-address-restricted-group-b8951c4676b5192e/project-in-ip-restricted-group-b25702f6c2e95061 QA::Resource::Project419 when restricted by another ip address420 with SSH421[Jun 26 2023 23:51:16 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by another ip address with SSH denies access422[Jun 26 2023 23:51:16 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.3423[Jun 26 2023 23:51:17 UTC (QA Tests)] INFO -- filling :login_field with "root"424[Jun 26 2023 23:51:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field425[Jun 26 2023 23:51:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"426[Jun 26 2023 23:51:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field427[Jun 26 2023 23:51:17 UTC (QA Tests)] INFO -- clicking :sign_in_button428[Jun 26 2023 23:51:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.986s429[Jun 26 2023 23:51:19 UTC (QA Tests)] INFO -- Enabling super sidebar!430[Jun 26 2023 23:51:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled431[Jun 26 2023 23:51:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-65218959.test/groups/gitlab-qa-ip-restricted-sandbox-group-672d469be239c52b432[Jun 26 2023 23:51:21 UTC (QA Tests)] INFO -- clicking :menu_section_button433[Jun 26 2023 23:51:21 UTC (QA Tests)] INFO -- clicking :nav_item_link434[Jun 26 2023 23:51:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.12s435[Jun 26 2023 23:51:24 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button436[Jun 26 2023 23:51:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 1.89s437[Jun 26 2023 23:51:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.069s438[Jun 26 2023 23:51:28 UTC (QA Tests)] INFO -- clicking :user_avatar_content439[Jun 26 2023 23:51:28 UTC (QA Tests)] INFO -- clicking :sign_out_link440[Jun 26 2023 23:51:28 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230626-39-dvemis/id_rsa -N `441[Jun 26 2023 23:51:29 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user1442[Jun 26 2023 23:51:29 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user1, last six chars of token:9-a9_d443[Jun 26 2023 23:51:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-gahaqgv9' via api in 0.1 seconds444[Jun 26 2023 23:51:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '1' via api in 1.04 seconds445[Jun 26 2023 23:51:30 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '1'446 denies access447 with UI448[Jun 26 2023 23:51:31 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by another ip address with UI denies access449[Jun 26 2023 23:51:31 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.3450[Jun 26 2023 23:51:31 UTC (QA Tests)] INFO -- filling :login_field with "root"451[Jun 26 2023 23:51:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field452[Jun 26 2023 23:51:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"453[Jun 26 2023 23:51:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field454[Jun 26 2023 23:51:32 UTC (QA Tests)] INFO -- clicking :sign_in_button455[Jun 26 2023 23:51:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.727s456[Jun 26 2023 23:51:34 UTC (QA Tests)] INFO -- Enabling super sidebar!457[Jun 26 2023 23:51:34 UTC (QA Tests)] INFO -- Super sidebar is already enabled458[Jun 26 2023 23:51:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-65218959.test/groups/gitlab-qa-ip-restricted-sandbox-group-672d469be239c52b459[Jun 26 2023 23:51:36 UTC (QA Tests)] INFO -- clicking :menu_section_button460[Jun 26 2023 23:51:36 UTC (QA Tests)] INFO -- clicking :nav_item_link461[Jun 26 2023 23:51:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.838s462[Jun 26 2023 23:51:39 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button463[Jun 26 2023 23:51:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 0.962s464[Jun 26 2023 23:51:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.069s465[Jun 26 2023 23:51:42 UTC (QA Tests)] INFO -- clicking :user_avatar_content466[Jun 26 2023 23:51:42 UTC (QA Tests)] INFO -- clicking :sign_out_link467[Jun 26 2023 23:51:43 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"468[Jun 26 2023 23:51:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field469[Jun 26 2023 23:51:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"470[Jun 26 2023 23:51:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field471[Jun 26 2023 23:51:43 UTC (QA Tests)] INFO -- clicking :sign_in_button472[Jun 26 2023 23:51:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.807s473[Jun 26 2023 23:51:44 UTC (QA Tests)] INFO -- Enabling super sidebar!474[Jun 26 2023 23:51:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled475[Jun 26 2023 23:51:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-65218959.test/groups/gitlab-qa-ip-restricted-sandbox-group-672d469be239c52b476[Jun 26 2023 23:51:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-65218959.test/groups/gitlab-qa-ip-restricted-sandbox-group-672d469be239c52b/ip-address-restricted-group-b8951c4676b5192e477 denies access478 with API479[Jun 26 2023 23:51:47 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by another ip address with API denies access480[Jun 26 2023 23:51:47 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.3481[Jun 26 2023 23:51:47 UTC (QA Tests)] INFO -- filling :login_field with "root"482[Jun 26 2023 23:51:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field483[Jun 26 2023 23:51:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"484[Jun 26 2023 23:51:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field485[Jun 26 2023 23:51:48 UTC (QA Tests)] INFO -- clicking :sign_in_button486[Jun 26 2023 23:51:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.781s487[Jun 26 2023 23:51:49 UTC (QA Tests)] INFO -- Enabling super sidebar!488[Jun 26 2023 23:51:49 UTC (QA Tests)] INFO -- Super sidebar is already enabled489[Jun 26 2023 23:51:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-65218959.test/groups/gitlab-qa-ip-restricted-sandbox-group-672d469be239c52b490[Jun 26 2023 23:51:52 UTC (QA Tests)] INFO -- clicking :menu_section_button491[Jun 26 2023 23:51:52 UTC (QA Tests)] INFO -- clicking :nav_item_link492[Jun 26 2023 23:51:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.002s493[Jun 26 2023 23:51:55 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button494[Jun 26 2023 23:51:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 1.275s495[Jun 26 2023 23:51:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.055s496[Jun 26 2023 23:51:57 UTC (QA Tests)] INFO -- clicking :user_avatar_content497[Jun 26 2023 23:51:58 UTC (QA Tests)] INFO -- clicking :sign_out_link498 denies access499 when restricted by user's ip address500 with API501[Jun 26 2023 23:51:58 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by user's ip address with API allows access502[Jun 26 2023 23:51:58 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.3503[Jun 26 2023 23:51:59 UTC (QA Tests)] INFO -- filling :login_field with "root"504[Jun 26 2023 23:51:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field505[Jun 26 2023 23:51:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"506[Jun 26 2023 23:51:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field507[Jun 26 2023 23:51:59 UTC (QA Tests)] INFO -- clicking :sign_in_button508[Jun 26 2023 23:52:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.737s509[Jun 26 2023 23:52:00 UTC (QA Tests)] INFO -- Enabling super sidebar!510[Jun 26 2023 23:52:00 UTC (QA Tests)] INFO -- Super sidebar is already enabled511[Jun 26 2023 23:52:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-65218959.test/groups/gitlab-qa-ip-restricted-sandbox-group-672d469be239c52b512[Jun 26 2023 23:52:03 UTC (QA Tests)] INFO -- clicking :menu_section_button513[Jun 26 2023 23:52:03 UTC (QA Tests)] INFO -- clicking :nav_item_link514[Jun 26 2023 23:52:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.866s515[Jun 26 2023 23:52:05 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button516[Jun 26 2023 23:52:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 1.697s517[Jun 26 2023 23:52:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.046s518[Jun 26 2023 23:52:09 UTC (QA Tests)] INFO -- clicking :user_avatar_content519[Jun 26 2023 23:52:09 UTC (QA Tests)] INFO -- clicking :sign_out_link520 allows access521 with SSH522[Jun 26 2023 23:52:10 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by user's ip address with SSH allows access523[Jun 26 2023 23:52:10 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.3524[Jun 26 2023 23:52:10 UTC (QA Tests)] INFO -- filling :login_field with "root"525[Jun 26 2023 23:52:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field526[Jun 26 2023 23:52:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"527[Jun 26 2023 23:52:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field528[Jun 26 2023 23:52:11 UTC (QA Tests)] INFO -- clicking :sign_in_button529[Jun 26 2023 23:52:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.95s530[Jun 26 2023 23:52:12 UTC (QA Tests)] INFO -- Enabling super sidebar!531[Jun 26 2023 23:52:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled532[Jun 26 2023 23:52:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-65218959.test/groups/gitlab-qa-ip-restricted-sandbox-group-672d469be239c52b533[Jun 26 2023 23:52:14 UTC (QA Tests)] INFO -- clicking :menu_section_button534[Jun 26 2023 23:52:15 UTC (QA Tests)] INFO -- clicking :nav_item_link535[Jun 26 2023 23:52:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.819s536[Jun 26 2023 23:52:17 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button537[Jun 26 2023 23:52:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 0.988s538[Jun 26 2023 23:52:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.029s539[Jun 26 2023 23:52:20 UTC (QA Tests)] INFO -- clicking :user_avatar_content540[Jun 26 2023 23:52:20 UTC (QA Tests)] INFO -- clicking :sign_out_link541[Jun 26 2023 23:52:20 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230626-39-ss9n46/id_rsa -N `542[Jun 26 2023 23:52:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '2' via api in 0.59 seconds543[Jun 26 2023 23:52:22 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"544[Jun 26 2023 23:52:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.38 seconds545[Jun 26 2023 23:52:22 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '2'546 allows access547 with UI548[Jun 26 2023 23:52:22 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by user's ip address with UI allows access549[Jun 26 2023 23:52:23 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.3550[Jun 26 2023 23:52:23 UTC (QA Tests)] INFO -- filling :login_field with "root"551[Jun 26 2023 23:52:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field552[Jun 26 2023 23:52:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"553[Jun 26 2023 23:52:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field554[Jun 26 2023 23:52:24 UTC (QA Tests)] INFO -- clicking :sign_in_button555[Jun 26 2023 23:52:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.76s556[Jun 26 2023 23:52:25 UTC (QA Tests)] INFO -- Enabling super sidebar!557[Jun 26 2023 23:52:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled558[Jun 26 2023 23:52:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-65218959.test/groups/gitlab-qa-ip-restricted-sandbox-group-672d469be239c52b559[Jun 26 2023 23:52:27 UTC (QA Tests)] INFO -- clicking :menu_section_button560[Jun 26 2023 23:52:27 UTC (QA Tests)] INFO -- clicking :nav_item_link561[Jun 26 2023 23:52:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.847s562[Jun 26 2023 23:52:30 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button563[Jun 26 2023 23:52:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 1.144s564[Jun 26 2023 23:52:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.053s565[Jun 26 2023 23:52:32 UTC (QA Tests)] INFO -- clicking :user_avatar_content566[Jun 26 2023 23:52:33 UTC (QA Tests)] INFO -- clicking :sign_out_link567[Jun 26 2023 23:52:33 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"568[Jun 26 2023 23:52:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field569[Jun 26 2023 23:52:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"570[Jun 26 2023 23:52:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field571[Jun 26 2023 23:52:34 UTC (QA Tests)] INFO -- clicking :sign_in_button572[Jun 26 2023 23:52:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.554s573[Jun 26 2023 23:52:35 UTC (QA Tests)] INFO -- Enabling super sidebar!574[Jun 26 2023 23:52:35 UTC (QA Tests)] INFO -- Super sidebar is already enabled575[Jun 26 2023 23:52:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-65218959.test/groups/gitlab-qa-ip-restricted-sandbox-group-672d469be239c52b576[Jun 26 2023 23:52:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-65218959.test/groups/gitlab-qa-ip-restricted-sandbox-group-672d469be239c52b/ip-address-restricted-group-b8951c4676b5192e577 allows access578[Jun 26 2023 23:52:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-672d469be239c52b'579Manage580 2FA581[Jun 26 2023 23:52:39 UTC (QA Tests)] INFO -- Starting test: Manage 2FA allows 2FA code recovery via ssh582[Jun 26 2023 23:52:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-4ff3eb9d5c312330' via api in 0.25 seconds583[Jun 26 2023 23:52:39 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230626-39-zctgc5/id_rsa -N `584[Jun 26 2023 23:52:39 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-4ff3eb9d5c312330585[Jun 26 2023 23:52:39 UTC (QA Tests)] INFO -- Caching token for username: qa-user-4ff3eb9d5c312330, last six chars of token:QNCU1p586[Jun 26 2023 23:52:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-4ff3eb9d5c312330-g58ibump' via api in 0.19 seconds587[Jun 26 2023 23:52:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '3' via api in 0.7 seconds588[Jun 26 2023 23:52:40 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-4ff3eb9d5c312330"589[Jun 26 2023 23:52:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field590[Jun 26 2023 23:52:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"591[Jun 26 2023 23:52:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field592[Jun 26 2023 23:52:41 UTC (QA Tests)] INFO -- clicking :sign_in_button593[Jun 26 2023 23:52:42 UTC (QA Tests)] INFO -- Enabling super sidebar!594[Jun 26 2023 23:52:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled595[Jun 26 2023 23:52:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.058s596[Jun 26 2023 23:52:44 UTC (QA Tests)] INFO -- clicking :user_avatar_content597[Jun 26 2023 23:52:44 UTC (QA Tests)] INFO -- clicking :edit_profile_link598[Jun 26 2023 23:52:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.698s599[Jun 26 2023 23:52:45 UTC (QA Tests)] INFO -- clicking :nav_item_link600[Jun 26 2023 23:52:45 UTC (QA Tests)] INFO -- clicking :enable_2fa_button601[Jun 26 2023 23:52:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element enable_2fa_button' took 0.876s602[Jun 26 2023 23:53:00 UTC (QA Tests)] INFO -- filling :pin_code_field with "914616"603[Jun 26 2023 23:53:00 UTC (QA Tests)] INFO -- clicking the coordinates of :pin_code_field604[Jun 26 2023 23:53:01 UTC (QA Tests)] INFO -- filling :current_password_field with "*****"605[Jun 26 2023 23:53:01 UTC (QA Tests)] INFO -- clicking the coordinates of :current_password_field606[Jun 26 2023 23:53:01 UTC (QA Tests)] INFO -- clicking :register_2fa_app_button607[Jun 26 2023 23:53:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element register_2fa_app_button' took 1.117s608[Jun 26 2023 23:53:02 UTC (QA Tests)] INFO -- clicking :copy_button609[Jun 26 2023 23:53:02 UTC (QA Tests)] INFO -- clicking :proceed_button610[Jun 26 2023 23:53:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.023s611[Jun 26 2023 23:53:04 UTC (QA Tests)] INFO -- clicking :user_avatar_content612[Jun 26 2023 23:53:04 UTC (QA Tests)] INFO -- clicking :sign_out_link613[Jun 26 2023 23:53:05 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-4ff3eb9d5c312330"614[Jun 26 2023 23:53:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field615[Jun 26 2023 23:53:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"616[Jun 26 2023 23:53:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field617[Jun 26 2023 23:53:06 UTC (QA Tests)] INFO -- clicking :sign_in_button618[Jun 26 2023 23:53:07 UTC (QA Tests)] INFO -- Enabling super sidebar!619[Jun 26 2023 23:53:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.03s620[Jun 26 2023 23:53:10 UTC (QA Tests)] INFO -- User is not signed in, skipping621[Jun 26 2023 23:53:11 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "5e02e2c73107987d"622[Jun 26 2023 23:53:11 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field623[Jun 26 2023 23:53:11 UTC (QA Tests)] INFO -- clicking :verify_code_button624[Jun 26 2023 23:53:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element verify_code_button' took 1.002s625[Jun 26 2023 23:53:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.069s626[Jun 26 2023 23:53:14 UTC (QA Tests)] INFO -- clicking :user_avatar_content627[Jun 26 2023 23:53:14 UTC (QA Tests)] INFO -- clicking :sign_out_link628[Jun 26 2023 23:53:14 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-4ff3eb9d5c312330"629[Jun 26 2023 23:53:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field630[Jun 26 2023 23:53:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"631[Jun 26 2023 23:53:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field632[Jun 26 2023 23:53:15 UTC (QA Tests)] INFO -- clicking :sign_in_button633[Jun 26 2023 23:53:16 UTC (QA Tests)] INFO -- Enabling super sidebar!634[Jun 26 2023 23:53:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.029s635[Jun 26 2023 23:53:19 UTC (QA Tests)] INFO -- User is not signed in, skipping636[Jun 26 2023 23:53:20 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "5e02e2c73107987d"637[Jun 26 2023 23:53:20 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field638[Jun 26 2023 23:53:20 UTC (QA Tests)] INFO -- clicking :verify_code_button639[Jun 26 2023 23:53:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element verify_code_button' took 0.813s640 allows 2FA code recovery via ssh641Manage642 Group access tokens643[Jun 26 2023 23:53:21 UTC (QA Tests)] INFO -- Starting test: Manage Group access tokens can be created and revoked via the UI644[Jun 26 2023 23:53:22 UTC (QA Tests)] INFO -- filling :login_field with "root"645[Jun 26 2023 23:53:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field646[Jun 26 2023 23:53:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"647[Jun 26 2023 23:53:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field648[Jun 26 2023 23:53:22 UTC (QA Tests)] INFO -- clicking :sign_in_button649[Jun 26 2023 23:53:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.757s650[Jun 26 2023 23:53:24 UTC (QA Tests)] INFO -- Enabling super sidebar!651[Jun 26 2023 23:53:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled652[Jun 26 2023 23:53:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-2' via api in 0.06 seconds653[Jun 26 2023 23:53:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07' via api in 0.37 seconds654[Jun 26 2023 23:53:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-65218959.test/groups/gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07655[Jun 26 2023 23:53:27 UTC (QA Tests)] INFO -- clicking :menu_section_button656[Jun 26 2023 23:53:27 UTC (QA Tests)] INFO -- clicking :nav_item_link657[Jun 26 2023 23:53:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.736s658[Jun 26 2023 23:53:27 UTC (QA Tests)] INFO -- filling :access_token_name_field with "*****"659[Jun 26 2023 23:53:27 UTC (QA Tests)] INFO -- clicking the coordinates of :access_token_name_field660[Jun 26 2023 23:53:28 UTC (QA Tests)] INFO -- clicking :api_label661[Jun 26 2023 23:53:28 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-06-28"662[Jun 26 2023 23:53:28 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field663[Jun 26 2023 23:53:28 UTC (QA Tests)] INFO -- clicking :create_token_button664[Jun 26 2023 23:53:29 UTC (QA Tests)] INFO -- clicking :toggle_visibility_button665[Jun 26 2023 23:53:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupAccessToken with name 'api-group-access-token-agp5fyu3', token's bot username 'group_6_bot_db52fb9391746623e453060ecfb00ca6' via browser_ui in 8.32 seconds666[Jun 26 2023 23:53:30 UTC (QA Tests)] INFO -- clicking :revoke_button667[Jun 26 2023 23:53:30 UTC (QA Tests)] INFO -- clicking :confirm_ok_button668 can be created and revoked via the UI669Manage670 basic user login671[Jun 26 2023 23:53:32 UTC (QA Tests)] INFO -- Starting test: Manage basic user login user logs in using basic credentials and logs out672[Jun 26 2023 23:53:33 UTC (QA Tests)] INFO -- filling :login_field with "root"673[Jun 26 2023 23:53:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field674[Jun 26 2023 23:53:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"675[Jun 26 2023 23:53:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field676[Jun 26 2023 23:53:33 UTC (QA Tests)] INFO -- clicking :sign_in_button677[Jun 26 2023 23:53:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.484s678[Jun 26 2023 23:53:35 UTC (QA Tests)] INFO -- Enabling super sidebar!679[Jun 26 2023 23:53:35 UTC (QA Tests)] INFO -- Super sidebar is already enabled680[Jun 26 2023 23:53:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.061s681[Jun 26 2023 23:53:38 UTC (QA Tests)] INFO -- clicking :user_avatar_content682[Jun 26 2023 23:53:38 UTC (QA Tests)] INFO -- clicking :sign_out_link683 user logs in using basic credentials and logs out684Manage685 Group access token686[Jun 26 2023 23:53:38 UTC (QA Tests)] INFO -- Starting test: Manage Group access token can be used to create a file via the project API687[Jun 26 2023 23:53:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-2' via api in 0.11 seconds688[Jun 26 2023 23:53:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07' via api in 0.24 seconds689[Jun 26 2023 23:53:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/project-with-new-file-6bf9eca5c99057b4' via api in 1.06 seconds690[Jun 26 2023 23:53:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-2' via api in 0.07 seconds691[Jun 26 2023 23:53:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07' via api in 0.18 seconds692[Jun 26 2023 23:53:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupAccessToken with name 'api-group-access-token-0ulmv20o', token's bot username 'group_6_bot_7ae566acc2705eaf3e65ad19577cdf55' via api in 0.49 seconds693[Jun 26 2023 23:53:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/project-for-group-access-token-0b9714c78cb5de64' via api in 0.76 seconds694[Jun 26 2023 23:53:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'text-745c6f3a54559d59.txt' via api in 0.42 seconds695 can be used to create a file via the project API696[Jun 26 2023 23:53:41 UTC (QA Tests)] INFO -- Starting test: Manage Group access token can be used to commit via the API697[Jun 26 2023 23:53:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-2' via api in 0.06 seconds698[Jun 26 2023 23:53:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07' via api in 0.18 seconds699[Jun 26 2023 23:53:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupAccessToken with name 'api-group-access-token-vn7qjt61', token's bot username 'group_6_bot_595511ca7a0757748a8ba17a67e830a2' via api in 0.51 seconds700[Jun 26 2023 23:53:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/project-for-group-access-token-61cd2abd19f9c5f2' via api in 1.34 seconds701[Jun 26 2023 23:53:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.69 seconds702 can be used to commit via the API703Manage704 Project access tokens705[Jun 26 2023 23:53:45 UTC (QA Tests)] INFO -- Starting test: Manage Project access tokens can be created and revoked via the UI706[Jun 26 2023 23:53:45 UTC (QA Tests)] INFO -- filling :login_field with "root"707[Jun 26 2023 23:53:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field708[Jun 26 2023 23:53:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"709[Jun 26 2023 23:53:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field710[Jun 26 2023 23:53:46 UTC (QA Tests)] INFO -- clicking :sign_in_button711[Jun 26 2023 23:53:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.014s712[Jun 26 2023 23:53:47 UTC (QA Tests)] INFO -- Enabling super sidebar!713[Jun 26 2023 23:53:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled714[Jun 26 2023 23:53:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-2' via api in 0.06 seconds715[Jun 26 2023 23:53:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07' via api in 0.19 seconds716[Jun 26 2023 23:53:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/the_awesome_project-f18f9dfd63691a5a' via api in 0.75 seconds717[Jun 26 2023 23:53:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-65218959.test/gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/the_awesome_project-f18f9dfd63691a5a718[Jun 26 2023 23:53:51 UTC (QA Tests)] INFO -- clicking :menu_section_button719[Jun 26 2023 23:53:51 UTC (QA Tests)] INFO -- clicking :nav_item_link720[Jun 26 2023 23:53:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.803s721[Jun 26 2023 23:53:52 UTC (QA Tests)] INFO -- filling :access_token_name_field with "*****"722[Jun 26 2023 23:53:52 UTC (QA Tests)] INFO -- clicking the coordinates of :access_token_name_field723[Jun 26 2023 23:53:52 UTC (QA Tests)] INFO -- clicking :api_label724[Jun 26 2023 23:53:52 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-06-28"725[Jun 26 2023 23:53:52 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field726[Jun 26 2023 23:53:52 UTC (QA Tests)] INFO -- clicking :create_token_button727[Jun 26 2023 23:53:53 UTC (QA Tests)] INFO -- clicking :toggle_visibility_button728[Jun 26 2023 23:53:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectAccessToken with name 'api-project-access-token-vwj0oyco', token's bot username 'project_9_bot_cb6a975290218e8d74d26d310d77a4b4' via browser_ui in 8.62 seconds729[Jun 26 2023 23:53:54 UTC (QA Tests)] INFO -- clicking :revoke_button730[Jun 26 2023 23:53:54 UTC (QA Tests)] INFO -- clicking :confirm_ok_button731[Jun 26 2023 23:53:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/the_awesome_project-f18f9dfd63691a5a'732 can be created and revoked via the UI733Manage734 rate limits735[Jun 26 2023 23:53:55 UTC (QA Tests)] INFO -- Starting test: Manage rate limits throttles authenticated api requests by user736[Jun 26 2023 23:53:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-a86e1a661abb6c52' via api in 0.24 seconds737[Jun 26 2023 23:53:56 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-a86e1a661abb6c52738[Jun 26 2023 23:53:56 UTC (QA Tests)] INFO -- Caching token for username: qa-user-a86e1a661abb6c52, last six chars of token:jJZnHq739[Jun 26 2023 23:53:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-a86e1a661abb6c52-h6gvi5aa' via api in 0.08 seconds740[Jun 26 2023 23:53:56 UTC (QA Tests)] INFO -- Setting application settings: {:throttle_authenticated_api_requests_per_period=>5, :throttle_authenticated_api_period_in_seconds=>60, :throttle_authenticated_api_enabled=>true}741[Jun 26 2023 23:53:56 UTC (QA Tests)] INFO -- Setting application settings: {:throttle_authenticated_api_requests_per_period=>7200, :throttle_authenticated_api_period_in_seconds=>3600, :throttle_authenticated_api_enabled=>false}742[Jun 26 2023 23:53:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-a86e1a661abb6c52'743 throttles authenticated api requests by user744Manage745 standard746 when admin approval is not required747[Jun 26 2023 23:53:57 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>false}748 when user account is deleted749[Jun 26 2023 23:53:57 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is not required when user account is deleted allows recreating with same credentials750[Jun 26 2023 23:53:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-9382092f3ac24828' via api in 0.25 seconds751[Jun 26 2023 23:53:58 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-9382092f3ac24828"752[Jun 26 2023 23:53:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field753[Jun 26 2023 23:53:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"754[Jun 26 2023 23:53:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field755[Jun 26 2023 23:53:59 UTC (QA Tests)] INFO -- clicking :sign_in_button756[Jun 26 2023 23:54:00 UTC (QA Tests)] INFO -- Enabling super sidebar!757[Jun 26 2023 23:54:00 UTC (QA Tests)] INFO -- Super sidebar is already enabled758[Jun 26 2023 23:54:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.062s759[Jun 26 2023 23:54:02 UTC (QA Tests)] INFO -- clicking :user_avatar_content760[Jun 26 2023 23:54:02 UTC (QA Tests)] INFO -- clicking :edit_profile_link761[Jun 26 2023 23:54:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.723s762[Jun 26 2023 23:54:03 UTC (QA Tests)] INFO -- clicking :nav_item_link763[Jun 26 2023 23:54:04 UTC (QA Tests)] INFO -- clicking :delete_account_button764[Jun 26 2023 23:54:04 UTC (QA Tests)] INFO -- clicking :confirm_delete_account_button765[Jun 26 2023 23:56:07 UTC (QA Tests)] INFO -- Saving screenshot..766[Jun 26 2023 23:56:08 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is not required when user account is deleted allows recreating with same credentials767[Jun 26 2023 23:56:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-d82308567c4aee55' via api in 0.3 seconds768[Jun 26 2023 23:56:09 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-d82308567c4aee55"769[Jun 26 2023 23:56:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field770[Jun 26 2023 23:56:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"771[Jun 26 2023 23:56:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field772[Jun 26 2023 23:56:09 UTC (QA Tests)] INFO -- clicking :sign_in_button773[Jun 26 2023 23:56:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.75s774[Jun 26 2023 23:56:10 UTC (QA Tests)] INFO -- Enabling super sidebar!775[Jun 26 2023 23:56:11 UTC (QA Tests)] INFO -- Super sidebar is already enabled776[Jun 26 2023 23:56:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.033s777[Jun 26 2023 23:56:13 UTC (QA Tests)] INFO -- clicking :user_avatar_content778[Jun 26 2023 23:56:13 UTC (QA Tests)] INFO -- clicking :edit_profile_link779[Jun 26 2023 23:56:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.745s780[Jun 26 2023 23:56:14 UTC (QA Tests)] INFO -- clicking :nav_item_link781[Jun 26 2023 23:56:14 UTC (QA Tests)] INFO -- clicking :delete_account_button782[Jun 26 2023 23:56:15 UTC (QA Tests)] INFO -- clicking :confirm_delete_account_button783[Jun 26 2023 23:58:04 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-d82308567c4aee55"784[Jun 26 2023 23:58:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field785[Jun 26 2023 23:58:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"786[Jun 26 2023 23:58:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field787[Jun 26 2023 23:58:05 UTC (QA Tests)] INFO -- clicking :sign_in_button788[Jun 26 2023 23:58:06 UTC (QA Tests)] INFO -- Enabling super sidebar!789[Jun 26 2023 23:58:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.04s790[Jun 26 2023 23:58:09 UTC (QA Tests)] INFO -- User is not signed in, skipping791[Jun 26 2023 23:58:10 UTC (QA Tests)] INFO -- filling :login_field with "root"792[Jun 26 2023 23:58:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field793[Jun 26 2023 23:58:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"794[Jun 26 2023 23:58:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field795[Jun 26 2023 23:58:11 UTC (QA Tests)] INFO -- clicking :sign_in_button796[Jun 26 2023 23:58:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.886s797[Jun 26 2023 23:58:12 UTC (QA Tests)] INFO -- Enabling super sidebar!798[Jun 26 2023 23:58:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled799[Jun 26 2023 23:58:14 UTC (QA Tests)] INFO -- clicking :context_switcher800[Jun 26 2023 23:58:14 UTC (QA Tests)] INFO -- clicking :nav_item_link801[Jun 26 2023 23:58:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.638s802[Jun 26 2023 23:58:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.239s803[Jun 26 2023 23:58:16 UTC (QA Tests)] INFO -- clicking :nav_item_link804[Jun 26 2023 23:58:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.016s805[Jun 26 2023 23:58:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_row_content' took 1.034s806[Jun 26 2023 23:58:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.02s807[Jun 26 2023 23:58:20 UTC (QA Tests)] INFO -- clicking :user_avatar_content808[Jun 26 2023 23:58:20 UTC (QA Tests)] INFO -- clicking :sign_out_link809[Jun 26 2023 23:58:30 UTC (QA Tests)] INFO -- clicking :register_link810[Jun 26 2023 23:58:31 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"811[Jun 26 2023 23:58:31 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field812[Jun 26 2023 23:58:31 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User d82308567c4aee55"813[Jun 26 2023 23:58:31 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field814[Jun 26 2023 23:58:32 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-d82308567c4aee55"815[Jun 26 2023 23:58:32 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field816[Jun 26 2023 23:58:32 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-d82308567c4aee55@example.com"817[Jun 26 2023 23:58:32 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field818[Jun 26 2023 23:58:32 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"819[Jun 26 2023 23:58:32 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field820[Jun 26 2023 23:58:33 UTC (QA Tests)] INFO -- clicking :new_user_register_button821[Jun 26 2023 23:58:34 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown822[Jun 26 2023 23:58:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? setup_for_just_me_content' took 1.024s823[Jun 26 2023 23:58:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? create_a_new_project_radio' took 1.022s824[Jun 26 2023 23:58:36 UTC (QA Tests)] INFO -- clicking :get_started_button825[Jun 26 2023 23:58:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element get_started_button' took 0.537s826[Jun 26 2023 23:58:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-d82308567c4aee55' via browser_ui in 27.44 seconds827[Jun 26 2023 23:58:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-d82308567c4aee55'828 allows recreating with same credentials8301st Try error in ./qa/specs/features/browser_ui/1_manage/login/register_spec.rb:81:831Wait failed after 120 seconds833RSpec::Retry: 2nd try ./qa/specs/features/browser_ui/1_manage/login/register_spec.rb:81834 behaves like registration and login835[Jun 26 2023 23:58:38 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is not required behaves like registration and login allows the user to register and login836[Jun 26 2023 23:58:38 UTC (QA Tests)] INFO -- filling :login_field with "root"837[Jun 26 2023 23:58:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field838[Jun 26 2023 23:58:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"839[Jun 26 2023 23:58:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field840[Jun 26 2023 23:58:39 UTC (QA Tests)] INFO -- clicking :sign_in_button841[Jun 26 2023 23:58:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.417s842[Jun 26 2023 23:58:41 UTC (QA Tests)] INFO -- Enabling super sidebar!843[Jun 26 2023 23:58:41 UTC (QA Tests)] INFO -- Super sidebar is already enabled844[Jun 26 2023 23:58:42 UTC (QA Tests)] INFO -- clicking :context_switcher845[Jun 26 2023 23:58:42 UTC (QA Tests)] INFO -- clicking :nav_item_link846[Jun 26 2023 23:58:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.611s847[Jun 26 2023 23:58:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.208s848[Jun 26 2023 23:58:44 UTC (QA Tests)] INFO -- clicking :nav_item_link849[Jun 26 2023 23:58:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.795s850[Jun 26 2023 23:58:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_row_content' took 1.318s851[Jun 26 2023 23:58:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.039s852[Jun 26 2023 23:58:48 UTC (QA Tests)] INFO -- clicking :user_avatar_content853[Jun 26 2023 23:58:48 UTC (QA Tests)] INFO -- clicking :sign_out_link854[Jun 26 2023 23:58:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.502s855[Jun 26 2023 23:58:59 UTC (QA Tests)] INFO -- clicking :register_link856[Jun 26 2023 23:59:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element register_link' took 0.718s857[Jun 26 2023 23:59:00 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"858[Jun 26 2023 23:59:00 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field859[Jun 26 2023 23:59:00 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User 8eb264fd23c58d68"860[Jun 26 2023 23:59:00 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field861[Jun 26 2023 23:59:01 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-8eb264fd23c58d68"862[Jun 26 2023 23:59:01 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field863[Jun 26 2023 23:59:01 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-8eb264fd23c58d68@gitlab.com"864[Jun 26 2023 23:59:01 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field865[Jun 26 2023 23:59:01 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"866[Jun 26 2023 23:59:01 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field867[Jun 26 2023 23:59:02 UTC (QA Tests)] INFO -- clicking :new_user_register_button868[Jun 26 2023 23:59:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_user_register_button' took 0.818s869[Jun 26 2023 23:59:03 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown870[Jun 26 2023 23:59:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? setup_for_just_me_content' took 1.033s871[Jun 26 2023 23:59:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? create_a_new_project_radio' took 1.035s872[Jun 26 2023 23:59:05 UTC (QA Tests)] INFO -- clicking :get_started_button873[Jun 26 2023 23:59:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-8eb264fd23c58d68' via browser_ui in 28.82 seconds874 allows the user to register and login875 when admin approval is required876[Jun 26 2023 23:59:07 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is required allows user login after approval877[Jun 26 2023 23:59:07 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>true}878[Jun 26 2023 23:59:08 UTC (QA Tests)] INFO -- filling :login_field with "root"879[Jun 26 2023 23:59:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field880[Jun 26 2023 23:59:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"881[Jun 26 2023 23:59:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field882[Jun 26 2023 23:59:09 UTC (QA Tests)] INFO -- clicking :sign_in_button883[Jun 26 2023 23:59:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.905s884[Jun 26 2023 23:59:11 UTC (QA Tests)] INFO -- Enabling super sidebar!885[Jun 26 2023 23:59:11 UTC (QA Tests)] INFO -- Super sidebar is already enabled886[Jun 26 2023 23:59:12 UTC (QA Tests)] INFO -- clicking :context_switcher887[Jun 26 2023 23:59:12 UTC (QA Tests)] INFO -- clicking :nav_item_link888[Jun 26 2023 23:59:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.746s889[Jun 26 2023 23:59:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.21s890[Jun 26 2023 23:59:14 UTC (QA Tests)] INFO -- clicking :nav_item_link891[Jun 26 2023 23:59:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.873s892[Jun 26 2023 23:59:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_row_content' took 1.035s893[Jun 26 2023 23:59:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.08s894[Jun 26 2023 23:59:18 UTC (QA Tests)] INFO -- clicking :user_avatar_content895[Jun 26 2023 23:59:18 UTC (QA Tests)] INFO -- clicking :sign_out_link896[Jun 26 2023 23:59:29 UTC (QA Tests)] INFO -- clicking :register_link897[Jun 26 2023 23:59:29 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"898[Jun 26 2023 23:59:29 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field899[Jun 26 2023 23:59:29 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User c5b3b4424fb67a7b"900[Jun 26 2023 23:59:29 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field901[Jun 26 2023 23:59:30 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-c5b3b4424fb67a7b"902[Jun 26 2023 23:59:30 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field903[Jun 26 2023 23:59:30 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-c5b3b4424fb67a7b@gitlab.com"904[Jun 26 2023 23:59:30 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field905[Jun 26 2023 23:59:31 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"906[Jun 26 2023 23:59:31 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field907[Jun 26 2023 23:59:31 UTC (QA Tests)] INFO -- clicking :new_user_register_button908[Jun 26 2023 23:59:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? get_started_button' took 11.036s909[Jun 26 2023 23:59:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-c5b3b4424fb67a7b' via browser_ui in 34.95 seconds910[Jun 26 2023 23:59:43 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-c5b3b4424fb67a7b"911[Jun 26 2023 23:59:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field912[Jun 26 2023 23:59:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"913[Jun 26 2023 23:59:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field914[Jun 26 2023 23:59:44 UTC (QA Tests)] INFO -- clicking :sign_in_button915[Jun 26 2023 23:59:45 UTC (QA Tests)] INFO -- Enabling super sidebar!916[Jun 26 2023 23:59:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.038s917[Jun 26 2023 23:59:48 UTC (QA Tests)] INFO -- User is not signed in, skipping918[Jun 26 2023 23:59:49 UTC (QA Tests)] INFO -- filling :login_field with "root"919[Jun 26 2023 23:59:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field920[Jun 26 2023 23:59:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"921[Jun 26 2023 23:59:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field922[Jun 26 2023 23:59:50 UTC (QA Tests)] INFO -- clicking :sign_in_button923[Jun 26 2023 23:59:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.864s924[Jun 26 2023 23:59:51 UTC (QA Tests)] INFO -- Enabling super sidebar!925[Jun 26 2023 23:59:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled926[Jun 26 2023 23:59:53 UTC (QA Tests)] INFO -- clicking :context_switcher927[Jun 26 2023 23:59:53 UTC (QA Tests)] INFO -- clicking :nav_item_link928[Jun 26 2023 23:59:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.741s929[Jun 26 2023 23:59:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.235s930[Jun 26 2023 23:59:55 UTC (QA Tests)] INFO -- clicking :nav_item_link931[Jun 26 2023 23:59:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.733s932[Jun 26 2023 23:59:55 UTC (QA Tests)] INFO -- clicking :pending_approval_tab933[Jun 26 2023 23:59:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pending_approval_tab' took 0.815s934[Jun 26 2023 23:59:58 UTC (QA Tests)] INFO -- clicking :user_actions_dropdown_toggle935[Jun 26 2023 23:59:58 UTC (QA Tests)] INFO -- clicking :approve_user_button936[Jun 26 2023 23:59:59 UTC (QA Tests)] INFO -- clicking :approve_user_confirm_button937[Jun 27 2023 00:00:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.059s938[Jun 27 2023 00:00:01 UTC (QA Tests)] INFO -- clicking :user_avatar_content939[Jun 27 2023 00:00:01 UTC (QA Tests)] INFO -- clicking :sign_out_link940[Jun 27 2023 00:00:02 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-c5b3b4424fb67a7b"941[Jun 27 2023 00:00:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field942[Jun 27 2023 00:00:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"943[Jun 27 2023 00:00:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field944[Jun 27 2023 00:00:02 UTC (QA Tests)] INFO -- clicking :sign_in_button945[Jun 27 2023 00:00:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.6s946[Jun 27 2023 00:00:03 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown947[Jun 27 2023 00:00:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? setup_for_just_me_content' took 1.018s948[Jun 27 2023 00:00:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? create_a_new_project_radio' took 1.022s949[Jun 27 2023 00:00:05 UTC (QA Tests)] INFO -- clicking :get_started_button950[Jun 27 2023 00:00:06 UTC (QA Tests)] INFO -- Enabling super sidebar!951[Jun 27 2023 00:00:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled952[Jun 27 2023 00:00:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? get_started_button' took 11.04s953[Jun 27 2023 00:00:19 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>false}954 allows user login after approval955Manage956 Impersonation tokens957[Jun 27 2023 00:00:19 UTC (QA Tests)] INFO -- Starting test: Manage Impersonation tokens can be created and revoked via the UI958[Jun 27 2023 00:00:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-d6fcc5761dbeb400' via api in 0.3 seconds959[Jun 27 2023 00:00:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_avatar_content' took 11.031s960[Jun 27 2023 00:00:31 UTC (QA Tests)] INFO -- filling :login_field with "root"961[Jun 27 2023 00:00:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field962[Jun 27 2023 00:00:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"963[Jun 27 2023 00:00:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field964[Jun 27 2023 00:00:32 UTC (QA Tests)] INFO -- clicking :sign_in_button965[Jun 27 2023 00:00:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.199s966[Jun 27 2023 00:00:34 UTC (QA Tests)] INFO -- Enabling super sidebar!967[Jun 27 2023 00:00:34 UTC (QA Tests)] INFO -- Super sidebar is already enabled968[Jun 27 2023 00:00:35 UTC (QA Tests)] INFO -- clicking :context_switcher969[Jun 27 2023 00:00:35 UTC (QA Tests)] INFO -- clicking :nav_item_link970[Jun 27 2023 00:00:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.624s971[Jun 27 2023 00:00:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.216s972[Jun 27 2023 00:00:37 UTC (QA Tests)] INFO -- clicking :nav_item_link973[Jun 27 2023 00:00:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.879s974[Jun 27 2023 00:00:41 UTC (QA Tests)] INFO -- clicking :impersonation_tokens_tab975[Jun 27 2023 00:00:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element impersonation_tokens_tab' took 0.585s976[Jun 27 2023 00:00:41 UTC (QA Tests)] INFO -- filling :access_token_name_field with "*****"977[Jun 27 2023 00:00:41 UTC (QA Tests)] INFO -- clicking the coordinates of :access_token_name_field978[Jun 27 2023 00:00:42 UTC (QA Tests)] INFO -- clicking :api_label979[Jun 27 2023 00:00:42 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-06-29"980[Jun 27 2023 00:00:42 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field981[Jun 27 2023 00:00:42 UTC (QA Tests)] INFO -- clicking :create_token_button982[Jun 27 2023 00:00:43 UTC (QA Tests)] INFO -- clicking :toggle_visibility_button983[Jun 27 2023 00:00:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ImpersonationToken with name 'api-impersonation-access-token-sk2nv2hc' via browser_ui in 23.09 seconds984[Jun 27 2023 00:00:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.033s985[Jun 27 2023 00:00:44 UTC (QA Tests)] INFO -- clicking :user_avatar_content986[Jun 27 2023 00:00:44 UTC (QA Tests)] INFO -- clicking :user_avatar_content987[Jun 27 2023 00:00:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.069s988[Jun 27 2023 00:00:46 UTC (QA Tests)] INFO -- clicking :user_avatar_content989[Jun 27 2023 00:00:46 UTC (QA Tests)] INFO -- clicking :sign_out_link990[Jun 27 2023 00:00:46 UTC (QA Tests)] INFO -- filling :login_field with "root"991[Jun 27 2023 00:00:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field992[Jun 27 2023 00:00:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"993[Jun 27 2023 00:00:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field994[Jun 27 2023 00:00:47 UTC (QA Tests)] INFO -- clicking :sign_in_button995[Jun 27 2023 00:00:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.866s996[Jun 27 2023 00:00:48 UTC (QA Tests)] INFO -- Enabling super sidebar!997[Jun 27 2023 00:00:48 UTC (QA Tests)] INFO -- Super sidebar is already enabled998[Jun 27 2023 00:00:50 UTC (QA Tests)] INFO -- clicking :context_switcher999[Jun 27 2023 00:00:50 UTC (QA Tests)] INFO -- clicking :nav_item_link1000[Jun 27 2023 00:00:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.718s1001[Jun 27 2023 00:00:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.219s1002[Jun 27 2023 00:00:52 UTC (QA Tests)] INFO -- clicking :nav_item_link1003[Jun 27 2023 00:00:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.802s1004[Jun 27 2023 00:00:55 UTC (QA Tests)] INFO -- clicking :impersonation_tokens_tab1005[Jun 27 2023 00:00:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element impersonation_tokens_tab' took 0.536s1006[Jun 27 2023 00:00:56 UTC (QA Tests)] INFO -- clicking :revoke_button1007[Jun 27 2023 00:00:56 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1008 can be created and revoked via the UI1009Manage1010 User1011[Jun 27 2023 00:00:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-8bd491bce7e0e7d5' via api in 0.27 seconds1012[Jun 27 2023 00:00:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'sandbox-for-access-termination-4efc3411' via api in 0.23 seconds1013[Jun 27 2023 00:00:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'sandbox-for-access-termination-4efc3411/group-to-test-access-termination-260fb73abcad741f' via api in 0.53 seconds1014[Jun 27 2023 00:00:58 UTC (QA Tests)] INFO -- Adding user qa-user-8bd491bce7e0e7d5 to sandbox-for-access-termination-4efc3411 QA::Resource::Sandbox1015[Jun 27 2023 00:00:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'sandbox-for-access-termination-4efc3411/group-to-test-access-termination-260fb73abcad741f/project-for-user-group-access-termination-8ada023bc813fecd' via api in 0.73 seconds1016 after parent group membership termination1017[Jun 27 2023 00:00:59 UTC (QA Tests)] INFO -- Starting test: Manage User after parent group membership termination is not allowed to commit via the API1018[Jun 27 2023 00:00:59 UTC (QA Tests)] INFO -- Removing user qa-user-8bd491bce7e0e7d5 from sandbox-for-access-termination-4efc3411 QA::Resource::Sandbox1019[Jun 27 2023 00:01:00 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-8bd491bce7e0e7d51020[Jun 27 2023 00:01:00 UTC (QA Tests)] INFO -- Caching token for username: qa-user-8bd491bce7e0e7d5, last six chars of token:yyNcYX1021[Jun 27 2023 00:01:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-8bd491bce7e0e7d5-4vgyh11s' via api in 0.09 seconds1022 is not allowed to commit via the API1023[Jun 27 2023 00:01:00 UTC (QA Tests)] INFO -- Starting test: Manage User after parent group membership termination is not allowed to create a file via the API1024[Jun 27 2023 00:01:00 UTC (QA Tests)] INFO -- Removing user qa-user-8bd491bce7e0e7d5 from sandbox-for-access-termination-4efc3411 QA::Resource::Sandbox1025[Jun 27 2023 00:01:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-2' via api in 0.05 seconds1026[Jun 27 2023 00:01:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07' via api in 0.17 seconds1027[Jun 27 2023 00:01:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/project-with-new-file-e6f3c93192b4678c' via api in 1.02 seconds1028 is not allowed to create a file via the API1029[Jun 27 2023 00:01:01 UTC (QA Tests)] INFO -- Starting test: Manage User after parent group membership termination is not allowed to push code via the CLI1030[Jun 27 2023 00:01:01 UTC (QA Tests)] INFO -- Removing user qa-user-8bd491bce7e0e7d5 from sandbox-for-access-termination-4efc3411 QA::Resource::Sandbox1031 is not allowed to push code via the CLI1032[Jun 27 2023 00:01:03 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'sandbox-for-access-termination-4efc3411'1033Manage1034 Project access token1035[Jun 27 2023 00:01:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-2' via api in 0.07 seconds1036[Jun 27 2023 00:01:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07' via api in 0.2 seconds1037[Jun 27 2023 00:01:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/the_awesome_project-9ef5633dbaa16bf1' via api in 1.07 seconds1038[Jun 27 2023 00:01:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectAccessToken with name 'api-project-access-token-oiq6560g', token's bot username 'project_12_bot_2ab8bf2ab485ba3ff0ca6176f346e56c' via api in 0.27 seconds1039 for the same project1040[Jun 27 2023 00:01:04 UTC (QA Tests)] INFO -- Starting test: Manage Project access token for the same project can be used to commit via the API1041[Jun 27 2023 00:01:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.38 seconds1042 can be used to commit via the API1043[Jun 27 2023 00:01:05 UTC (QA Tests)] INFO -- Starting test: Manage Project access token for the same project can be used to create a file via the project API1044[Jun 27 2023 00:01:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-2' via api in 0.06 seconds1045[Jun 27 2023 00:01:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07' via api in 0.18 seconds1046[Jun 27 2023 00:01:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/project-with-new-file-3efbe495dab579da' via api in 1.09 seconds1047[Jun 27 2023 00:01:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'text-c44331084a1baa94.txt' via api in 0.52 seconds1048 can be used to create a file via the project API1049 for a different project1050[Jun 27 2023 00:01:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-2' via api in 0.07 seconds1051[Jun 27 2023 00:01:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07' via api in 0.2 seconds1052[Jun 27 2023 00:01:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/the_awesome_project-6f891ee7c6d8daf7' via api in 0.67 seconds1053[Jun 27 2023 00:01:07 UTC (QA Tests)] INFO -- Starting test: Manage Project access token for a different project cannot be used to commit via the API1054 cannot be used to commit via the API1055[Jun 27 2023 00:01:07 UTC (QA Tests)] INFO -- Starting test: Manage Project access token for a different project cannot be used to create a file via the project API1056[Jun 27 2023 00:01:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-2' via api in 0.06 seconds1057[Jun 27 2023 00:01:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07' via api in 0.18 seconds1058[Jun 27 2023 00:01:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/project-with-new-file-d17e3994bc34794d' via api in 1.11 seconds1059 cannot be used to create a file via the project API1060[Jun 27 2023 00:01:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-2/qa-test-2023-06-26-23-49-58-b33b20416ac14d07/the_awesome_project-6f891ee7c6d8daf7'1061Manage1062 2FA1063[Jun 27 2023 00:01:09 UTC (QA Tests)] INFO -- Starting test: Manage 2FA allows using 2FA recovery code once only1064[Jun 27 2023 00:01:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-5847c050abb2c66d' via api in 0.24 seconds1065[Jun 27 2023 00:01:09 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-5847c050abb2c66d1066[Jun 27 2023 00:01:10 UTC (QA Tests)] INFO -- Caching token for username: qa-user-5847c050abb2c66d, last six chars of token:7a_rf21067[Jun 27 2023 00:01:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-5847c050abb2c66d-yl6e9yw9' via api in 0.13 seconds1068[Jun 27 2023 00:01:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-2fa-recovery-sandbox-group-ef5c1b8a' via api in 0.44 seconds1069[Jun 27 2023 00:01:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-2fa-recovery-sandbox-group-ef5c1b8a/qa-test-2023-06-26-23-49-58-b33b20416ac14d07' via api in 0.29 seconds1070[Jun 27 2023 00:01:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-004da0642f18d44d' via api in 0.24 seconds1071[Jun 27 2023 00:01:11 UTC (QA Tests)] INFO -- Adding user qa-user-004da0642f18d44d to gitlab-qa-2fa-recovery-sandbox-group-ef5c1b8a/qa-test-2023-06-26-23-49-58-b33b20416ac14d07 QA::Resource::Group1072[Jun 27 2023 00:01:11 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-004da0642f18d44d"1073[Jun 27 2023 00:01:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1074[Jun 27 2023 00:01:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"1075[Jun 27 2023 00:01:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1076[Jun 27 2023 00:01:12 UTC (QA Tests)] INFO -- clicking :sign_in_button1077[Jun 27 2023 00:01:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.99s1078[Jun 27 2023 00:01:14 UTC (QA Tests)] INFO -- Enabling super sidebar!1079[Jun 27 2023 00:01:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled1080[Jun 27 2023 00:01:30 UTC (QA Tests)] INFO -- filling :pin_code_field with "885890"1081[Jun 27 2023 00:01:30 UTC (QA Tests)] INFO -- clicking the coordinates of :pin_code_field1082[Jun 27 2023 00:01:31 UTC (QA Tests)] INFO -- filling :current_password_field with "*****"1083[Jun 27 2023 00:01:31 UTC (QA Tests)] INFO -- clicking the coordinates of :current_password_field1084[Jun 27 2023 00:01:31 UTC (QA Tests)] INFO -- clicking :register_2fa_app_button1085[Jun 27 2023 00:01:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element register_2fa_app_button' took 1.095s1086[Jun 27 2023 00:01:32 UTC (QA Tests)] INFO -- clicking :copy_button1087[Jun 27 2023 00:01:32 UTC (QA Tests)] INFO -- clicking :proceed_button1088[Jun 27 2023 00:01:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.016s1089[Jun 27 2023 00:01:34 UTC (QA Tests)] INFO -- clicking :user_avatar_content1090[Jun 27 2023 00:01:34 UTC (QA Tests)] INFO -- clicking :sign_out_link1091[Jun 27 2023 00:01:35 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-004da0642f18d44d"1092[Jun 27 2023 00:01:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1093[Jun 27 2023 00:01:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"1094[Jun 27 2023 00:01:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1095[Jun 27 2023 00:01:36 UTC (QA Tests)] INFO -- clicking :sign_in_button1096[Jun 27 2023 00:01:36 UTC (QA Tests)] INFO -- Enabling super sidebar!1097[Jun 27 2023 00:01:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.029s1098[Jun 27 2023 00:01:39 UTC (QA Tests)] INFO -- User is not signed in, skipping1099[Jun 27 2023 00:01:40 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "fe14fc41da0a910b"1100[Jun 27 2023 00:01:40 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field1101[Jun 27 2023 00:01:41 UTC (QA Tests)] INFO -- clicking :verify_code_button1102[Jun 27 2023 00:01:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element verify_code_button' took 1.47s1103[Jun 27 2023 00:01:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.064s1104[Jun 27 2023 00:01:43 UTC (QA Tests)] INFO -- clicking :user_avatar_content1105[Jun 27 2023 00:01:44 UTC (QA Tests)] INFO -- clicking :sign_out_link1106[Jun 27 2023 00:01:44 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-004da0642f18d44d"1107[Jun 27 2023 00:01:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1108[Jun 27 2023 00:01:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"1109[Jun 27 2023 00:01:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1110[Jun 27 2023 00:01:45 UTC (QA Tests)] INFO -- clicking :sign_in_button1111[Jun 27 2023 00:01:46 UTC (QA Tests)] INFO -- Enabling super sidebar!1112[Jun 27 2023 00:01:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.027s1113[Jun 27 2023 00:01:49 UTC (QA Tests)] INFO -- User is not signed in, skipping1114[Jun 27 2023 00:01:50 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "fe14fc41da0a910b"1115[Jun 27 2023 00:01:50 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field1116[Jun 27 2023 00:01:50 UTC (QA Tests)] INFO -- clicking :verify_code_button1117[Jun 27 2023 00:01:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element verify_code_button' took 0.799s1118 allows using 2FA recovery code once only1119[Jun 27 2023 00:01:51 UTC (QA Tests)] WARN -- 1120========= Knapsack Time Offset Warning ==========1121Time offset: 30s1122Max allowed node time execution: 04m 29s1123Exceeded time: 14m 46s1125Test on this CI node ran for longer than the max allowed node time execution.1126Please regenerate your knapsack report.1127If that doesn't help, you can split your slowest test files into smaller files, or bump up the time_offset_in_seconds setting.1128You can also allow the knapsack_pro gem to automatically divide your slow test files across parallel CI nodes.1129https://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_warning1130Need explanation? See FAQ:1132=================================================1133Read up on the benefits of a dynamic test split with Knapsack Pro Queue Mode:1134https://docs.knapsackpro.com/2020/how-to-speed-up-ruby-and-javascript-tests-with-ci-parallelisation1135Sign up for Knapsack Pro here:1137=================================================1138[Jun 27 2023 00:01:51 UTC (QA Tests)] INFO -- 1139Knapsack global time execution for tests: 19m 16s1140Pending: (Failures listed here are expected and do not affect your suite's status)1141 1) Manage 2FA allows enforcing 2FA via UI and logging in with 2FA1142 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4093361143 # ./qa/specs/features/browser_ui/1_manage/login/log_in_with_2fa_spec.rb:521144 2) Manage Gitlab migration migrates large gitlab group via api1145 # Test is not compatible with this environment or pipeline1146 # ./qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb:1261147 3) Manage Gitlab migration with import within same instance successfully imports project1148 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4156721149 # ./qa/specs/features/api/1_manage/migration/gitlab_migration_project_spec.rb:431150 4) Manage Project import imports large Github repo via api1151 # Test is not compatible with this environment or pipeline1152 # ./qa/specs/features/api/1_manage/import/import_large_github_repo_spec.rb:2691153 5) Create Slack app integration when using Slash commands creates an issue1154 # Test is not compatible with this environment or pipeline1155 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:451156 6) Create Slack app integration when using Slash commands with gitlab issue closes an issue1157 # Test is not compatible with this environment or pipeline1158 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:821159 7) Create Slack app integration when using Slash commands with gitlab issue displays an issue1160 # Test is not compatible with this environment or pipeline1161 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:721162 8) Create Slack app integration when using Slash commands with gitlab issue comments on an issue1163 # Test is not compatible with this environment or pipeline1164 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:921165 9) Create Slack app integration when using Slash commands with gitlab issue with target project moves an issue1166 # Test is not compatible with this environment or pipeline1167 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:1151168Finished in 21 minutes 17 seconds (files took 2.93 seconds to load)116941 examples, 0 failures, 9 pending1170Randomized with seed 314861171[Jun 27 2023 00:01:52 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ee-65218959`1172[Jun 27 2023 00:01:52 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ee-65218959`1173[Jun 27 2023 00:01:53 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=telegraf`1174[Jun 27 2023 00:01:53 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f telegraf`1176Running after script...1177$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command1178$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")1179$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"1186Not uploading cache qa-e2e-ruby-3.0-7d278cbe1bf3d12fce8026ac3ff2e973-16 due to policy1188Uploading artifacts...1189gitlab-qa-run-*: found 241 matching artifact files and directories 1190Uploading artifacts as "archive" to coordinator... 201 Created id=4544355020 responseStatus=201 Created token=64_9Mukb1191Uploading artifacts...1192gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 1193Uploading artifacts as "junit" to coordinator... 201 Created id=4544355020 responseStatus=201 Created token=64_9Mukb1194Uploading artifacts...1195/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 1196Uploading artifacts as "dotenv" to coordinator... 201 Created id=4544355020 responseStatus=201 Created token=64_9Mukb1198Job succeeded