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:5a7c4217b9356aeaa6ac75a2c357d6340db62f2cec6c7eaa5abb0a0dd6790f75 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:8ef72d41bf089694a13bb148e12368e5fc1cfe1322d56e98f151b703153efe57 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1685464788-f70354ad-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: 195870, done. 20remote: Counting objects: 100% (195870/195870), done. 21remote: Compressing objects: 100% (110696/110696), done. 22remote: Total 195870 (delta 105048), reused 143500 (delta 78394), pack-reused 0 23Receiving objects: 100% (195870/195870), 143.62 MiB | 35.07 MiB/s, done.24Resolving deltas: 100% (105048/105048), done.26 * [new ref] refs/pipelines/883502161 -> refs/pipelines/88350216127 * [new branch] master -> origin/master28Checking out 862e43ab as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-6a056e500f83db53eb3d88c766f9864d-16...32cache.zip is up to date 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for trigger-omnibus-env (4376891857)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4376891857 responseStatus=200 OK token=64_siprR38Downloading artifacts for download-knapsack-report (4376891863)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4376891863 responseStatus=200 OK token=64_siprR41Using docker image sha256:5a7c4217b9356aeaa6ac75a2c357d6340db62f2cec6c7eaa5abb0a0dd6790f75 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:8ef72d41bf089694a13bb148e12368e5fc1cfe1322d56e98f151b703153efe57 ...42$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE43$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")44$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command45Bundle complete! 37 Gemfile dependencies, 129 gems now installed.46Use `bundle info [gemname]` to see where a bundled gem is installed.47$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"48$ echo "Running - '$QA_COMMAND'"49Running - 'bundle exec gitlab-qa Test::Integration::GroupSAML registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86 --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4376891972.json --format RspecJunitFormatter --out tmp/rspec-4376891972.xml --format html --out tmp/rspec-$(echo group-saml | sed 's/[ /]/_/g').htm --color --format documentation'50$ eval "$QA_COMMAND"51[May 30 2023 17:49:29 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-cc104013$`52[May 30 2023 17:49:29 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-cc104013 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`53[May 30 2023 17:49:30 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/tls_certificates/authority/. alpine-cc104013:/etc/gitlab/trusted-certs`54[May 30 2023 17:49:30 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/tls_certificates/gitlab/. alpine-cc104013:/etc/gitlab/ssl`55[May 30 2023 17:49:31 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-cc104013`56[May 30 2023 17:49:31 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-cc104013`57[May 30 2023 17:49:31 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`58[May 30 2023 17:49:31 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`59[May 30 2023 17:50:04 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-group-saml$`60[May 30 2023 17:50:05 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`61[May 30 2023 17:50:05 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`62[May 30 2023 17:50:05 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-05-30-17-49-29-c407ea22/gitlab-group-saml/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`63[May 30 2023 17:50:15 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-group-saml bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-05-30 17:49:2964# 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['omniauth_enabled'] = true;70gitlab_rails['omniauth_providers'] = [{ name: 'group_saml' }];71gitlab_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;"`72[May 30 2023 17:50:15 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-group-saml`73[May 30 2023 17:53:48 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...74[May 30 2023 17:53:48 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`75[May 30 2023 17:53:49 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`76[May 30 2023 17:53:50 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`77[May 30 2023 17:53:51 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`78[May 30 2023 17:53:52 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`79[May 30 2023 17:53:54 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`80[May 30 2023 17:53:55 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`81[May 30 2023 17:53:56 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`82[May 30 2023 17:53:57 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`83[May 30 2023 17:53:58 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`84[May 30 2023 17:53:59 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`85[May 30 2023 17:54:00 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`86[May 30 2023 17:54:01 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`87[May 30 2023 17:54:02 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`88[May 30 2023 17:54:03 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`89[May 30 2023 17:54:04 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`90[May 30 2023 17:54:05 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`91[May 30 2023 17:54:06 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`92[May 30 2023 17:54:07 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`93[May 30 2023 17:54:08 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`94[May 30 2023 17:54:10 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`95[May 30 2023 17:54:11 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`96[May 30 2023 17:54:12 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`97[May 30 2023 17:54:13 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`98[May 30 2023 17:54:14 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`99[May 30 2023 17:54:15 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`100[May 30 2023 17:54:16 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-group-saml`101[May 30 2023 17:54:16 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-group-saml 80/tcp`102[May 30 2023 17:54:16 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!103[May 30 2023 17:54:16 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"`104[May 30 2023 17:54:16 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-group-saml bash -c "echo '#!/usr/bin/env bash105if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then106 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'107 exit 1108fi109' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`110[May 30 2023 17:54:16 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/*"`111[May 30 2023 17:54:16 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/support/data gitlab-group-saml:/tmp/data-seeds`112[May 30 2023 17:54:17 UTC (Gitlab QA)] INFO -- Running exec_commands...113[May 30 2023 17:54:17 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-group-saml bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`114[May 30 2023 17:55:12 UTC (Gitlab QA)] INFO -- Running QA::EE::Scenario::Test::Integration::GroupSAML specs!115[May 30 2023 17:55:12 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`116[May 30 2023 17:55:12 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:862e43ab58dd2c1440d62e568cd21cc19d97fb86`117[May 30 2023 17:56:00 UTC (Gitlab QA)] INFO -- Running test suite `QA::EE::Scenario::Test::Integration::GroupSAML` for gitlab-ee118[May 30 2023 17:56:00 UTC (Gitlab QA)] INFO -- Running with feature flag: --set-feature-flags super_sidebar_nav_enrolled=enabled119[May 30 2023 17:56:00 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITHUB_ACCESS_TOKEN="$GITHUB_ACCESS_TOKEN" --env ACCEPT_INSECURE_CERTS="true" --env EE_LICENSE="$EE_LICENSE" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --env CI="$CI" --env CI_COMMIT_REF_NAME="$CI_COMMIT_REF_NAME" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_ID="$CI_PROJECT_ID" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_SLACK_WEBHOOK_URL="$CI_SLACK_WEBHOOK_URL" --env CI_PIPELINE_ID="$CI_PIPELINE_ID" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env CI_API_V4_URL="$CI_API_V4_URL" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --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-05-30-17-49-29-c407ea22/selenoid" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-05-30-17-49-29-c407ea22/gitlab-ee-qa-2a331425:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ee-qa-2a331425 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:862e43ab58dd2c1440d62e568cd21cc19d97fb86 QA::EE::Scenario::Test::Integration::GroupSAML http://gitlab-group-saml.test --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4376891972.json --format RspecJunitFormatter --out tmp/rspec-4376891972.xml --format html --out tmp/rspec-group-saml.htm --color --format documentation`120warning: parser/current is loading parser/ruby30, which recognizes3.0.5-compliant syntax, but you are running 3.0.6.1222023-05-30 17:56:18 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:1242023-05-30 17:56:18 WARN Selenium [DEPRECATION] [:caps_browsers] Remote::Capabilities.chrome is deprecated. Use Options.chrome instead.1252023-05-30 17:56:18 WARN Selenium [DEPRECATION] [:capabilities] The :capabilities parameter for Selenium::WebDriver::Chrome::Driver is deprecated. Use :options argument with an instance of Selenium::WebDriver::Chrome::Driver instead.1262023-05-30 17:56:18 / CONF :: 127 ==> Base URL: http://gitlab-group-saml.test128 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f50bae2dd50>129 ==> Libraries: Chemlab::Vendor130[May 30 2023 17:56:19 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA131[May 30 2023 17:56:19 UTC (QA Tests)] INFO -- Browser: chrome132[May 30 2023 17:56:19 UTC (QA Tests)] INFO -- Browser version: latest133[May 30 2023 17:56:19 UTC (QA Tests)] INFO -- Performing sanity check for environment!134[May 30 2023 17:56:19 UTC (QA Tests)] INFO -- Performing initial license fabrication!135[May 30 2023 17:56:20 UTC (QA Tests)] INFO -- Successfully added license key. Details:136{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}137[May 30 2023 17:56:20 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.48 seconds138[May 30 2023 17:56:20 UTC (QA Tests)] INFO -- Enabling feature: super_sidebar_nav_enrolled139[May 30 2023 17:56:20 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: super_sidebar_nav_enrolled140Run options:141 include {:group_saml=>true}142 exclude {:geo=>true, :requires_praefect=>true}143Randomized with seed 24601144[May 30 2023 17:57:09 UTC (QA Tests)] ERROR -- [Allure]: Failed to fetch flaky spec data for report: end of file reached145Manage146 Group SAML SSO - Enforced SSO147 with Snowplow tracking enabled148 behaves like group membership actions149[May 30 2023 17:57:09 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 again150[May 30 2023 17:57:09 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA151[May 30 2023 17:57:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-sq2lo52m' via cache in 0.0 seconds152[May 30 2023 17:57:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'saml_sso_group_f082c5b9adbe5042' via api in 1.15 seconds153[May 30 2023 17:57:10 UTC (QA Tests)] INFO -- Executing: `docker pull jamedjo/test-saml-idp`154[May 30 2023 17:57:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`155[May 30 2023 17:57:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`156[May 30 2023 17:57:17 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_f082c5b9adbe5042 --env SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE=http://gitlab-group-saml.test/groups/saml_sso_group_f082c5b9adbe5042/-/saml/callback --publish 8080:8080 --publish 8443:8443 jamedjo/test-saml-idp `157[May 30 2023 17:57:22 UTC (QA Tests)] INFO -- filling :login_field with "root"158[May 30 2023 17:57:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field159[May 30 2023 17:57:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"160[May 30 2023 17:57:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field161[May 30 2023 17:57:22 UTC (QA Tests)] INFO -- clicking :sign_in_button162[May 30 2023 17:57:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.424s163[May 30 2023 17:57:24 UTC (QA Tests)] INFO -- Enabling super sidebar!164[May 30 2023 17:57:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled165[May 30 2023 17:57:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_f082c5b9adbe5042166[May 30 2023 17:57:27 UTC (QA Tests)] INFO -- clicking :menu_section_button167[May 30 2023 17:57:27 UTC (QA Tests)] INFO -- clicking :nav_item_link168[May 30 2023 17:57:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.95s169[May 30 2023 17:57:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`170[May 30 2023 17:57:30 UTC (QA Tests)] INFO -- filling :identity_provider_sso_field with "https://saml-idp-server.test:8443/simplesaml/saml2/idp/SSOService.php"171[May 30 2023 17:57:30 UTC (QA Tests)] INFO -- clicking the coordinates of :identity_provider_sso_field172[May 30 2023 17:57:31 UTC (QA Tests)] INFO -- filling :certificate_fingerprint_field with "119b9e027959cdb7c662cfd075d9e2ef384e445f"173[May 30 2023 17:57:31 UTC (QA Tests)] INFO -- clicking the coordinates of :certificate_fingerprint_field174[May 30 2023 17:57:31 UTC (QA Tests)] INFO -- selecting "Guest" in :default_membership_role_dropdown175[May 30 2023 17:57:31 UTC (QA Tests)] INFO -- clicking :save_changes_button176[May 30 2023 17:57:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.281s177[May 30 2023 17:57:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.04s178[May 30 2023 17:57:34 UTC (QA Tests)] INFO -- clicking :user_avatar_content179[May 30 2023 17:57:34 UTC (QA Tests)] INFO -- clicking :sign_out_link180[May 30 2023 17:57:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.717s181[May 30 2023 17:57:35 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`182[May 30 2023 17:57:35 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`183[May 30 2023 17:57:36 UTC (QA Tests)] INFO -- filling :login_field with "root"184[May 30 2023 17:57:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field185[May 30 2023 17:57:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"186[May 30 2023 17:57:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field187[May 30 2023 17:57:36 UTC (QA Tests)] INFO -- clicking :sign_in_button188[May 30 2023 17:57:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.805s189[May 30 2023 17:57:37 UTC (QA Tests)] INFO -- Enabling super sidebar!190[May 30 2023 17:57:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled191[May 30 2023 17:57:39 UTC (QA Tests)] INFO -- clicking :context_switcher192[May 30 2023 17:57:39 UTC (QA Tests)] INFO -- clicking :nav_item_link193[May 30 2023 17:57:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.987s194[May 30 2023 17:57:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.277s195[May 30 2023 17:57:41 UTC (QA Tests)] INFO -- clicking :menu_section_button196[May 30 2023 17:57:41 UTC (QA Tests)] INFO -- clicking :nav_item_link197[May 30 2023 17:57:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.325s198[May 30 2023 17:57:44 UTC (QA Tests)] INFO -- checking via JS :snowplow_enabled_checkbox with args {}199[May 30 2023 17:57:44 UTC (QA Tests)] INFO -- clicking :save_changes_button200[May 30 2023 17:57:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.28s201[May 30 2023 17:57:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.016s202[May 30 2023 17:57:47 UTC (QA Tests)] INFO -- clicking :user_avatar_content203[May 30 2023 17:57:47 UTC (QA Tests)] INFO -- clicking :sign_out_link204[May 30 2023 17:57:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_f082c5b9adbe5042205[May 30 2023 17:57:48 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button206[May 30 2023 17:57:50 UTC (QA Tests)] INFO -- clicking :leave_group_link207[May 30 2023 17:57:50 UTC (QA Tests)] INFO -- clicking :confirm_ok_button208[May 30 2023 17:57:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.055s209[May 30 2023 17:57:53 UTC (QA Tests)] INFO -- clicking :user_avatar_content210[May 30 2023 17:57:53 UTC (QA Tests)] INFO -- clicking :sign_out_link211[May 30 2023 17:57:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.645s212[May 30 2023 17:57:53 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`213[May 30 2023 17:57:53 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`214[May 30 2023 17:57:54 UTC (QA Tests)] INFO -- Visiting managed_group_url at "http://gitlab-group-saml.test/groups/saml_sso_group_f082c5b9adbe5042/-/saml/sso?token=JeYLa58d"215[May 30 2023 17:57:54 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button216[May 30 2023 17:57:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`217[May 30 2023 17:57:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`218[May 30 2023 17:57:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'user_3'219[May 30 2023 17:58:08 UTC (QA Tests)] INFO -- Visiting managed_group_url at "http://gitlab-group-saml.test/groups/saml_sso_group_f082c5b9adbe5042/-/saml/sso?token=JeYLa58d"220[May 30 2023 17:58:08 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button221[May 30 2023 17:58:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.036s222[May 30 2023 17:58:12 UTC (QA Tests)] INFO -- clicking :user_avatar_content223[May 30 2023 17:58:12 UTC (QA Tests)] INFO -- clicking :sign_out_link224[May 30 2023 17:58:13 UTC (QA Tests)] INFO -- filling :login_field with "root"225[May 30 2023 17:58:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field226[May 30 2023 17:58:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"227[May 30 2023 17:58:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field228[May 30 2023 17:58:13 UTC (QA Tests)] INFO -- clicking :sign_in_button229[May 30 2023 17:58:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.999s230[May 30 2023 17:58:15 UTC (QA Tests)] INFO -- Enabling super sidebar!231[May 30 2023 17:58:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled232[May 30 2023 17:58:16 UTC (QA Tests)] INFO -- clicking :context_switcher233[May 30 2023 17:58:16 UTC (QA Tests)] INFO -- clicking :nav_item_link234[May 30 2023 17:58:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.671s235[May 30 2023 17:58:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.21s236[May 30 2023 17:58:18 UTC (QA Tests)] INFO -- clicking :menu_section_button237[May 30 2023 17:58:18 UTC (QA Tests)] INFO -- clicking :nav_item_link238[May 30 2023 17:58:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.073s239[May 30 2023 17:58:20 UTC (QA Tests)] INFO -- unchecking via JS :snowplow_enabled_checkbox with args {}240[May 30 2023 17:58:20 UTC (QA Tests)] INFO -- clicking :save_changes_button241[May 30 2023 17:58:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.51s242[May 30 2023 17:58:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.035s243[May 30 2023 17:58:24 UTC (QA Tests)] INFO -- clicking :user_avatar_content244[May 30 2023 17:58:24 UTC (QA Tests)] INFO -- clicking :sign_out_link245[May 30 2023 17:58:24 UTC (QA Tests)] INFO -- Executing: `docker rm -f saml-idp-server`246[May 30 2023 17:58:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'saml_sso_group_f082c5b9adbe5042'247[May 30 2023 17:58:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'user_3'248 creates a new account automatically and allows to leave group and join again249 with Snowplow tracking disabled250 behaves like group membership actions251[May 30 2023 18:00:07 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 again252[May 30 2023 18:00:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'saml_sso_group_0973ca80fa9e35a6' via api in 0.34 seconds253[May 30 2023 18:00:07 UTC (QA Tests)] INFO -- Executing: `docker pull jamedjo/test-saml-idp`254[May 30 2023 18:00:12 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`255[May 30 2023 18:00:12 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`256[May 30 2023 18:00:12 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_0973ca80fa9e35a6 --env SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE=http://gitlab-group-saml.test/groups/saml_sso_group_0973ca80fa9e35a6/-/saml/callback --publish 8080:8080 --publish 8443:8443 jamedjo/test-saml-idp `257[May 30 2023 18:00:13 UTC (QA Tests)] INFO -- filling :login_field with "root"258[May 30 2023 18:00:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field259[May 30 2023 18:00:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"260[May 30 2023 18:00:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field261[May 30 2023 18:00:13 UTC (QA Tests)] INFO -- clicking :sign_in_button262[May 30 2023 18:00:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.79s263[May 30 2023 18:00:14 UTC (QA Tests)] INFO -- Enabling super sidebar!264[May 30 2023 18:00:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled265[May 30 2023 18:00:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_0973ca80fa9e35a6266[May 30 2023 18:00:17 UTC (QA Tests)] INFO -- clicking :menu_section_button267[May 30 2023 18:00:17 UTC (QA Tests)] INFO -- clicking :nav_item_link268[May 30 2023 18:00:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.875s269[May 30 2023 18:00:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`270[May 30 2023 18:00:20 UTC (QA Tests)] INFO -- filling :identity_provider_sso_field with "https://saml-idp-server.test:8443/simplesaml/saml2/idp/SSOService.php"271[May 30 2023 18:00:20 UTC (QA Tests)] INFO -- clicking the coordinates of :identity_provider_sso_field272[May 30 2023 18:00:20 UTC (QA Tests)] INFO -- filling :certificate_fingerprint_field with "119b9e027959cdb7c662cfd075d9e2ef384e445f"273[May 30 2023 18:00:20 UTC (QA Tests)] INFO -- clicking the coordinates of :certificate_fingerprint_field274[May 30 2023 18:00:21 UTC (QA Tests)] INFO -- selecting "Guest" in :default_membership_role_dropdown275[May 30 2023 18:00:21 UTC (QA Tests)] INFO -- clicking :save_changes_button276[May 30 2023 18:00:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.814s277[May 30 2023 18:00:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.062s278[May 30 2023 18:00:23 UTC (QA Tests)] INFO -- clicking :user_avatar_content279[May 30 2023 18:00:23 UTC (QA Tests)] INFO -- clicking :sign_out_link280[May 30 2023 18:00:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`281[May 30 2023 18:00:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`282[May 30 2023 18:00:25 UTC (QA Tests)] INFO -- filling :login_field with "root"283[May 30 2023 18:00:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field284[May 30 2023 18:00:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"285[May 30 2023 18:00:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field286[May 30 2023 18:00:25 UTC (QA Tests)] INFO -- clicking :sign_in_button287[May 30 2023 18:00:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.77s288[May 30 2023 18:00:27 UTC (QA Tests)] INFO -- Enabling super sidebar!289[May 30 2023 18:00:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled290[May 30 2023 18:00:28 UTC (QA Tests)] INFO -- clicking :context_switcher291[May 30 2023 18:00:28 UTC (QA Tests)] INFO -- clicking :nav_item_link292[May 30 2023 18:00:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.923s293[May 30 2023 18:00:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.254s294[May 30 2023 18:00:30 UTC (QA Tests)] INFO -- clicking :menu_section_button295[May 30 2023 18:00:30 UTC (QA Tests)] INFO -- clicking :nav_item_link296[May 30 2023 18:00:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.855s297[May 30 2023 18:00:32 UTC (QA Tests)] INFO -- unchecking via JS :snowplow_enabled_checkbox with args {}298[May 30 2023 18:00:32 UTC (QA Tests)] INFO -- clicking :save_changes_button299[May 30 2023 18:00:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.488s300[May 30 2023 18:00:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.047s301[May 30 2023 18:00:36 UTC (QA Tests)] INFO -- clicking :user_avatar_content302[May 30 2023 18:00:36 UTC (QA Tests)] INFO -- clicking :sign_out_link303[May 30 2023 18:00:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_0973ca80fa9e35a6304[May 30 2023 18:00:37 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button305[May 30 2023 18:00:39 UTC (QA Tests)] INFO -- clicking :leave_group_link306[May 30 2023 18:00:39 UTC (QA Tests)] INFO -- clicking :confirm_ok_button307[May 30 2023 18:00:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.03s308[May 30 2023 18:00:42 UTC (QA Tests)] INFO -- clicking :user_avatar_content309[May 30 2023 18:00:42 UTC (QA Tests)] INFO -- clicking :sign_out_link310[May 30 2023 18:00:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`311[May 30 2023 18:00:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`312[May 30 2023 18:00:42 UTC (QA Tests)] INFO -- Visiting managed_group_url at "http://gitlab-group-saml.test/groups/saml_sso_group_0973ca80fa9e35a6/-/saml/sso?token=jutzfYW-"313[May 30 2023 18:00:43 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button314[May 30 2023 18:00:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`315[May 30 2023 18:00:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`316[May 30 2023 18:00:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'user_3'317[May 30 2023 18:02:09 UTC (QA Tests)] INFO -- Visiting managed_group_url at "http://gitlab-group-saml.test/groups/saml_sso_group_0973ca80fa9e35a6/-/saml/sso?token=jutzfYW-"318[May 30 2023 18:02:09 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button319[May 30 2023 18:02:11 UTC (QA Tests)] INFO -- Executing: `docker rm -f saml-idp-server`320[May 30 2023 18:02:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'saml_sso_group_0973ca80fa9e35a6'321[May 30 2023 18:02:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'user_3'322 creates a new account automatically and allows to leave group and join again323Package324 Dependency Proxy Group SSO325[May 30 2023 18:04:08 UTC (QA Tests)] INFO -- Starting test: Package Dependency Proxy Group SSO pulls an image using the dependency proxy on a group enforced SSO326[May 30 2023 18:04:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'saml_sso_group_with_dependency_proxy_fd96a0759a50e166' via api in 0.25 seconds327[May 30 2023 18:04:08 UTC (QA Tests)] INFO -- Executing: `docker pull jamedjo/test-saml-idp`328[May 30 2023 18:04:09 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`329[May 30 2023 18:04:09 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`330[May 30 2023 18:04:09 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_fd96a0759a50e166 --env SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE=http://gitlab-group-saml.test/groups/saml_sso_group_with_dependency_proxy_fd96a0759a50e166/-/saml/callback --publish 8080:8080 --publish 8443:8443 jamedjo/test-saml-idp `331[May 30 2023 18:04:10 UTC (QA Tests)] INFO -- filling :login_field with "root"332[May 30 2023 18:04:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field333[May 30 2023 18:04:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"334[May 30 2023 18:04:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field335[May 30 2023 18:04:11 UTC (QA Tests)] INFO -- clicking :sign_in_button336[May 30 2023 18:04:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.827s337[May 30 2023 18:04:12 UTC (QA Tests)] INFO -- Enabling super sidebar!338[May 30 2023 18:04:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled339[May 30 2023 18:04:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_with_dependency_proxy_fd96a0759a50e166340[May 30 2023 18:04:14 UTC (QA Tests)] INFO -- clicking :menu_section_button341[May 30 2023 18:04:14 UTC (QA Tests)] INFO -- clicking :nav_item_link342[May 30 2023 18:04:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.898s343[May 30 2023 18:04:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`344[May 30 2023 18:04:17 UTC (QA Tests)] INFO -- filling :identity_provider_sso_field with "https://saml-idp-server.test:8443/simplesaml/saml2/idp/SSOService.php"345[May 30 2023 18:04:17 UTC (QA Tests)] INFO -- clicking the coordinates of :identity_provider_sso_field346[May 30 2023 18:04:18 UTC (QA Tests)] INFO -- filling :certificate_fingerprint_field with "119b9e027959cdb7c662cfd075d9e2ef384e445f"347[May 30 2023 18:04:18 UTC (QA Tests)] INFO -- clicking the coordinates of :certificate_fingerprint_field348[May 30 2023 18:04:18 UTC (QA Tests)] INFO -- selecting "Guest" in :default_membership_role_dropdown349[May 30 2023 18:04:18 UTC (QA Tests)] INFO -- clicking :save_changes_button350[May 30 2023 18:04:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.881s351[May 30 2023 18:04:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'saml_sso_group_with_dependency_proxy_fd96a0759a50e166/dependency-proxy-sso-project-9261ece3f2d01a50' via api in 1.31 seconds352[May 30 2023 18:04:20 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.353[May 30 2023 18:04:20 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`354[May 30 2023 18:04:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`355[May 30 2023 18:04:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`356[May 30 2023 18:04:24 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685469859 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685469859 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-1685469859 --url http://gitlab-group-saml.test --registration-token **** --tag-list runner-for-dependency-proxy-sso-project-9261ece3f2d01a50 --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" `357[May 30 2023 18:04:27 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685469859`358[May 30 2023 18:04:27 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`359[May 30 2023 18:04:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685469859' via api in 7.71 seconds360[May 30 2023 18:04:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.034s361[May 30 2023 18:04:29 UTC (QA Tests)] INFO -- clicking :user_avatar_content362[May 30 2023 18:04:30 UTC (QA Tests)] INFO -- clicking :sign_out_link363[May 30 2023 18:04:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`364[May 30 2023 18:04:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`365[May 30 2023 18:04:31 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button366[May 30 2023 18:04:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.028s367[May 30 2023 18:04:34 UTC (QA Tests)] INFO -- clicking :user_avatar_content368[May 30 2023 18:04:34 UTC (QA Tests)] INFO -- clicking :sign_out_link369[May 30 2023 18:04:34 UTC (QA Tests)] INFO -- filling :login_field with "root"370[May 30 2023 18:04:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field371[May 30 2023 18:04:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"372[May 30 2023 18:04:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field373[May 30 2023 18:04:35 UTC (QA Tests)] INFO -- clicking :sign_in_button374[May 30 2023 18:04:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.982s375[May 30 2023 18:04:36 UTC (QA Tests)] INFO -- Enabling super sidebar!376[May 30 2023 18:04:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled377[May 30 2023 18:04:38 UTC (QA Tests)] INFO -- clicking :context_switcher378[May 30 2023 18:04:38 UTC (QA Tests)] INFO -- clicking :nav_item_link379[May 30 2023 18:04:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.581s380[May 30 2023 18:04:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.239s381[May 30 2023 18:04:40 UTC (QA Tests)] INFO -- clicking :nav_item_link382[May 30 2023 18:04:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.703s383[May 30 2023 18:04:42 UTC (QA Tests)] INFO -- clicking :confirm_user_button384[May 30 2023 18:04:42 UTC (QA Tests)] INFO -- clicking :confirm_user_confirm_button385[May 30 2023 18:04:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_user_confirm_button' took 0.702s386[May 30 2023 18:04:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.026s387[May 30 2023 18:04:44 UTC (QA Tests)] INFO -- clicking :user_avatar_content388[May 30 2023 18:04:44 UTC (QA Tests)] INFO -- clicking :sign_out_link389[May 30 2023 18:04:45 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button390[May 30 2023 18:04:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.565s391[May 30 2023 18:04:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.98s392[May 30 2023 18:04:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? saml_sso_signin_button' took 0.996s393[May 30 2023 18:04:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_with_dependency_proxy_fd96a0759a50e166394[May 30 2023 18:04:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.22 seconds395[May 30 2023 18:04:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-group-saml.test/saml_sso_group_with_dependency_proxy_fd96a0759a50e166/dependency-proxy-sso-project-9261ece3f2d01a50396[May 30 2023 18:04:51 UTC (QA Tests)] INFO -- clicking :menu_section_button397[May 30 2023 18:04:51 UTC (QA Tests)] INFO -- clicking :nav_item_link398[May 30 2023 18:04:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.971s399[May 30 2023 18:04:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 0.663s400[May 30 2023 18:04:54 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present401[May 30 2023 18:04:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.623s402[May 30 2023 18:04:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.537s403[May 30 2023 18:04:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 0.555s404[May 30 2023 18:05:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.018s405[May 30 2023 18:05:19 UTC (QA Tests)] INFO -- clicking :user_avatar_content406[May 30 2023 18:05:19 UTC (QA Tests)] INFO -- clicking :sign_out_link407[May 30 2023 18:05:20 UTC (QA Tests)] INFO -- filling :login_field with "root"408[May 30 2023 18:05:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field409[May 30 2023 18:05:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"410[May 30 2023 18:05:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field411[May 30 2023 18:05:21 UTC (QA Tests)] INFO -- clicking :sign_in_button412[May 30 2023 18:05:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.016s413[May 30 2023 18:05:22 UTC (QA Tests)] INFO -- Enabling super sidebar!414[May 30 2023 18:05:22 UTC (QA Tests)] INFO -- Super sidebar is already enabled415[May 30 2023 18:05:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_with_dependency_proxy_fd96a0759a50e166416[May 30 2023 18:05:24 UTC (QA Tests)] INFO -- clicking :menu_section_button417[May 30 2023 18:05:24 UTC (QA Tests)] INFO -- clicking :nav_item_link418[May 30 2023 18:05:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.74s419[May 30 2023 18:05:25 UTC (QA Tests)] INFO -- Executing: `docker rm -f saml-idp-server`420[May 30 2023 18:05:26 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'user_3'421[May 30 2023 18:06:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'saml_sso_group_with_dependency_proxy_fd96a0759a50e166'422[May 30 2023 18:06:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1685469859'423[May 30 2023 18:06:07 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685469859`424 pulls an image using the dependency proxy on a group enforced SSO425Manage426 Group SAML SSO - Non enforced SSO427[May 30 2023 18:06:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'saml_sso_group_a9732a27320c195f' via api in 0.24 seconds428[May 30 2023 18:06:08 UTC (QA Tests)] INFO -- Executing: `docker pull jamedjo/test-saml-idp`429[May 30 2023 18:06:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`430[May 30 2023 18:06:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`431[May 30 2023 18:06:08 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_a9732a27320c195f --env SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE=http://gitlab-group-saml.test/groups/saml_sso_group_a9732a27320c195f/-/saml/callback --publish 8080:8080 --publish 8443:8443 jamedjo/test-saml-idp `432[May 30 2023 18:06:09 UTC (QA Tests)] INFO -- Starting test: Manage Group SAML SSO - Non enforced SSO user logs in to group with SAML SSO433[May 30 2023 18:06:09 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`434[May 30 2023 18:06:09 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`435[May 30 2023 18:06:09 UTC (QA Tests)] INFO -- filling :login_field with "root"436[May 30 2023 18:06:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field437[May 30 2023 18:06:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"438[May 30 2023 18:06:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field439[May 30 2023 18:06:10 UTC (QA Tests)] INFO -- clicking :sign_in_button440[May 30 2023 18:06:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.972s441[May 30 2023 18:06:11 UTC (QA Tests)] INFO -- Enabling super sidebar!442[May 30 2023 18:06:11 UTC (QA Tests)] INFO -- Super sidebar is already enabled443[May 30 2023 18:06:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_a9732a27320c195f444[May 30 2023 18:06:14 UTC (QA Tests)] INFO -- clicking :menu_section_button445[May 30 2023 18:06:15 UTC (QA Tests)] INFO -- clicking :nav_item_link446[May 30 2023 18:06:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.811s447[May 30 2023 18:06:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`448[May 30 2023 18:06:17 UTC (QA Tests)] INFO -- filling :identity_provider_sso_field with "https://saml-idp-server.test:8443/simplesaml/saml2/idp/SSOService.php"449[May 30 2023 18:06:17 UTC (QA Tests)] INFO -- clicking the coordinates of :identity_provider_sso_field450[May 30 2023 18:06:18 UTC (QA Tests)] INFO -- filling :certificate_fingerprint_field with "119b9e027959cdb7c662cfd075d9e2ef384e445f"451[May 30 2023 18:06:18 UTC (QA Tests)] INFO -- clicking the coordinates of :certificate_fingerprint_field452[May 30 2023 18:06:18 UTC (QA Tests)] INFO -- selecting "Guest" in :default_membership_role_dropdown453[May 30 2023 18:06:18 UTC (QA Tests)] INFO -- clicking :save_changes_button454[May 30 2023 18:06:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.883s455[May 30 2023 18:06:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-a4c135f15afe4611' via api in 0.3 seconds456[May 30 2023 18:06:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.035s457[May 30 2023 18:06:21 UTC (QA Tests)] INFO -- clicking :user_avatar_content458[May 30 2023 18:06:21 UTC (QA Tests)] INFO -- clicking :sign_out_link459[May 30 2023 18:06:22 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-a4c135f15afe4611"460[May 30 2023 18:06:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field461[May 30 2023 18:06:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"462[May 30 2023 18:06:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field463[May 30 2023 18:06:22 UTC (QA Tests)] INFO -- clicking :sign_in_button464[May 30 2023 18:06:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.788s465[May 30 2023 18:06:23 UTC (QA Tests)] INFO -- Enabling super sidebar!466[May 30 2023 18:06:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled467[May 30 2023 18:06:25 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button468[May 30 2023 18:06:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.054s469[May 30 2023 18:06:29 UTC (QA Tests)] INFO -- clicking :user_avatar_content470[May 30 2023 18:06:29 UTC (QA Tests)] INFO -- clicking :sign_out_link471[May 30 2023 18:06:30 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-a4c135f15afe4611'472 user logs in to group with SAML SSO473[May 30 2023 18:06:30 UTC (QA Tests)] INFO -- Starting test: Manage Group SAML SSO - Non enforced SSO lets group admin test settings474[May 30 2023 18:06:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`475[May 30 2023 18:06:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`476[May 30 2023 18:06:30 UTC (QA Tests)] INFO -- filling :login_field with "root"477[May 30 2023 18:06:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field478[May 30 2023 18:06:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"479[May 30 2023 18:06:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field480[May 30 2023 18:06:31 UTC (QA Tests)] INFO -- clicking :sign_in_button481[May 30 2023 18:06:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.792s482[May 30 2023 18:06:32 UTC (QA Tests)] INFO -- Enabling super sidebar!483[May 30 2023 18:06:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled484[May 30 2023 18:06:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_a9732a27320c195f485[May 30 2023 18:06:34 UTC (QA Tests)] INFO -- clicking :menu_section_button486[May 30 2023 18:06:34 UTC (QA Tests)] INFO -- clicking :nav_item_link487[May 30 2023 18:06:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.769s488[May 30 2023 18:06:37 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`489[May 30 2023 18:06:37 UTC (QA Tests)] INFO -- filling :identity_provider_sso_field with "https://saml-idp-server.test:8443/simplesaml/saml2/idp/SSOService.php"490[May 30 2023 18:06:37 UTC (QA Tests)] INFO -- clicking the coordinates of :identity_provider_sso_field491[May 30 2023 18:06:38 UTC (QA Tests)] INFO -- filling :certificate_fingerprint_field with "d53cc312796cf9211b67a048bebc9be5fca8a624"492[May 30 2023 18:06:38 UTC (QA Tests)] INFO -- clicking the coordinates of :certificate_fingerprint_field493[May 30 2023 18:06:38 UTC (QA Tests)] INFO -- clicking :save_changes_button494[May 30 2023 18:06:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.751s495[May 30 2023 18:06:39 UTC (QA Tests)] INFO -- clicking :saml_settings_test_button496[May 30 2023 18:06:41 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`497[May 30 2023 18:06:41 UTC (QA Tests)] INFO -- filling :certificate_fingerprint_field with "119b9e027959cdb7c662cfd075d9e2ef384e445f"498[May 30 2023 18:06:41 UTC (QA Tests)] INFO -- clicking the coordinates of :certificate_fingerprint_field499[May 30 2023 18:06:41 UTC (QA Tests)] INFO -- clicking :save_changes_button500[May 30 2023 18:06:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.758s501[May 30 2023 18:06:42 UTC (QA Tests)] INFO -- clicking :saml_settings_test_button502[May 30 2023 18:06:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element saml_settings_test_button' took 0.98s503[May 30 2023 18:06:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-b8906406767e4a24' via api in 0.26 seconds504[May 30 2023 18:06:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-b8906406767e4a24'505 lets group admin test settings506 when SAML SSO is configured with a default membership role507[May 30 2023 18:06:44 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 configuration508[May 30 2023 18:06:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`509[May 30 2023 18:06:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`510[May 30 2023 18:06:45 UTC (QA Tests)] INFO -- filling :login_field with "root"511[May 30 2023 18:06:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field512[May 30 2023 18:06:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"513[May 30 2023 18:06:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field514[May 30 2023 18:06:45 UTC (QA Tests)] INFO -- clicking :sign_in_button515[May 30 2023 18:06:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.8s516[May 30 2023 18:06:46 UTC (QA Tests)] INFO -- Enabling super sidebar!517[May 30 2023 18:06:46 UTC (QA Tests)] INFO -- Super sidebar is already enabled518[May 30 2023 18:06:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_a9732a27320c195f519[May 30 2023 18:06:49 UTC (QA Tests)] INFO -- clicking :menu_section_button520[May 30 2023 18:06:49 UTC (QA Tests)] INFO -- clicking :nav_item_link521[May 30 2023 18:06:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.765s522[May 30 2023 18:06:52 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`523[May 30 2023 18:06:52 UTC (QA Tests)] INFO -- filling :identity_provider_sso_field with "https://saml-idp-server.test:8443/simplesaml/saml2/idp/SSOService.php"524[May 30 2023 18:06:52 UTC (QA Tests)] INFO -- clicking the coordinates of :identity_provider_sso_field525[May 30 2023 18:06:53 UTC (QA Tests)] INFO -- filling :certificate_fingerprint_field with "119b9e027959cdb7c662cfd075d9e2ef384e445f"526[May 30 2023 18:06:53 UTC (QA Tests)] INFO -- clicking the coordinates of :certificate_fingerprint_field527[May 30 2023 18:06:53 UTC (QA Tests)] INFO -- selecting "Developer" in :default_membership_role_dropdown528[May 30 2023 18:06:53 UTC (QA Tests)] INFO -- clicking :save_changes_button529[May 30 2023 18:06:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.763s530[May 30 2023 18:06:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.024s531[May 30 2023 18:06:55 UTC (QA Tests)] INFO -- clicking :user_avatar_content532[May 30 2023 18:06:55 UTC (QA Tests)] INFO -- clicking :sign_out_link533[May 30 2023 18:06:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-ab725b09bc217e64' via api in 0.4 seconds534[May 30 2023 18:06:56 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-ab725b09bc217e64"535[May 30 2023 18:06:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field536[May 30 2023 18:06:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"537[May 30 2023 18:06:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field538[May 30 2023 18:06:57 UTC (QA Tests)] INFO -- clicking :sign_in_button539[May 30 2023 18:06:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.886s540[May 30 2023 18:06:58 UTC (QA Tests)] INFO -- Enabling super sidebar!541[May 30 2023 18:06:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled542[May 30 2023 18:07:00 UTC (QA Tests)] INFO -- clicking :saml_sso_signin_button543[May 30 2023 18:07:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.049s544[May 30 2023 18:07:03 UTC (QA Tests)] INFO -- clicking :user_avatar_content545[May 30 2023 18:07:03 UTC (QA Tests)] INFO -- clicking :sign_out_link546[May 30 2023 18:07:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-ab725b09bc217e64'547 adds the new member with access level as set in SAML SSO configuration548[May 30 2023 18:07:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'saml_sso_group_a9732a27320c195f'549[May 30 2023 18:07:04 UTC (QA Tests)] INFO -- Executing: `docker rm -f saml-idp-server`550Manage551 Group SAML SSO - Enforced SSO552[May 30 2023 18:07:05 UTC (QA Tests)] INFO -- Starting test: Manage Group SAML SSO - Enforced SSO user clones and pushes to project within a group using Git HTTP553[May 30 2023 18:07:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'saml_sso_group_42457e30667b4bd2' via api in 0.27 seconds554[May 30 2023 18:07:05 UTC (QA Tests)] INFO -- Executing: `docker pull jamedjo/test-saml-idp`555[May 30 2023 18:07:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`556[May 30 2023 18:07:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`557[May 30 2023 18:07:06 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_42457e30667b4bd2 --env SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE=http://gitlab-group-saml.test/groups/saml_sso_group_42457e30667b4bd2/-/saml/callback --publish 8080:8080 --publish 8443:8443 jamedjo/test-saml-idp `558[May 30 2023 18:07:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-6e17e177fac8a28b' via api in 0.27 seconds559[May 30 2023 18:07:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'saml_sso_group_42457e30667b4bd2/project-in-saml-enforced-group-eec859c08765b7b9' via api in 0.98 seconds560[May 30 2023 18:07:07 UTC (QA Tests)] INFO -- Adding user qa-user-6e17e177fac8a28b to saml_sso_group_42457e30667b4bd2 QA::Resource::Sandbox561[May 30 2023 18:07:08 UTC (QA Tests)] INFO -- filling :login_field with "root"562[May 30 2023 18:07:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field563[May 30 2023 18:07:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"564[May 30 2023 18:07:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field565[May 30 2023 18:07:09 UTC (QA Tests)] INFO -- clicking :sign_in_button566[May 30 2023 18:07:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.973s567[May 30 2023 18:07:10 UTC (QA Tests)] INFO -- Enabling super sidebar!568[May 30 2023 18:07:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled569[May 30 2023 18:07:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-group-saml.test/groups/saml_sso_group_42457e30667b4bd2570[May 30 2023 18:07:12 UTC (QA Tests)] INFO -- clicking :menu_section_button571[May 30 2023 18:07:12 UTC (QA Tests)] INFO -- clicking :nav_item_link572[May 30 2023 18:07:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.812s573[May 30 2023 18:07:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`574[May 30 2023 18:07:15 UTC (QA Tests)] INFO -- filling :identity_provider_sso_field with "https://saml-idp-server.test:8443/simplesaml/saml2/idp/SSOService.php"575[May 30 2023 18:07:15 UTC (QA Tests)] INFO -- clicking the coordinates of :identity_provider_sso_field576[May 30 2023 18:07:16 UTC (QA Tests)] INFO -- filling :certificate_fingerprint_field with "119b9e027959cdb7c662cfd075d9e2ef384e445f"577[May 30 2023 18:07:16 UTC (QA Tests)] INFO -- clicking the coordinates of :certificate_fingerprint_field578[May 30 2023 18:07:16 UTC (QA Tests)] INFO -- selecting "Guest" in :default_membership_role_dropdown579[May 30 2023 18:07:16 UTC (QA Tests)] INFO -- clicking :save_changes_button580[May 30 2023 18:07:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.82s581[May 30 2023 18:07:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`582[May 30 2023 18:07:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`583[May 30 2023 18:07:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.049s584[May 30 2023 18:07:19 UTC (QA Tests)] INFO -- clicking :user_avatar_content585[May 30 2023 18:07:20 UTC (QA Tests)] INFO -- clicking :sign_out_link586[May 30 2023 18:07:21 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"587[May 30 2023 18:07:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.27 seconds588[May 30 2023 18:07:23 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'saml_sso_group_42457e30667b4bd2'589[May 30 2023 18:07:23 UTC (QA Tests)] INFO -- Executing: `docker rm -f saml-idp-server`590 user clones and pushes to project within a group using Git HTTP591Finished in 11 minutes 2 seconds (files took 4.56 seconds to load)5927 examples, 0 failures593Randomized with seed 24601594[May 30 2023 18:07:24 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-group-saml`595[May 30 2023 18:07:24 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-group-saml`597Running after script...598$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command599$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")600$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"626Not uploading cache qa-e2e-ruby-3.0-6a056e500f83db53eb3d88c766f9864d-16 due to policy628Uploading artifacts...629gitlab-qa-run-*: found 124 matching artifact files and directories 630Uploading artifacts as "archive" to coordinator... 201 Created id=4376891972 responseStatus=201 Created token=64_siprR631Uploading artifacts...632gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 633Uploading artifacts as "junit" to coordinator... 201 Created id=4376891972 responseStatus=201 Created token=64_siprR634Uploading artifacts...635/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 636Uploading artifacts as "dotenv" to coordinator... 201 Created id=4376891972 responseStatus=201 Created token=64_siprR638Job succeeded