ee:ldap-no-tls
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.3.0 (bbcb5aba)2 on gitlab-org-qa-runner ss7o3c7p3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-docker-20.10.14 ...7Starting service docker:20.10.14-dind ...8Pulling docker image docker:20.10.14-dind ...9Using docker image sha256:a072474332af3e4cf06e349685c4cea8f9e631f0c5cab5b582f3a3ab4cff9b6a for docker:20.10.14-dind with digest docker@sha256:210076c7772f47831afaf7ff200cf431c6cd191f0d0cb0805b1d9a996e99fb5e ...10Waiting for services to be up and running (timeout 30 seconds)...11Authenticating with credentials from job payload (GitLab Registry)12Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-docker-20.10.14 ...13Using docker image sha256:210073ff93f490a760b84a3dfee966e8ce7401fc8a7c03f8788833cf709f3c5e for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-docker-20.10.14 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7@sha256:5b679e809b42d6fffa2a08f1fafc29ccb62142973363cf74f0bd64d8f91cb00b ...15Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1669816475-eba5d77d-gcp...17Fetching changes with git depth set to 20...18Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/19Created fresh repository.20remote: Enumerating objects: 73038, done. 21remote: Counting objects: 100% (73038/73038), done. 22remote: Compressing objects: 100% (61850/61850), done. 23remote: Total 73038 (delta 11341), reused 44341 (delta 7926), pack-reused 0 24Receiving objects: 100% (73038/73038), 99.30 MiB | 35.17 MiB/s, done.25Resolving deltas: 100% (11341/11341), done.27 * [new ref] refs/pipelines/709571198 -> refs/pipelines/70957119828Checking out f944ec23 as refs/merge-requests/105354/merge...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-2.7-b1ce33e73d23534b56573603341b9015-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-2.7-b1ce33e73d23534b56573603341b9015-16 33Successfully extracted cache35Downloading artifacts for download-knapsack-report (3402881608)...36Downloading artifacts from coordinator... ok id=3402881608 responseStatus=200 OK token=ZjeH7_rK38Using docker image sha256:210073ff93f490a760b84a3dfee966e8ce7401fc8a7c03f8788833cf709f3c5e for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-docker-20.10.14 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7@sha256:5b679e809b42d6fffa2a08f1fafc29ccb62142973363cf74f0bd64d8f91cb00b ...39$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")40$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command41Bundle complete! 36 Gemfile dependencies, 122 gems now installed.42Gems in the groups 'production' and 'development' were not installed.43Use `bundle info [gemname]` to see where a bundled gem is installed.44$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"45$ echo "Running - '$QA_COMMAND'"46Running - 'bundle exec gitlab-qa Test::Integration::LDAPNoTLS registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:f944ec23b1136b79f8f8021a1f9459c517bac20c -- --format QA::Support::JsonFormatter --out tmp/rspec-3402881828.json --format RspecJunitFormatter --out tmp/rspec-3402881828.xml --format html --out tmp/rspec-$(echo ee:ldap-no-tls | sed 's/[ /]/_/g').htm --color --format documentation'47$ eval "$QA_COMMAND"48[Nov 30 2022 16:46:56 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q telegraf:1.21-alpine`49[Nov 30 2022 16:46:59 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^telegraf$`50[Nov 30 2022 16:46:59 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name telegraf --user root --entrypoint telegraf --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2022-11-30-16-46-56-229f93a4/telegraf:/etc/telegraf/log:z --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/d20221130-22-9xuz1b/telegraf.conf:/etc/telegraf/telegraf.conf:ro --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_PIPELINE_ID="$CI_PIPELINE_ID" telegraf:1.21-alpine`51[Nov 30 2022 16:47:00 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q osixia/openldap:latest`52[Nov 30 2022 16:47:05 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^ldap-server$`53[Nov 30 2022 16:47:05 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`54[Nov 30 2022 16:47:05 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`55[Nov 30 2022 16:47:05 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name ldap-server --net test --hostname ldap-server.test --volume /builds/gitlab-org/gitlab/qa/tmp/ldap20221130-22-1klqe7u/ldap:/container/service/slapd/assets/config/bootstrap/ldif/custom:Z --env LDAP_TLS="false" osixia/openldap:latest --copy-service`56[Nov 30 2022 16:47:07 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`57[Nov 30 2022 16:47:07 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:f944ec23b1136b79f8f8021a1f9459c517bac20c`58[Nov 30 2022 16:47:45 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ldap$`59[Nov 30 2022 16:47:45 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`60[Nov 30 2022 16:47:45 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ldap --net test --hostname gitlab-ldap.test -p 80 --volume /builds/gitlab-org/gitlab/qa/tmp/certs20221130-22-1qbgj98/gitlab:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/qa/tmp/certs20221130-22-1qbgj98/authority:/etc/gitlab/trusted-certs:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2022-11-30-16-46-56-229f93a4/gitlab-ldap/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:f944ec23b1136b79f8f8021a1f9459c517bac20c`61[Nov 30 2022 16:47:59 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ldap bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2022-11-30 16:47:0062# 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['ldap_enabled'] = true;68gitlab_rails['ldap_servers'] = {'main'=>{'label'=>'LDAP', 'host'=>'ldap-server.test', 'port'=>389, 'uid'=>'uid', 'bind_dn'=>'cn=admin,dc=example,dc=org', 'password'=>'admin', 'encryption'=>'plain', 'verify_certificates'=>false, 'base'=>'dc=example,dc=org', 'user_filter'=>'', 'group_base'=>'ou=Global Groups,dc=example,dc=org', 'admin_group'=>'AdminGroup', 'external_groups'=>'', 'sync_ssh_keys'=>false}};69gitlab_rails['ldap_sync_worker_cron'] = '* * * * *';70gitlab_rails['ldap_group_sync_worker_cron'] = '* * * * *';71gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com'}\" > /etc/gitlab/gitlab.rb;"`72[Nov 30 2022 16:47:59 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ldap`73[Nov 30 2022 16:51:27 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...74[Nov 30 2022 16:51:27 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ldap`75[Nov 30 2022 16:51:27 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ldap 80/tcp`76[Nov 30 2022 16:51:27 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:49153`!77[Nov 30 2022 16:51:27 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-8.13.1/support/data gitlab-ldap:/tmp/data-seeds`78[Nov 30 2022 16:51:27 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ldap bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`79[Nov 30 2022 16:51:27 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ldap bash -c "echo '#!/usr/bin/env bash80if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then81 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'82 exit 183fi84' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`85[Nov 30 2022 16:51:27 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ldap bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`86[Nov 30 2022 16:51:27 UTC (Gitlab QA)] INFO -- Running exec_commands...87[Nov 30 2022 16:51:27 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ldap bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`88[Nov 30 2022 16:52:15 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ldap bash -c ""`89[Nov 30 2022 16:52:15 UTC (Gitlab QA)] INFO -- Running Test::Integration::LDAPNoTLS specs!90[Nov 30 2022 16:52:15 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`91[Nov 30 2022 16:52:15 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:f944ec23b1136b79f8f8021a1f9459c517bac20c`92[Nov 30 2022 16:53:07 UTC (Gitlab QA)] INFO -- Running test suite `Test::Integration::LDAPNoTLS` for gitlab-ee93[Nov 30 2022 16:53:07 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_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_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --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_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_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --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_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_ALLURE_REPORT_GCS_CREDENTIALS="$QA_ALLURE_REPORT_GCS_CREDENTIALS" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --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_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_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_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env GITLAB_LDAP_USERNAME="tanuki" --env GITLAB_LDAP_PASSWORD="password" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITHUB_ACCESS_TOKEN="$GITHUB_ACCESS_TOKEN" --env EE_LICENSE="$EE_LICENSE" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --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_MERGE_REQUEST_IID="$CI_MERGE_REQUEST_IID" --env CI_API_V4_URL="$CI_API_V4_URL" --env GITLAB_CI="$GITLAB_CI" --env ELASTIC_URL="$ELASTIC_URL" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2022-11-30-16-46-56-229f93a4/gitlab-ee-qa-75595e17:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ee-qa-75595e17 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:f944ec23b1136b79f8f8021a1f9459c517bac20c Test::Integration::LDAPNoTLS http://gitlab-ldap.test -- --format QA::Support::JsonFormatter --out tmp/rspec-3402881828.json --format RspecJunitFormatter --out tmp/rspec-3402881828.xml --format html --out tmp/rspec-ee:ldap-no-tls.htm --color --format documentation`94warning: parser/current is loading parser/ruby27, which recognizes2.7.6-compliant syntax, but you are running 2.7.7.962022-11-30 16:53:23 / CONF :: 97 ==> Base URL: http://gitlab-ldap.test98 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007fbd38d07800>99 ==> Libraries: Chemlab::Vendor100[Nov 30 2022 16:53:23 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA101[Nov 30 2022 16:53:23 UTC (QA Tests)] INFO -- Performing sanity check for environment!102[Nov 30 2022 16:53:24 UTC (QA Tests)] INFO -- Performing initial license fabrication!103[Nov 30 2022 16:53:25 UTC (QA Tests)] INFO -- clicking :standard_tab104[Nov 30 2022 16:53:25 UTC (QA Tests)] INFO -- filling :login_field with "root"105[Nov 30 2022 16:53:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field106[Nov 30 2022 16:53:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"107[Nov 30 2022 16:53:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field108[Nov 30 2022 16:53:26 UTC (QA Tests)] INFO -- clicking :sign_in_button109[Nov 30 2022 16:53:28 UTC (QA Tests)] INFO -- clicking :navbar_dropdown110[Nov 30 2022 16:53:28 UTC (QA Tests)] INFO -- clicking :admin_area_link111[Nov 30 2022 16:53:31 UTC (QA Tests)] INFO -- clicking :admin_subscription_menu_link112[Nov 30 2022 16:53:43 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="admin_settings_menu_link"],.qa-admin-settings-menu-link113[Nov 30 2022 16:53:43 UTC (QA Tests)] INFO -- clicking :admin_settings_general_link114[Nov 30 2022 16:53:44 UTC (QA Tests)] INFO -- clicking :expand_add_license_button115[Nov 30 2022 16:53:45 UTC (QA Tests)] INFO -- filling :license_key_field with "*****"116[Nov 30 2022 16:53:45 UTC (QA Tests)] INFO -- clicking the coordinates of :license_key_field117[Nov 30 2022 16:53:45 UTC (QA Tests)] INFO -- checking :accept_eula_checkbox with args {}118[Nov 30 2022 16:53:45 UTC (QA Tests)] INFO -- clicking :license_upload_button119[Nov 30 2022 16:53:51 UTC (QA Tests)] INFO -- clicking :user_avatar_content120[Nov 30 2022 16:53:51 UTC (QA Tests)] INFO -- clicking :sign_out_link121[Nov 30 2022 16:53:52 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License via browser_ui in 27.84 seconds122Run options:123 include {:ldap_no_tls=>true}124 exclude {:geo=>true, :requires_praefect=>true}125Randomized with seed 3614126The response contains columns with duplicated names: label127You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.128The response contains columns with duplicated names: label129You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.130The response contains columns with duplicated names: label131You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.132The response contains columns with duplicated names: label133You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.134The response contains columns with duplicated names: label135You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.136The response contains columns with duplicated names: label137You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.138The response contains columns with duplicated names: label139You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.140The response contains columns with duplicated names: label141You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.142The response contains columns with duplicated names: label143You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.144The response contains columns with duplicated names: label145You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.146The response contains columns with duplicated names: label147You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.148The response contains columns with duplicated names: label149You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.150The response contains columns with duplicated names: label151You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.152The response contains columns with duplicated names: label153You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.154The response contains columns with duplicated names: label155You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.156The response contains columns with duplicated names: label157You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.158The response contains columns with duplicated names: label159You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.160The response contains columns with duplicated names: label161You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.162The response contains columns with duplicated names: label163You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.164The response contains columns with duplicated names: label165You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.166The response contains columns with duplicated names: label167You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.168The response contains columns with duplicated names: label169You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.170The response contains columns with duplicated names: label171You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.172The response contains columns with duplicated names: label173You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.174The response contains columns with duplicated names: label175You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.176The response contains columns with duplicated names: label177You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.178The response contains columns with duplicated names: label179You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.180The response contains columns with duplicated names: label181You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.182The response contains columns with duplicated names: label183You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.184The response contains columns with duplicated names: label185You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.186The response contains columns with duplicated names: label187You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.188The response contains columns with duplicated names: label189You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.190The response contains columns with duplicated names: label191You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.192The response contains columns with duplicated names: label193You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.194The response contains columns with duplicated names: label195You should use the 'FluxRecord.row to access your data instead of 'FluxRecord.values' hash.196Manage197 LDAP login198[Nov 30 2022 16:56:44 UTC (QA Tests)] INFO -- Starting test: Manage LDAP login user logs into GitLab using LDAP credentials199[Nov 30 2022 16:56:44 UTC (QA Tests)] INFO -- clicking :ldap_tab200[Nov 30 2022 16:56:44 UTC (QA Tests)] INFO -- filling :username_field with "tanuki"201[Nov 30 2022 16:56:44 UTC (QA Tests)] INFO -- clicking the coordinates of :username_field202[Nov 30 2022 16:56:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"203[Nov 30 2022 16:56:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field204[Nov 30 2022 16:56:45 UTC (QA Tests)] INFO -- clicking :sign_in_button205 user logs into GitLab using LDAP credentials206Manage207 while LDAP is enabled208 behaves like registration and login209[Nov 30 2022 16:56:47 UTC (QA Tests)] INFO -- Starting test: Manage while LDAP is enabled behaves like registration and login allows the user to register and login210[Nov 30 2022 16:56:47 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>false}211[Nov 30 2022 16:57:00 UTC (QA Tests)] INFO -- clicking :standard_tab212[Nov 30 2022 16:57:00 UTC (QA Tests)] INFO -- filling :login_field with "root"213[Nov 30 2022 16:57:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field214[Nov 30 2022 16:57:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"215[Nov 30 2022 16:57:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field216[Nov 30 2022 16:57:01 UTC (QA Tests)] INFO -- clicking :sign_in_button217[Nov 30 2022 16:57:03 UTC (QA Tests)] INFO -- clicking :navbar_dropdown218[Nov 30 2022 16:57:03 UTC (QA Tests)] INFO -- clicking :admin_area_link219[Nov 30 2022 16:57:05 UTC (QA Tests)] INFO -- clicking :admin_overview_users_link220[Nov 30 2022 16:57:11 UTC (QA Tests)] INFO -- clicking :user_avatar_content221[Nov 30 2022 16:57:11 UTC (QA Tests)] INFO -- clicking :sign_out_link222[Nov 30 2022 16:57:22 UTC (QA Tests)] INFO -- clicking :register_link223[Nov 30 2022 16:57:22 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"224[Nov 30 2022 16:57:22 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field225[Nov 30 2022 16:57:23 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User 6fadab9c1da9891e"226[Nov 30 2022 16:57:23 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field227[Nov 30 2022 16:57:23 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-6fadab9c1da9891e"228[Nov 30 2022 16:57:23 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field229[Nov 30 2022 16:57:24 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-6fadab9c1da9891e@example.com"230[Nov 30 2022 16:57:24 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field231[Nov 30 2022 16:57:24 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"232[Nov 30 2022 16:57:24 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field233[Nov 30 2022 16:57:25 UTC (QA Tests)] INFO -- clicking :new_user_register_button234[Nov 30 2022 16:57:25 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown235[Nov 30 2022 16:57:27 UTC (QA Tests)] INFO -- clicking :get_started_button236[Nov 30 2022 16:57:28 UTC (QA Tests)] INFO -- No cached token found for username: tanuki237[Nov 30 2022 16:57:28 UTC (QA Tests)] INFO -- No cached token found for username: tanuki238[Nov 30 2022 16:57:41 UTC (QA Tests)] INFO -- clicking :user_avatar_content239[Nov 30 2022 16:57:54 UTC (QA Tests)] INFO -- clicking :sign_out_link240[Nov 30 2022 16:57:55 UTC (QA Tests)] INFO -- clicking :ldap_tab241[Nov 30 2022 16:57:55 UTC (QA Tests)] INFO -- filling :username_field with "tanuki"242[Nov 30 2022 16:57:55 UTC (QA Tests)] INFO -- clicking the coordinates of :username_field243[Nov 30 2022 16:57:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"244[Nov 30 2022 16:57:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field245[Nov 30 2022 16:57:55 UTC (QA Tests)] INFO -- clicking :sign_in_button246[Nov 30 2022 16:57:59 UTC (QA Tests)] INFO -- clicking :user_avatar_content247[Nov 30 2022 16:57:59 UTC (QA Tests)] INFO -- clicking :edit_profile_link248[Nov 30 2022 16:58:01 UTC (QA Tests)] INFO -- filling :access_token_name_field with "*****"249[Nov 30 2022 16:58:01 UTC (QA Tests)] INFO -- clicking the coordinates of :access_token_name_field250[Nov 30 2022 16:58:02 UTC (QA Tests)] INFO -- clicking :api_label251[Nov 30 2022 16:58:02 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2022-12-02"252[Nov 30 2022 16:58:02 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field253[Nov 30 2022 16:58:03 UTC (QA Tests)] INFO -- clicking :create_token_button254[Nov 30 2022 16:58:03 UTC (QA Tests)] INFO -- clicking :toggle_visibility_button255[Nov 30 2022 16:58:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-tanuki-p1fji7x1' via api in 34.58 seconds256[Nov 30 2022 16:58:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-6fadab9c1da9891e' via browser_ui in 30.36 seconds257 allows the user to register and login258Manage259 LDAP Group sync260 user filter method261[Nov 30 2022 16:58:03 UTC (QA Tests)] INFO -- Starting test: Manage LDAP Group sync user filter method has LDAP users synced262[Nov 30 2022 16:58:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'hruser1' via api in 0.8 seconds263[Nov 30 2022 16:58:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'hruser2' via api in 0.24 seconds264[Nov 30 2022 16:58:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'hruser3' via api in 0.38 seconds265[Nov 30 2022 16:58:05 UTC (QA Tests)] INFO -- No cached token found for username: tanuki266[Nov 30 2022 16:58:05 UTC (QA Tests)] INFO -- No cached token found for username: tanuki267[Nov 30 2022 16:58:07 UTC (QA Tests)] INFO -- clicking :ldap_tab268[Nov 30 2022 16:58:07 UTC (QA Tests)] INFO -- filling :username_field with "tanuki"269[Nov 30 2022 16:58:07 UTC (QA Tests)] INFO -- clicking the coordinates of :username_field270[Nov 30 2022 16:58:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"271[Nov 30 2022 16:58:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field272[Nov 30 2022 16:58:08 UTC (QA Tests)] INFO -- clicking :sign_in_button273[Nov 30 2022 16:58:12 UTC (QA Tests)] INFO -- clicking :user_avatar_content274[Nov 30 2022 16:58:12 UTC (QA Tests)] INFO -- clicking :edit_profile_link275[Nov 30 2022 16:58:13 UTC (QA Tests)] INFO -- filling :access_token_name_field with "*****"276[Nov 30 2022 16:58:13 UTC (QA Tests)] INFO -- clicking the coordinates of :access_token_name_field277[Nov 30 2022 16:58:14 UTC (QA Tests)] INFO -- clicking :api_label278[Nov 30 2022 16:58:14 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2022-12-02"279[Nov 30 2022 16:58:14 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field280[Nov 30 2022 16:58:14 UTC (QA Tests)] INFO -- clicking :create_token_button281[Nov 30 2022 16:58:14 UTC (QA Tests)] INFO -- clicking :toggle_visibility_button282[Nov 30 2022 16:58:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-tanuki-tkwdpxjy' via api in 9.7 seconds283[Nov 30 2022 16:58:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'group_sync_root_group-130848c5' via api in 10.26 seconds284[Nov 30 2022 16:58:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'group_sync_root_group-130848c5/Synched-human-resources-group-f55c6f41' via api in 0.3 seconds285[Nov 30 2022 16:58:15 UTC (QA Tests)] INFO -- Adding user hruser1 to group_sync_root_group-130848c5/Synched-human-resources-group-f55c6f41 QA::Resource::Group286[Nov 30 2022 16:58:20 UTC (QA Tests)] INFO -- clicking :user_avatar_content287[Nov 30 2022 16:58:20 UTC (QA Tests)] INFO -- clicking :sign_out_link288[Nov 30 2022 16:58:21 UTC (QA Tests)] INFO -- clicking :ldap_tab289[Nov 30 2022 16:58:21 UTC (QA Tests)] INFO -- filling :username_field with "hruser1"290[Nov 30 2022 16:58:21 UTC (QA Tests)] INFO -- clicking the coordinates of :username_field291[Nov 30 2022 16:58:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"292[Nov 30 2022 16:58:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field293[Nov 30 2022 16:58:22 UTC (QA Tests)] INFO -- clicking :sign_in_button294[Nov 30 2022 16:58:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ldap.test/groups/group_sync_root_group-130848c5/Synched-human-resources-group-f55c6f41295[Nov 30 2022 16:58:24 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link296[Nov 30 2022 16:58:24 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link297[Nov 30 2022 16:58:25 UTC (QA Tests)] INFO -- filling :ldap_user_filter_field with "(&(objectClass=person)(cn=HR*))"298[Nov 30 2022 16:58:25 UTC (QA Tests)] INFO -- clicking the coordinates of :ldap_user_filter_field299[Nov 30 2022 16:58:25 UTC (QA Tests)] INFO -- clicking :add_sync_button300[Nov 30 2022 16:58:26 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link301[Nov 30 2022 16:58:27 UTC (QA Tests)] INFO -- clicking :sync_now_button302[Nov 30 2022 16:58:27 UTC (QA Tests)] INFO -- clicking :sync_ldap_confirm_button303[Nov 30 2022 16:58:49 UTC (QA Tests)] INFO -- refreshing http://gitlab-ldap.test/groups/group_sync_root_group-130848c5/Synched-human-resources-group-f55c6f41/-/group_members304[Nov 30 2022 16:58:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'group_sync_root_group-130848c5'305 has LDAP users synced306 using group cn method307[Nov 30 2022 16:58:50 UTC (QA Tests)] INFO -- Starting test: Manage LDAP Group sync using group cn method has LDAP users synced308[Nov 30 2022 16:58:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'enguser1' via api in 0.26 seconds309[Nov 30 2022 16:58:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'enguser2' via api in 0.3 seconds310[Nov 30 2022 16:58:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'enguser3' via api in 0.29 seconds311[Nov 30 2022 16:58:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'group_sync_root_group-2aad63be' via api in 0.37 seconds312[Nov 30 2022 16:58:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'group_sync_root_group-2aad63be/Synched-engineering-group-fe750abe' via api in 0.35 seconds313[Nov 30 2022 16:58:51 UTC (QA Tests)] INFO -- Adding user enguser1 to group_sync_root_group-2aad63be/Synched-engineering-group-fe750abe QA::Resource::Group314[Nov 30 2022 16:58:54 UTC (QA Tests)] INFO -- clicking :ldap_tab315[Nov 30 2022 16:58:54 UTC (QA Tests)] INFO -- filling :username_field with "enguser1"316[Nov 30 2022 16:58:54 UTC (QA Tests)] INFO -- clicking the coordinates of :username_field317[Nov 30 2022 16:58:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"318[Nov 30 2022 16:58:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field319[Nov 30 2022 16:58:55 UTC (QA Tests)] INFO -- clicking :sign_in_button320[Nov 30 2022 16:58:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ldap.test/groups/group_sync_root_group-2aad63be/Synched-engineering-group-fe750abe321[Nov 30 2022 16:58:57 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link322[Nov 30 2022 16:58:58 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link323[Nov 30 2022 16:58:59 UTC (QA Tests)] INFO -- Searching and selecting: Engineering324[Nov 30 2022 16:59:00 UTC (QA Tests)] INFO -- clicking :add_sync_button325[Nov 30 2022 16:59:01 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link326[Nov 30 2022 16:59:02 UTC (QA Tests)] INFO -- clicking :sync_now_button327[Nov 30 2022 16:59:02 UTC (QA Tests)] INFO -- clicking :sync_ldap_confirm_button328[Nov 30 2022 16:59:23 UTC (QA Tests)] INFO -- refreshing http://gitlab-ldap.test/groups/group_sync_root_group-2aad63be/Synched-engineering-group-fe750abe/-/group_members329[Nov 30 2022 16:59:24 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'group_sync_root_group-2aad63be'330 has LDAP users synced331Finished in 5 minutes 32 seconds (files took 31.22 seconds to load)3324 examples, 0 failures333Randomized with seed 3614334[Nov 30 2022 16:59:25 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ldap`335[Nov 30 2022 16:59:25 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ldap`336[Nov 30 2022 16:59:26 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=ldap-server`337[Nov 30 2022 16:59:26 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f ldap-server`338[Nov 30 2022 16:59:26 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=telegraf`339[Nov 30 2022 16:59:26 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f telegraf`341Running after script...342$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")343$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"351Not uploading cache qa-e2e-ruby-2.7-b1ce33e73d23534b56573603341b9015-16 due to policy353Uploading artifacts...354gitlab-qa-run-*: found 115 matching files and directories 355Uploading artifacts as "archive" to coordinator... 201 Created id=3402881828 responseStatus=201 Created token=ZjeH7_rK356Uploading artifacts...357gitlab-qa-run-*/**/rspec-*.xml: found 1 matching files and directories 358Uploading artifacts as "junit" to coordinator... 201 Created id=3402881828 responseStatus=201 Created token=ZjeH7_rK360Job succeeded