group-saml
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.11.0 (436955cb)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:0965b14b96d892eee2a963801769af5328817a64ed1af67ec4d76364ddd62706 for docker:23.0.1-dind with digest docker@sha256:d9a0fd8bdd156aae6e9be5db0264e0bc99e000e89e92055d4567e27ff13daff0 ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 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:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1690508405-915398ac-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: 172393, done. 20remote: Counting objects: 100% (172393/172393), done. 21remote: Compressing objects: 100% (106958/106958), done. 22remote: Total 172393 (delta 86248), reused 119078 (delta 59238), pack-reused 0 23Receiving objects: 100% (172393/172393), 131.56 MiB | 45.41 MiB/s, done.24Resolving deltas: 100% (86248/86248), done.26 * [new ref] refs/pipelines/948023929 -> refs/pipelines/94802392927 * [new branch] master -> origin/master28Checking out 5e870549 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (4757072780)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4757072780 responseStatus=200 OK token=64_e2t9639Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 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:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...40$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE41$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")42$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command43Bundle complete! 37 Gemfile dependencies, 135 gems now installed.44Use `bundle info [gemname]` to see where a bundled gem is installed.45$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"46$ echo "Running - '$QA_COMMAND'"47Running - 'bundle exec gitlab-qa Test::Integration::GroupSAML registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:5e87054914f5ff2caaf6c0a5cf13e3f5ab0ad9b4 -- --format QA::Support::JsonFormatter --out tmp/rspec-4757072809.json --format RspecJunitFormatter --out tmp/rspec-4757072809.xml --format html --out tmp/rspec-$(echo group-saml | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jul 28 2023 01:45:54 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-49762a7a$`50[Jul 28 2023 01:45:54 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-49762a7a --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`51[Jul 28 2023 01:45:56 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/authority/. alpine-49762a7a:/etc/gitlab/trusted-certs`52[Jul 28 2023 01:45:56 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/gitlab/. alpine-49762a7a:/etc/gitlab/ssl`53[Jul 28 2023 01:45:56 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-49762a7a`54[Jul 28 2023 01:45:56 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-49762a7a`55[Jul 28 2023 01:45:56 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`56[Jul 28 2023 01:45:57 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:5e87054914f5ff2caaf6c0a5cf13e3f5ab0ad9b4`57[Jul 28 2023 01:46:30 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-group-saml$`58[Jul 28 2023 01:46:30 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`59[Jul 28 2023 01:46:30 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`60[Jul 28 2023 01:46:30 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-group-saml --net test --hostname gitlab-group-saml.test -p 80 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-28-01-45-54-528771a8/gitlab-group-saml/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:5e87054914f5ff2caaf6c0a5cf13e3f5ab0ad9b4`61[Jul 28 2023 01:46:41 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-group-saml bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-07-28 01:45:5462# Gitlab::QA::Runtime::OmnibusConfigurations::Default63gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme64gitlab_rails['gitlab_disable_animations'] = true # Disable animations65gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry66gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password67gitlab_rails['omniauth_enabled'] = true;68gitlab_rails['omniauth_providers'] = [{ name: 'group_saml' }];69gitlab_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[Jul 28 2023 01:46:41 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-group-saml`71[Jul 28 2023 01:50:09 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...72[Jul 28 2023 01:50:09 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`73[Jul 28 2023 01:50:09 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-group-saml 80/tcp`74[Jul 28 2023 01:50:09 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!75[Jul 28 2023 01:50:09 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-group-saml bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`76[Jul 28 2023 01:50:09 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-group-saml 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[Jul 28 2023 01:50:09 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-group-saml bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`83[Jul 28 2023 01:50:09 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/support/data gitlab-group-saml:/tmp/data-seeds`84[Jul 28 2023 01:50:09 UTC (Gitlab QA)] INFO -- Running exec_commands...85[Jul 28 2023 01:50:09 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-group-saml bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`86[Jul 28 2023 01:50:57 UTC (Gitlab QA)] INFO -- Running QA::EE::Scenario::Test::Integration::GroupSAML specs!87[Jul 28 2023 01:50:57 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`88[Jul 28 2023 01:50:57 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:5e87054914f5ff2caaf6c0a5cf13e3f5ab0ad9b4`89[Jul 28 2023 01:51:41 UTC (Gitlab QA)] INFO -- Running test suite `QA::EE::Scenario::Test::Integration::GroupSAML` for gitlab-ee90[Jul 28 2023 01:51:41 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_FACEBOOK_OAUTH_APP_ID="$QA_FACEBOOK_OAUTH_APP_ID" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_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_SELENOID_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_SELENOID_BROWSER_IMAGE="selenoid/chrome" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env ACCEPT_INSECURE_CERTS="true" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_NAME_SLUG="$CI_JOB_NAME_SLUG" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-28-01-45-54-528771a8/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-28-01-45-54-528771a8/gitlab-ee-qa-bc9c2cb2:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ee-qa-bc9c2cb2 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:5e87054914f5ff2caaf6c0a5cf13e3f5ab0ad9b4 QA::EE::Scenario::Test::Integration::GroupSAML http://gitlab-group-saml.test -- --format QA::Support::JsonFormatter --out tmp/rspec-4757072809.json --format RspecJunitFormatter --out tmp/rspec-4757072809.xml --format html --out tmp/rspec-group-saml.htm --color --format documentation`912023-07-28 01:52:01 / CONF :: 92 ==> Base URL: http://gitlab-group-saml.test93 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f4c0b990008>94 ==> Libraries: Chemlab::Vendor95[Jul 28 2023 01:52:01 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA96[Jul 28 2023 01:52:01 UTC (QA Tests)] INFO -- Browser: chrome97[Jul 28 2023 01:52:01 UTC (QA Tests)] INFO -- Performing sanity check for environment!98[Jul 28 2023 01:52:01 UTC (QA Tests)] INFO -- Performing initial license fabrication!99[Jul 28 2023 01:52:02 UTC (QA Tests)] INFO -- Successfully added license key. Details:100{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}101[Jul 28 2023 01:52:02 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.23 seconds102Run options:103 include {:group_saml=>true}104 exclude {:geo=>true, :requires_praefect=>true}105Randomized with seed 46692106[Jul 28 2023 01:52:03 UTC (QA Tests)] ERROR -- [Allure]: Failed to fetch flaky spec data for report: panic: sync: negative WaitGroup counter107Manage108 Group SAML SSO - Enforced SSO109[Jul 28 2023 01:52:03 UTC (QA Tests)] INFO -- Starting test: Manage Group SAML SSO - Enforced SSO user clones and pushes to project within a group using Git HTTP110[Jul 28 2023 01:52:03 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA111[Jul 28 2023 01:52:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-3djwa8gm' via cache in 0.0 seconds112[Jul 28 2023 01:52:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'saml_sso_group_340a71a893ec916b' via api in 1.04 seconds113[Jul 28 2023 01:52:04 UTC (QA Tests)] INFO -- Executing: `docker pull jamedjo/test-saml-idp`114[Jul 28 2023 01:52:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`115[Jul 28 2023 01:52:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`116[Jul 28 2023 01:52:11 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --hostname saml-idp-server.test --name saml-idp-server --env SIMPLESAMLPHP_SP_ENTITY_ID=http://gitlab-group-saml.test/groups/saml_sso_group_340a71a893ec916b --env SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE=http://gitlab-group-saml.test/groups/saml_sso_group_340a71a893ec916b/-/saml/callback --publish 8080:8080 --publish 8443:8443 jamedjo/test-saml-idp `117[Jul 28 2023 01:52:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-f297282b9d76c5e7' via api in 0.35 seconds118[Jul 28 2023 01:52:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'saml_sso_group_340a71a893ec916b/project-in-saml-enforced-group-31058b49b2ee7890' via api in 2.58 seconds119[Jul 28 2023 01:52:18 UTC (QA Tests)] INFO -- Adding user qa-user-f297282b9d76c5e7 to saml_sso_group_340a71a893ec916b QA::Resource::Sandbox120[Jul 28 2023 01:52:18 UTC (QA Tests)] INFO -- filling :login_field with "root"121[Jul 28 2023 01:52:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field122[Jul 28 2023 01:52:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"123[Jul 28 2023 01:52:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field124[Jul 28 2023 01:52:19 UTC (QA Tests)] INFO -- clicking :sign_in_button125[Jul 28 2023 01:52:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.925s126[Jul 28 2023 01:52:21 UTC (QA Tests)] INFO -- Enabling super sidebar!127[Jul 28 2023 01:52:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled128[Jul 28 2023 01:52:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_340a71a893ec916b129[Jul 28 2023 01:52:25 UTC (QA Tests)] INFO -- clicking :menu_section_button130[Jul 28 2023 01:52:25 UTC (QA Tests)] INFO -- clicking :nav_item_link131[Jul 28 2023 01:52:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.715s132[Jul 28 2023 01:52:28 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`133[Jul 28 2023 01:52:28 UTC (QA Tests)] INFO -- filling :identity_provider_sso_field with "https://saml-idp-server.test:8443/simplesaml/saml2/idp/SSOService.php"134[Jul 28 2023 01:52:28 UTC (QA Tests)] INFO -- clicking the coordinates of :identity_provider_sso_field135[Jul 28 2023 01:52:28 UTC (QA Tests)] INFO -- filling :certificate_fingerprint_field with "119b9e027959cdb7c662cfd075d9e2ef384e445f"136[Jul 28 2023 01:52:28 UTC (QA Tests)] INFO -- clicking the coordinates of :certificate_fingerprint_field137[Jul 28 2023 01:52:28 UTC (QA Tests)] INFO -- selecting "Guest" in :default_membership_role_dropdown138[Jul 28 2023 01:52:29 UTC (QA Tests)] INFO -- clicking :save_changes_button139[Jul 28 2023 01:52:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.767s140[Jul 28 2023 01:52:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`141[Jul 28 2023 01:52:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`142[Jul 28 2023 01:52:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.019s143[Jul 28 2023 01:52:32 UTC (QA Tests)] INFO -- clicking :user_avatar_content144[Jul 28 2023 01:52:32 UTC (QA Tests)] INFO -- clicking :sign_out_link145[Jul 28 2023 01:52:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.848s146[Jul 28 2023 01:52:34 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"147[Jul 28 2023 01:52:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.55 seconds148[Jul 28 2023 01:52:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'saml_sso_group_340a71a893ec916b'149[Jul 28 2023 01:52:35 UTC (QA Tests)] INFO -- Executing: `docker rm -f saml-idp-server`150 user clones and pushes to project within a group using Git HTTP151Package152 Dependency Proxy Group SSO153[Jul 28 2023 01:52:35 UTC (QA Tests)] INFO -- Starting test: Package Dependency Proxy Group SSO pulls an image using the dependency proxy on a group enforced SSO154[Jul 28 2023 01:52:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'saml_sso_group_with_dependency_proxy_741ef9dcac12b306' via api in 0.6 seconds155[Jul 28 2023 01:52:36 UTC (QA Tests)] INFO -- Executing: `docker pull jamedjo/test-saml-idp`156[Jul 28 2023 01:52:36 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`157[Jul 28 2023 01:52:36 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`158[Jul 28 2023 01:52:37 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --hostname saml-idp-server.test --name saml-idp-server --env SIMPLESAMLPHP_SP_ENTITY_ID=http://gitlab-group-saml.test/groups/saml_sso_group_with_dependency_proxy_741ef9dcac12b306 --env SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE=http://gitlab-group-saml.test/groups/saml_sso_group_with_dependency_proxy_741ef9dcac12b306/-/saml/callback --publish 8080:8080 --publish 8443:8443 jamedjo/test-saml-idp `159[Jul 28 2023 01:52:37 UTC (QA Tests)] INFO -- filling :login_field with "root"160[Jul 28 2023 01:52:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field161[Jul 28 2023 01:52:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"162[Jul 28 2023 01:52:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field163[Jul 28 2023 01:52:38 UTC (QA Tests)] INFO -- clicking :sign_in_button164[Jul 28 2023 01:52:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.902s165[Jul 28 2023 01:52:39 UTC (QA Tests)] INFO -- Enabling super sidebar!166[Jul 28 2023 01:52:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled167[Jul 28 2023 01:52:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_with_dependency_proxy_741ef9dcac12b306168[Jul 28 2023 01:52:42 UTC (QA Tests)] INFO -- clicking :menu_section_button169[Jul 28 2023 01:52:42 UTC (QA Tests)] INFO -- clicking :nav_item_link170[Jul 28 2023 01:52:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.066s171[Jul 28 2023 01:52:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`172[Jul 28 2023 01:52:45 UTC (QA Tests)] INFO -- filling :identity_provider_sso_field with "https://saml-idp-server.test:8443/simplesaml/saml2/idp/SSOService.php"173[Jul 28 2023 01:52:45 UTC (QA Tests)] INFO -- clicking the coordinates of :identity_provider_sso_field174[Jul 28 2023 01:52:46 UTC (QA Tests)] INFO -- filling :certificate_fingerprint_field with "119b9e027959cdb7c662cfd075d9e2ef384e445f"175[Jul 28 2023 01:52:46 UTC (QA Tests)] INFO -- clicking the coordinates of :certificate_fingerprint_field176[Jul 28 2023 01:52:46 UTC (QA Tests)] INFO -- selecting "Guest" in :default_membership_role_dropdown177[Jul 28 2023 01:52:46 UTC (QA Tests)] INFO -- clicking :save_changes_button178[Jul 28 2023 01:52:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.961s179[Jul 28 2023 01:52:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'saml_sso_group_with_dependency_proxy_741ef9dcac12b306/dependency-proxy-sso-project-99fc1c781c208a4a' via api in 1.25 seconds180[Jul 28 2023 01:52:49 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.181[Jul 28 2023 01:52:49 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`182[Jul 28 2023 01:52:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`183[Jul 28 2023 01:52:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`184[Jul 28 2023 01:52:57 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690509167 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690509167 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-1690509167 --url http://gitlab-group-saml.test --registration-token **** --tag-list runner-for-dependency-proxy-sso-project-99fc1c781c208a4a --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `185[Jul 28 2023 01:53:00 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690509167`186[Jul 28 2023 01:53:00 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`187[Jul 28 2023 01:53:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690509167' via api in 12.41 seconds188[Jul 28 2023 01:53:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.058s189[Jul 28 2023 01:53:02 UTC (QA Tests)] INFO -- clicking :user_avatar_content190[Jul 28 2023 01:53:03 UTC (QA Tests)] INFO -- clicking :sign_out_link191[Jul 28 2023 01:53:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`192[Jul 28 2023 01:53:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`193[Jul 28 2023 01:53:04 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button194[Jul 28 2023 01:53:05 UTC (QA Tests)] INFO -- Enabling super sidebar!195[Jul 28 2023 01:53:05 UTC (QA Tests)] INFO -- Super sidebar is already enabled196[Jul 28 2023 01:53:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.052s197[Jul 28 2023 01:53:07 UTC (QA Tests)] INFO -- clicking :user_avatar_content198[Jul 28 2023 01:53:07 UTC (QA Tests)] INFO -- clicking :sign_out_link199[Jul 28 2023 01:53:08 UTC (QA Tests)] INFO -- filling :login_field with "root"200[Jul 28 2023 01:53:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field201[Jul 28 2023 01:53:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"202[Jul 28 2023 01:53:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field203[Jul 28 2023 01:53:08 UTC (QA Tests)] INFO -- clicking :sign_in_button204[Jul 28 2023 01:53:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.963s205[Jul 28 2023 01:53:10 UTC (QA Tests)] INFO -- Enabling super sidebar!206[Jul 28 2023 01:53:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled207[Jul 28 2023 01:53:11 UTC (QA Tests)] INFO -- clicking :context_switcher208[Jul 28 2023 01:53:11 UTC (QA Tests)] INFO -- clicking :nav_item_link209[Jul 28 2023 01:53:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.729s210[Jul 28 2023 01:53:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.178s211[Jul 28 2023 01:53:13 UTC (QA Tests)] INFO -- clicking :nav_item_link212[Jul 28 2023 01:53:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.648s213[Jul 28 2023 01:53:15 UTC (QA Tests)] INFO -- clicking :confirm_user_button214[Jul 28 2023 01:53:15 UTC (QA Tests)] INFO -- clicking :confirm_user_confirm_button215[Jul 28 2023 01:53:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_user_confirm_button' took 0.807s216[Jul 28 2023 01:53:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.046s217[Jul 28 2023 01:53:18 UTC (QA Tests)] INFO -- clicking :user_avatar_content218[Jul 28 2023 01:53:18 UTC (QA Tests)] INFO -- clicking :sign_out_link219[Jul 28 2023 01:53:18 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button220[Jul 28 2023 01:53:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.371s221[Jul 28 2023 01:53:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? saml_sso_signin_button' took 1.384s222[Jul 28 2023 01:53:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_with_dependency_proxy_741ef9dcac12b306223[Jul 28 2023 01:53:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.14 seconds224[Jul 28 2023 01:53:22 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-group-saml.test/saml_sso_group_with_dependency_proxy_741ef9dcac12b306/dependency-proxy-sso-project-99fc1c781c208a4a225[Jul 28 2023 01:53:24 UTC (QA Tests)] INFO -- clicking :menu_section_button226[Jul 28 2023 01:53:24 UTC (QA Tests)] INFO -- clicking :nav_item_link227[Jul 28 2023 01:53:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.934s228[Jul 28 2023 01:53:27 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present229[Jul 28 2023 01:53:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_path' took 0.704s230[Jul 28 2023 01:53:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.913s231[Jul 28 2023 01:53:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.764s232[Jul 28 2023 01:53:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 0.784s233[Jul 28 2023 01:53:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.182s234[Jul 28 2023 01:53:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element status_badge_link' took 1.197s235[Jul 28 2023 01:53:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.064s236[Jul 28 2023 01:53:54 UTC (QA Tests)] INFO -- clicking :user_avatar_content237[Jul 28 2023 01:53:54 UTC (QA Tests)] INFO -- clicking :sign_out_link238[Jul 28 2023 01:53:54 UTC (QA Tests)] INFO -- filling :login_field with "root"239[Jul 28 2023 01:53:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field240[Jul 28 2023 01:53:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"241[Jul 28 2023 01:53:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field242[Jul 28 2023 01:53:55 UTC (QA Tests)] INFO -- clicking :sign_in_button243[Jul 28 2023 01:53:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.822s244[Jul 28 2023 01:53:56 UTC (QA Tests)] INFO -- Enabling super sidebar!245[Jul 28 2023 01:53:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled246[Jul 28 2023 01:53:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_with_dependency_proxy_741ef9dcac12b306247[Jul 28 2023 01:53:59 UTC (QA Tests)] INFO -- clicking :menu_section_button248[Jul 28 2023 01:53:59 UTC (QA Tests)] INFO -- clicking :nav_item_link249[Jul 28 2023 01:54:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.632s250[Jul 28 2023 01:54:00 UTC (QA Tests)] INFO -- Executing: `docker rm -f saml-idp-server`251[Jul 28 2023 01:54:00 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'user_3'252[Jul 28 2023 01:54:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'saml_sso_group_with_dependency_proxy_741ef9dcac12b306'253[Jul 28 2023 01:54:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1690509167'254[Jul 28 2023 01:54:04 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690509167`255 pulls an image using the dependency proxy on a group enforced SSO256Manage257 Group SAML SSO - Non enforced SSO258[Jul 28 2023 01:54:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'saml_sso_group_c83ca6a09539e2f1' via api in 0.21 seconds259[Jul 28 2023 01:54:05 UTC (QA Tests)] INFO -- Executing: `docker pull jamedjo/test-saml-idp`260[Jul 28 2023 01:54:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`261[Jul 28 2023 01:54:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`262[Jul 28 2023 01:54:05 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --hostname saml-idp-server.test --name saml-idp-server --env SIMPLESAMLPHP_SP_ENTITY_ID=http://gitlab-group-saml.test/groups/saml_sso_group_c83ca6a09539e2f1 --env SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE=http://gitlab-group-saml.test/groups/saml_sso_group_c83ca6a09539e2f1/-/saml/callback --publish 8080:8080 --publish 8443:8443 jamedjo/test-saml-idp `263[Jul 28 2023 01:54:05 UTC (QA Tests)] INFO -- Starting test: Manage Group SAML SSO - Non enforced SSO lets group admin test settings264[Jul 28 2023 01:54:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`265[Jul 28 2023 01:54:06 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`266[Jul 28 2023 01:54:06 UTC (QA Tests)] INFO -- filling :login_field with "root"267[Jul 28 2023 01:54:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field268[Jul 28 2023 01:54:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"269[Jul 28 2023 01:54:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field270[Jul 28 2023 01:54:07 UTC (QA Tests)] INFO -- clicking :sign_in_button271[Jul 28 2023 01:54:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.777s272[Jul 28 2023 01:54:08 UTC (QA Tests)] INFO -- Enabling super sidebar!273[Jul 28 2023 01:54:08 UTC (QA Tests)] INFO -- Super sidebar is already enabled274[Jul 28 2023 01:54:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_c83ca6a09539e2f1275[Jul 28 2023 01:54:11 UTC (QA Tests)] INFO -- clicking :menu_section_button276[Jul 28 2023 01:54:11 UTC (QA Tests)] INFO -- clicking :nav_item_link277[Jul 28 2023 01:54:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.742s278[Jul 28 2023 01:54:14 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`279[Jul 28 2023 01:54:14 UTC (QA Tests)] INFO -- filling :identity_provider_sso_field with "https://saml-idp-server.test:8443/simplesaml/saml2/idp/SSOService.php"280[Jul 28 2023 01:54:14 UTC (QA Tests)] INFO -- clicking the coordinates of :identity_provider_sso_field281[Jul 28 2023 01:54:14 UTC (QA Tests)] INFO -- filling :certificate_fingerprint_field with "d6ab025dd8c49534dadaaace59c604851d101338"282[Jul 28 2023 01:54:14 UTC (QA Tests)] INFO -- clicking the coordinates of :certificate_fingerprint_field283[Jul 28 2023 01:54:15 UTC (QA Tests)] INFO -- clicking :save_changes_button284[Jul 28 2023 01:54:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.744s285[Jul 28 2023 01:54:15 UTC (QA Tests)] INFO -- clicking :saml_settings_test_button286[Jul 28 2023 01:54:17 UTC (QA Tests)] INFO -- Enabling super sidebar!287[Jul 28 2023 01:54:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled288[Jul 28 2023 01:54:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`289[Jul 28 2023 01:54:17 UTC (QA Tests)] INFO -- filling :certificate_fingerprint_field with "119b9e027959cdb7c662cfd075d9e2ef384e445f"290[Jul 28 2023 01:54:17 UTC (QA Tests)] INFO -- clicking the coordinates of :certificate_fingerprint_field291[Jul 28 2023 01:54:18 UTC (QA Tests)] INFO -- clicking :save_changes_button292[Jul 28 2023 01:54:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.714s293[Jul 28 2023 01:54:18 UTC (QA Tests)] INFO -- clicking :saml_settings_test_button294[Jul 28 2023 01:54:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element saml_settings_test_button' took 1.055s295[Jul 28 2023 01:54:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-8bc725a94d4bf02d' via api in 0.27 seconds296[Jul 28 2023 01:54:20 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-8bc725a94d4bf02d'297 lets group admin test settings298[Jul 28 2023 01:54:20 UTC (QA Tests)] INFO -- Starting test: Manage Group SAML SSO - Non enforced SSO user logs in to group with SAML SSO299[Jul 28 2023 01:54:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`300[Jul 28 2023 01:54:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`301[Jul 28 2023 01:54:21 UTC (QA Tests)] INFO -- filling :login_field with "root"302[Jul 28 2023 01:54:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field303[Jul 28 2023 01:54:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"304[Jul 28 2023 01:54:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field305[Jul 28 2023 01:54:22 UTC (QA Tests)] INFO -- clicking :sign_in_button306[Jul 28 2023 01:54:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.786s307[Jul 28 2023 01:54:23 UTC (QA Tests)] INFO -- Enabling super sidebar!308[Jul 28 2023 01:54:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled309[Jul 28 2023 01:54:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_c83ca6a09539e2f1310[Jul 28 2023 01:54:26 UTC (QA Tests)] INFO -- clicking :menu_section_button311[Jul 28 2023 01:54:26 UTC (QA Tests)] INFO -- clicking :nav_item_link312[Jul 28 2023 01:54:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.678s313[Jul 28 2023 01:54:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`314[Jul 28 2023 01:54:29 UTC (QA Tests)] INFO -- filling :identity_provider_sso_field with "https://saml-idp-server.test:8443/simplesaml/saml2/idp/SSOService.php"315[Jul 28 2023 01:54:29 UTC (QA Tests)] INFO -- clicking the coordinates of :identity_provider_sso_field316[Jul 28 2023 01:54:29 UTC (QA Tests)] INFO -- filling :certificate_fingerprint_field with "119b9e027959cdb7c662cfd075d9e2ef384e445f"317[Jul 28 2023 01:54:29 UTC (QA Tests)] INFO -- clicking the coordinates of :certificate_fingerprint_field318[Jul 28 2023 01:54:30 UTC (QA Tests)] INFO -- selecting "Guest" in :default_membership_role_dropdown319[Jul 28 2023 01:54:30 UTC (QA Tests)] INFO -- clicking :save_changes_button320[Jul 28 2023 01:54:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.692s321[Jul 28 2023 01:54:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-3bf3dbaca596a1ad' via api in 0.28 seconds322[Jul 28 2023 01:54:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.017s323[Jul 28 2023 01:54:32 UTC (QA Tests)] INFO -- clicking :user_avatar_content324[Jul 28 2023 01:54:32 UTC (QA Tests)] INFO -- clicking :sign_out_link325[Jul 28 2023 01:54:33 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-3bf3dbaca596a1ad"326[Jul 28 2023 01:54:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field327[Jul 28 2023 01:54:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"328[Jul 28 2023 01:54:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field329[Jul 28 2023 01:54:34 UTC (QA Tests)] INFO -- clicking :sign_in_button330[Jul 28 2023 01:54:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.881s331[Jul 28 2023 01:54:35 UTC (QA Tests)] INFO -- Enabling super sidebar!332[Jul 28 2023 01:54:35 UTC (QA Tests)] INFO -- Super sidebar is already enabled333[Jul 28 2023 01:54:37 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button334[Jul 28 2023 01:54:37 UTC (QA Tests)] INFO -- Enabling super sidebar!335[Jul 28 2023 01:54:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 1.256s336[Jul 28 2023 01:54:38 UTC (QA Tests)] INFO -- Super sidebar is already enabled337[Jul 28 2023 01:54:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.034s338[Jul 28 2023 01:54:41 UTC (QA Tests)] INFO -- clicking :user_avatar_content339[Jul 28 2023 01:54:41 UTC (QA Tests)] INFO -- clicking :sign_out_link340[Jul 28 2023 01:54:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-3bf3dbaca596a1ad'341 user logs in to group with SAML SSO342 when SAML SSO is configured with a default membership role343[Jul 28 2023 01:54:42 UTC (QA Tests)] INFO -- Starting test: Manage Group SAML SSO - Non enforced SSO when SAML SSO is configured with a default membership role adds the new member with access level as set in SAML SSO configuration344[Jul 28 2023 01:54:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`345[Jul 28 2023 01:54:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`346[Jul 28 2023 01:54:42 UTC (QA Tests)] INFO -- filling :login_field with "root"347[Jul 28 2023 01:54:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field348[Jul 28 2023 01:54:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"349[Jul 28 2023 01:54:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field350[Jul 28 2023 01:54:43 UTC (QA Tests)] INFO -- clicking :sign_in_button351[Jul 28 2023 01:54:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.91s352[Jul 28 2023 01:54:45 UTC (QA Tests)] INFO -- Enabling super sidebar!353[Jul 28 2023 01:54:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled354[Jul 28 2023 01:54:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_c83ca6a09539e2f1355[Jul 28 2023 01:54:47 UTC (QA Tests)] INFO -- clicking :menu_section_button356[Jul 28 2023 01:54:48 UTC (QA Tests)] INFO -- clicking :nav_item_link357[Jul 28 2023 01:54:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.661s358[Jul 28 2023 01:54:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`359[Jul 28 2023 01:54:50 UTC (QA Tests)] INFO -- filling :identity_provider_sso_field with "https://saml-idp-server.test:8443/simplesaml/saml2/idp/SSOService.php"360[Jul 28 2023 01:54:50 UTC (QA Tests)] INFO -- clicking the coordinates of :identity_provider_sso_field361[Jul 28 2023 01:54:51 UTC (QA Tests)] INFO -- filling :certificate_fingerprint_field with "119b9e027959cdb7c662cfd075d9e2ef384e445f"362[Jul 28 2023 01:54:51 UTC (QA Tests)] INFO -- clicking the coordinates of :certificate_fingerprint_field363[Jul 28 2023 01:54:51 UTC (QA Tests)] INFO -- selecting "Developer" in :default_membership_role_dropdown364[Jul 28 2023 01:54:51 UTC (QA Tests)] INFO -- clicking :save_changes_button365[Jul 28 2023 01:54:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.763s366[Jul 28 2023 01:54:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.027s367[Jul 28 2023 01:54:53 UTC (QA Tests)] INFO -- clicking :user_avatar_content368[Jul 28 2023 01:54:54 UTC (QA Tests)] INFO -- clicking :sign_out_link369[Jul 28 2023 01:54:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-ef46232971b7ab65' via api in 0.27 seconds370[Jul 28 2023 01:54:54 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-ef46232971b7ab65"371[Jul 28 2023 01:54:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field372[Jul 28 2023 01:54:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"373[Jul 28 2023 01:54:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field374[Jul 28 2023 01:54:55 UTC (QA Tests)] INFO -- clicking :sign_in_button375[Jul 28 2023 01:54:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.68s376[Jul 28 2023 01:54:56 UTC (QA Tests)] INFO -- Enabling super sidebar!377[Jul 28 2023 01:54:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled378[Jul 28 2023 01:54:58 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button379[Jul 28 2023 01:54:59 UTC (QA Tests)] INFO -- Enabling super sidebar!380[Jul 28 2023 01:54:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled381[Jul 28 2023 01:55:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.062s382[Jul 28 2023 01:55:01 UTC (QA Tests)] INFO -- clicking :user_avatar_content383[Jul 28 2023 01:55:01 UTC (QA Tests)] INFO -- clicking :sign_out_link384[Jul 28 2023 01:55:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-ef46232971b7ab65'385 adds the new member with access level as set in SAML SSO configuration386[Jul 28 2023 01:55:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'saml_sso_group_c83ca6a09539e2f1'387[Jul 28 2023 01:55:02 UTC (QA Tests)] INFO -- Executing: `docker rm -f saml-idp-server`388Manage389 Group SAML SSO - Enforced SSO390 with Snowplow tracking disabled391 behaves like group membership actions392[Jul 28 2023 01:55:02 UTC (QA Tests)] INFO -- Starting test: Manage Group SAML SSO - Enforced SSO with Snowplow tracking disabled behaves like group membership actions creates a new account automatically and allows to leave group and join again393[Jul 28 2023 01:55:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'saml_sso_group_606816a2620f5708' via api in 0.21 seconds394[Jul 28 2023 01:55:02 UTC (QA Tests)] INFO -- Executing: `docker pull jamedjo/test-saml-idp`395[Jul 28 2023 01:55:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`396[Jul 28 2023 01:55:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`397[Jul 28 2023 01:55:03 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --hostname saml-idp-server.test --name saml-idp-server --env SIMPLESAMLPHP_SP_ENTITY_ID=http://gitlab-group-saml.test/groups/saml_sso_group_606816a2620f5708 --env SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE=http://gitlab-group-saml.test/groups/saml_sso_group_606816a2620f5708/-/saml/callback --publish 8080:8080 --publish 8443:8443 jamedjo/test-saml-idp `398[Jul 28 2023 01:55:04 UTC (QA Tests)] INFO -- filling :login_field with "root"399[Jul 28 2023 01:55:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field400[Jul 28 2023 01:55:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"401[Jul 28 2023 01:55:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field402[Jul 28 2023 01:55:05 UTC (QA Tests)] INFO -- clicking :sign_in_button403[Jul 28 2023 01:55:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.72s404[Jul 28 2023 01:55:06 UTC (QA Tests)] INFO -- Enabling super sidebar!405[Jul 28 2023 01:55:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled406[Jul 28 2023 01:55:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_606816a2620f5708407[Jul 28 2023 01:55:08 UTC (QA Tests)] INFO -- clicking :menu_section_button408[Jul 28 2023 01:55:08 UTC (QA Tests)] INFO -- clicking :nav_item_link409[Jul 28 2023 01:55:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.706s410[Jul 28 2023 01:55:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`411[Jul 28 2023 01:55:11 UTC (QA Tests)] INFO -- filling :identity_provider_sso_field with "https://saml-idp-server.test:8443/simplesaml/saml2/idp/SSOService.php"412[Jul 28 2023 01:55:11 UTC (QA Tests)] INFO -- clicking the coordinates of :identity_provider_sso_field413[Jul 28 2023 01:55:12 UTC (QA Tests)] INFO -- filling :certificate_fingerprint_field with "119b9e027959cdb7c662cfd075d9e2ef384e445f"414[Jul 28 2023 01:55:12 UTC (QA Tests)] INFO -- clicking the coordinates of :certificate_fingerprint_field415[Jul 28 2023 01:55:12 UTC (QA Tests)] INFO -- selecting "Guest" in :default_membership_role_dropdown416[Jul 28 2023 01:55:12 UTC (QA Tests)] INFO -- clicking :save_changes_button417[Jul 28 2023 01:55:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.796s418[Jul 28 2023 01:55:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.026s419[Jul 28 2023 01:55:14 UTC (QA Tests)] INFO -- clicking :user_avatar_content420[Jul 28 2023 01:55:15 UTC (QA Tests)] INFO -- clicking :sign_out_link421[Jul 28 2023 01:55:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`422[Jul 28 2023 01:55:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`423[Jul 28 2023 01:55:16 UTC (QA Tests)] INFO -- filling :login_field with "root"424[Jul 28 2023 01:55:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field425[Jul 28 2023 01:55:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"426[Jul 28 2023 01:55:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field427[Jul 28 2023 01:55:17 UTC (QA Tests)] INFO -- clicking :sign_in_button428[Jul 28 2023 01:55:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.724s429[Jul 28 2023 01:55:18 UTC (QA Tests)] INFO -- Enabling super sidebar!430[Jul 28 2023 01:55:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled431[Jul 28 2023 01:55:19 UTC (QA Tests)] INFO -- clicking :context_switcher432[Jul 28 2023 01:55:19 UTC (QA Tests)] INFO -- clicking :nav_item_link433[Jul 28 2023 01:55:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.545s434[Jul 28 2023 01:55:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.198s435[Jul 28 2023 01:55:21 UTC (QA Tests)] INFO -- clicking :menu_section_button436[Jul 28 2023 01:55:21 UTC (QA Tests)] INFO -- clicking :nav_item_link437[Jul 28 2023 01:55:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.933s438[Jul 28 2023 01:55:23 UTC (QA Tests)] INFO -- unchecking via JS :snowplow_enabled_checkbox with args {}439[Jul 28 2023 01:55:23 UTC (QA Tests)] INFO -- clicking :save_changes_button440[Jul 28 2023 01:55:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.308s441[Jul 28 2023 01:55:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.044s442[Jul 28 2023 01:55:26 UTC (QA Tests)] INFO -- clicking :user_avatar_content443[Jul 28 2023 01:55:27 UTC (QA Tests)] INFO -- clicking :sign_out_link444[Jul 28 2023 01:55:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_606816a2620f5708445[Jul 28 2023 01:55:27 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button446[Jul 28 2023 01:55:29 UTC (QA Tests)] INFO -- Enabling super sidebar!447[Jul 28 2023 01:55:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled448[Jul 28 2023 01:55:29 UTC (QA Tests)] INFO -- clicking :leave_group_link449[Jul 28 2023 01:55:29 UTC (QA Tests)] INFO -- clicking :confirm_ok_button450[Jul 28 2023 01:55:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.067s451[Jul 28 2023 01:55:31 UTC (QA Tests)] INFO -- clicking :user_avatar_content452[Jul 28 2023 01:55:31 UTC (QA Tests)] INFO -- clicking :sign_out_link453[Jul 28 2023 01:55:32 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`454[Jul 28 2023 01:55:32 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`455[Jul 28 2023 01:55:32 UTC (QA Tests)] INFO -- Visiting managed_group_url at "http://gitlab-group-saml.test/groups/saml_sso_group_606816a2620f5708/-/saml/sso?token=_uGSV7Ew"456[Jul 28 2023 01:55:32 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button457[Jul 28 2023 01:55:33 UTC (QA Tests)] INFO -- Enabling super sidebar!458[Jul 28 2023 01:55:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.049s459[Jul 28 2023 01:55:36 UTC (QA Tests)] INFO -- User is not signed in, skipping460[Jul 28 2023 01:55:36 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`461[Jul 28 2023 01:55:36 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`462[Jul 28 2023 01:55:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'user_3'463[Jul 28 2023 01:56:08 UTC (QA Tests)] INFO -- Visiting managed_group_url at "http://gitlab-group-saml.test/groups/saml_sso_group_606816a2620f5708/-/saml/sso?token=_uGSV7Ew"464[Jul 28 2023 01:56:08 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button465[Jul 28 2023 01:56:10 UTC (QA Tests)] INFO -- Enabling super sidebar!466[Jul 28 2023 01:56:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled467[Jul 28 2023 01:56:10 UTC (QA Tests)] INFO -- Executing: `docker rm -f saml-idp-server`468[Jul 28 2023 01:56:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'saml_sso_group_606816a2620f5708'469[Jul 28 2023 01:56:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'user_3'470 creates a new account automatically and allows to leave group and join again471 with Snowplow tracking enabled472 behaves like group membership actions473[Jul 28 2023 01:58:04 UTC (QA Tests)] INFO -- Starting test: Manage Group SAML SSO - Enforced SSO with Snowplow tracking enabled behaves like group membership actions creates a new account automatically and allows to leave group and join again474[Jul 28 2023 01:58:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'saml_sso_group_a2819787926f59d8' via api in 0.23 seconds475[Jul 28 2023 01:58:04 UTC (QA Tests)] INFO -- Executing: `docker pull jamedjo/test-saml-idp`476[Jul 28 2023 01:58:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`477[Jul 28 2023 01:58:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`478[Jul 28 2023 01:58:04 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --hostname saml-idp-server.test --name saml-idp-server --env SIMPLESAMLPHP_SP_ENTITY_ID=http://gitlab-group-saml.test/groups/saml_sso_group_a2819787926f59d8 --env SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE=http://gitlab-group-saml.test/groups/saml_sso_group_a2819787926f59d8/-/saml/callback --publish 8080:8080 --publish 8443:8443 jamedjo/test-saml-idp `479[Jul 28 2023 01:58:05 UTC (QA Tests)] INFO -- filling :login_field with "root"480[Jul 28 2023 01:58:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field481[Jul 28 2023 01:58:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"482[Jul 28 2023 01:58:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field483[Jul 28 2023 01:58:06 UTC (QA Tests)] INFO -- clicking :sign_in_button484[Jul 28 2023 01:58:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.695s485[Jul 28 2023 01:58:07 UTC (QA Tests)] INFO -- Enabling super sidebar!486[Jul 28 2023 01:58:07 UTC (QA Tests)] INFO -- Super sidebar is already enabled487[Jul 28 2023 01:58:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_a2819787926f59d8488[Jul 28 2023 01:58:09 UTC (QA Tests)] INFO -- clicking :menu_section_button489[Jul 28 2023 01:58:09 UTC (QA Tests)] INFO -- clicking :nav_item_link490[Jul 28 2023 01:58:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.767s491[Jul 28 2023 01:58:12 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`492[Jul 28 2023 01:58:12 UTC (QA Tests)] INFO -- filling :identity_provider_sso_field with "https://saml-idp-server.test:8443/simplesaml/saml2/idp/SSOService.php"493[Jul 28 2023 01:58:12 UTC (QA Tests)] INFO -- clicking the coordinates of :identity_provider_sso_field494[Jul 28 2023 01:58:13 UTC (QA Tests)] INFO -- filling :certificate_fingerprint_field with "119b9e027959cdb7c662cfd075d9e2ef384e445f"495[Jul 28 2023 01:58:13 UTC (QA Tests)] INFO -- clicking the coordinates of :certificate_fingerprint_field496[Jul 28 2023 01:58:13 UTC (QA Tests)] INFO -- selecting "Guest" in :default_membership_role_dropdown497[Jul 28 2023 01:58:13 UTC (QA Tests)] INFO -- clicking :save_changes_button498[Jul 28 2023 01:58:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.692s499[Jul 28 2023 01:58:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.032s500[Jul 28 2023 01:58:15 UTC (QA Tests)] INFO -- clicking :user_avatar_content501[Jul 28 2023 01:58:15 UTC (QA Tests)] INFO -- clicking :sign_out_link502[Jul 28 2023 01:58:16 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`503[Jul 28 2023 01:58:16 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`504[Jul 28 2023 01:58:17 UTC (QA Tests)] INFO -- filling :login_field with "root"505[Jul 28 2023 01:58:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field506[Jul 28 2023 01:58:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"507[Jul 28 2023 01:58:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field508[Jul 28 2023 01:58:17 UTC (QA Tests)] INFO -- clicking :sign_in_button509[Jul 28 2023 01:58:18 UTC (QA Tests)] INFO -- Enabling super sidebar!510[Jul 28 2023 01:58:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled511[Jul 28 2023 01:58:20 UTC (QA Tests)] INFO -- clicking :context_switcher512[Jul 28 2023 01:58:20 UTC (QA Tests)] INFO -- clicking :nav_item_link513[Jul 28 2023 01:58:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.613s514[Jul 28 2023 01:58:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.179s515[Jul 28 2023 01:58:22 UTC (QA Tests)] INFO -- clicking :menu_section_button516[Jul 28 2023 01:58:22 UTC (QA Tests)] INFO -- clicking :nav_item_link517[Jul 28 2023 01:58:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.695s518[Jul 28 2023 01:58:24 UTC (QA Tests)] INFO -- checking via JS :snowplow_enabled_checkbox with args {}519[Jul 28 2023 01:58:24 UTC (QA Tests)] INFO -- clicking :save_changes_button520[Jul 28 2023 01:58:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.224s521[Jul 28 2023 01:58:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.051s522[Jul 28 2023 01:58:27 UTC (QA Tests)] INFO -- clicking :user_avatar_content523[Jul 28 2023 01:58:27 UTC (QA Tests)] INFO -- clicking :sign_out_link524[Jul 28 2023 01:58:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_a2819787926f59d8525[Jul 28 2023 01:58:28 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button526[Jul 28 2023 01:58:29 UTC (QA Tests)] INFO -- Enabling super sidebar!527[Jul 28 2023 01:58:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled528[Jul 28 2023 01:58:29 UTC (QA Tests)] INFO -- clicking :leave_group_link529[Jul 28 2023 01:58:29 UTC (QA Tests)] INFO -- clicking :confirm_ok_button530[Jul 28 2023 01:58:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.039s531[Jul 28 2023 01:58:32 UTC (QA Tests)] INFO -- clicking :user_avatar_content532[Jul 28 2023 01:58:32 UTC (QA Tests)] INFO -- clicking :sign_out_link533[Jul 28 2023 01:58:32 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`534[Jul 28 2023 01:58:32 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`535[Jul 28 2023 01:58:32 UTC (QA Tests)] INFO -- Visiting managed_group_url at "http://gitlab-group-saml.test/groups/saml_sso_group_a2819787926f59d8/-/saml/sso?token=bARY6Xcy"536[Jul 28 2023 01:58:33 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button537[Jul 28 2023 01:58:33 UTC (QA Tests)] INFO -- Enabling super sidebar!538[Jul 28 2023 01:58:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.028s539[Jul 28 2023 01:58:37 UTC (QA Tests)] INFO -- User is not signed in, skipping540[Jul 28 2023 01:58:37 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`541[Jul 28 2023 01:58:37 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`542[Jul 28 2023 01:58:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'user_3'543[Jul 28 2023 02:00:08 UTC (QA Tests)] INFO -- Visiting managed_group_url at "http://gitlab-group-saml.test/groups/saml_sso_group_a2819787926f59d8/-/saml/sso?token=bARY6Xcy"544[Jul 28 2023 02:00:08 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button545[Jul 28 2023 02:00:08 UTC (QA Tests)] INFO -- Enabling super sidebar!546[Jul 28 2023 02:00:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 0.999s547[Jul 28 2023 02:00:09 UTC (QA Tests)] INFO -- Super sidebar is already enabled548[Jul 28 2023 02:00:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.049s549[Jul 28 2023 02:00:11 UTC (QA Tests)] INFO -- clicking :user_avatar_content550[Jul 28 2023 02:00:11 UTC (QA Tests)] INFO -- clicking :sign_out_link551[Jul 28 2023 02:00:11 UTC (QA Tests)] INFO -- filling :login_field with "root"552[Jul 28 2023 02:00:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field553[Jul 28 2023 02:00:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"554[Jul 28 2023 02:00:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field555[Jul 28 2023 02:00:12 UTC (QA Tests)] INFO -- clicking :sign_in_button556[Jul 28 2023 02:00:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.877s557[Jul 28 2023 02:00:13 UTC (QA Tests)] INFO -- Enabling super sidebar!558[Jul 28 2023 02:00:13 UTC (QA Tests)] INFO -- Super sidebar is already enabled559[Jul 28 2023 02:00:15 UTC (QA Tests)] INFO -- clicking :context_switcher560[Jul 28 2023 02:00:15 UTC (QA Tests)] INFO -- clicking :nav_item_link561[Jul 28 2023 02:00:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.64s562[Jul 28 2023 02:00:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.175s563[Jul 28 2023 02:00:17 UTC (QA Tests)] INFO -- clicking :menu_section_button564[Jul 28 2023 02:00:17 UTC (QA Tests)] INFO -- clicking :nav_item_link565[Jul 28 2023 02:00:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.681s566[Jul 28 2023 02:00:19 UTC (QA Tests)] INFO -- unchecking via JS :snowplow_enabled_checkbox with args {}567[Jul 28 2023 02:00:19 UTC (QA Tests)] INFO -- clicking :save_changes_button568[Jul 28 2023 02:00:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.19s569[Jul 28 2023 02:00:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.013s570[Jul 28 2023 02:00:22 UTC (QA Tests)] INFO -- clicking :user_avatar_content571[Jul 28 2023 02:00:22 UTC (QA Tests)] INFO -- clicking :sign_out_link572[Jul 28 2023 02:00:22 UTC (QA Tests)] INFO -- Executing: `docker rm -f saml-idp-server`573[Jul 28 2023 02:00:23 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'saml_sso_group_a2819787926f59d8'574[Jul 28 2023 02:00:23 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'user_3'575 creates a new account automatically and allows to leave group and join again576Finished in 10 minutes 4 seconds (files took 3.4 seconds to load)5777 examples, 0 failures578Randomized with seed 46692579[Jul 28 2023 02:02:07 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-group-saml bash -c "gitlab-psql -c 'select n_live_tup, n_dead_tup, relname from pg_stat_all_tables order by n_live_tup DESC, n_dead_tup DESC;'"`580[Jul 28 2023 02:02:07 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-group-saml bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`581[Jul 28 2023 02:02:08 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-group-saml`582[Jul 28 2023 02:02:08 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-group-saml`584Running after script...585$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command586$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")587$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"613Not uploading cache qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16 due to policy615Uploading artifacts...616gitlab-qa-run-*: found 125 matching artifact files and directories 617Uploading artifacts as "archive" to coordinator... 201 Created id=4757072809 responseStatus=201 Created token=64_e2t96618Uploading artifacts...619gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 620Uploading artifacts as "junit" to coordinator... 201 Created id=4757072809 responseStatus=201 Created token=64_e2t96621Uploading artifacts...622/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 623Uploading artifacts as "dotenv" to coordinator... 201 Created id=4757072809 responseStatus=201 Created token=64_e2t96625Job succeeded