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

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.11.0 (436955cb)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:0965b14b96d892eee2a963801769af5328817a64ed1af67ec4d76364ddd62706 for docker:23.0.1-dind with digest docker@sha256:d9a0fd8bdd156aae6e9be5db0264e0bc99e000e89e92055d4567e27ff13daff0 ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1691462746-65951651-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: 156289, done. 20remote: Counting objects: 100% (156289/156289), done. 21remote: Compressing objects: 100% (97374/97374), done. 22remote: Total 156289 (delta 72763), reused 110250 (delta 53289), pack-reused 0 23Receiving objects: 100% (156289/156289), 122.42 MiB | 43.47 MiB/s, done.24Resolving deltas: 100% (72763/72763), done.26 * [new ref] refs/pipelines/958846053 -> refs/pipelines/95884605327 * [new branch] master -> origin/master28Checking out a2692edb as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-6ac9e6a80164295b57016b344a0f3568-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-6ac9e6a80164295b57016b344a0f3568-16 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (4821869247)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4821869247 responseStatus=200 OK token=64_zNT6m38Downloading artifacts for download-fast-quarantine-report (4821869249)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4821869249 responseStatus=200 OK token=64_zNT6m41Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...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, 135 gems now installed.46Use `bundle info [gemname]` to see where a bundled gem is installed.47$ export RSPEC_FAST_QUARANTINE_PATH="/home/gitlab/qa/${RSPEC_FAST_QUARANTINE_PATH}"48$ export RSPEC_SKIPPED_TESTS_REPORT_PATH="/home/gitlab/qa/rspec/skipped_tests-${CI_JOB_ID}.txt"49$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"50$ echo "Running - '$QA_COMMAND'"51Running - 'bundle exec gitlab-qa Test::Integration::LDAPNoTLS registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:a2692edb3649566201449e61374faf3fed83bbd4 -- --format QA::Support::JsonFormatter --out tmp/rspec-4821869288.json --format RspecJunitFormatter --out tmp/rspec-4821869288.xml --format html --out tmp/rspec-$(echo ldap-no-tls | sed 's/[ /]/_/g').htm --color --format documentation'52$ eval "$QA_COMMAND"53[Aug 08 2023 02:50:32 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q osixia/openldap:latest`54[Aug 08 2023 02:50:36 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^ldap-server$`55[Aug 08 2023 02:50:36 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`56[Aug 08 2023 02:50:36 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`57[Aug 08 2023 02:50:36 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/ldap20230808-21-6t4feo/ldap:/container/service/slapd/assets/config/bootstrap/ldif/custom:Z --env LDAP_TLS="false" osixia/openldap:latest --copy-service`58[Aug 08 2023 02:50:38 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-56d6242e$`59[Aug 08 2023 02:50:38 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-56d6242e --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`60[Aug 08 2023 02:50:40 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/authority/. alpine-56d6242e:/etc/gitlab/trusted-certs`61[Aug 08 2023 02:50:40 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/gitlab/. alpine-56d6242e:/etc/gitlab/ssl`62[Aug 08 2023 02:50:40 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-56d6242e`63[Aug 08 2023 02:50:40 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-56d6242e`64[Aug 08 2023 02:50:40 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`65[Aug 08 2023 02:50:40 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:a2692edb3649566201449e61374faf3fed83bbd4`66[Aug 08 2023 02:51:13 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ldap$`67[Aug 08 2023 02:51:13 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`68[Aug 08 2023 02:51:13 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ldap --net test --hostname gitlab-ldap.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-08-08-02-50-32-644bfd43/gitlab-ldap/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:a2692edb3649566201449e61374faf3fed83bbd4`69[Aug 08 2023 02:51:22 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ldap bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-08-08 02:50:3270# Gitlab::QA::Runtime::OmnibusConfigurations::Default71gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme72gitlab_rails['gitlab_disable_animations'] = true # Disable animations73gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry74gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password75gitlab_rails['ldap_enabled'] = true;76gitlab_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}};77gitlab_rails['ldap_sync_worker_cron'] = '* * * * *';78gitlab_rails['ldap_group_sync_worker_cron'] = '* * * * *';79gitlab_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;"`80[Aug 08 2023 02:51:23 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ldap`81[Aug 08 2023 02:54:48 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...82[Aug 08 2023 02:54:48 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ldap`83[Aug 08 2023 02:54:48 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ldap 80/tcp`84[Aug 08 2023 02:54:48 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!85[Aug 08 2023 02:54:48 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ldap bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`86[Aug 08 2023 02:54:48 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ldap bash -c "echo '#!/usr/bin/env bash87if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then88 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'89 exit 190fi91' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`92[Aug 08 2023 02:54:48 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ldap bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`93[Aug 08 2023 02:54:48 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/support/data gitlab-ldap:/tmp/data-seeds`94[Aug 08 2023 02:54:48 UTC (Gitlab QA)] INFO -- Running exec_commands...95[Aug 08 2023 02:54:48 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ldap bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`96[Aug 08 2023 02:55:37 UTC (Gitlab QA)] INFO -- Running Test::Integration::LDAPNoTLS specs!97[Aug 08 2023 02:55:37 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q aerokube/selenoid:latest-release`98[Aug 08 2023 02:55:38 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^selenoid$`99[Aug 08 2023 02:55:38 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`100[Aug 08 2023 02:55:38 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q selenoid/chrome:111.0`101[Aug 08 2023 02:55:50 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q presidenten/selenoid-manual-video-recorder:latest`102[Aug 08 2023 02:55:51 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name selenoid --net test --hostname selenoid.test --publish 4444:4444 -e OVERRIDE_VIDEO_OUTPUT_DIR=/builds/gitlab-org/gitlab/gitlab-qa-run-2023-08-08-02-50-32-644bfd43/selenoid/video --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/lib/gitlab/qa/component/../../../../fixtures/selenoid:/etc/selenoid:z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-08-08-02-50-32-644bfd43/selenoid/video:/opt/selenoid/video:z aerokube/selenoid:latest-release -video-recorder-image presidenten/selenoid-manual-video-recorder -container-network test -timeout 10m0s`103[Aug 08 2023 02:56:00 UTC (Gitlab QA)] INFO -- Waiting for Selenoid ...104[Aug 08 2023 02:56:00 UTC (Gitlab QA)] INFO -- Selenoid ready!105[Aug 08 2023 02:56:00 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`106[Aug 08 2023 02:56:00 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:a2692edb3649566201449e61374faf3fed83bbd4`107[Aug 08 2023 02:57:00 UTC (Gitlab QA)] INFO -- Running test suite `Test::Integration::LDAPNoTLS` for gitlab-ce108[Aug 08 2023 02:57:00 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_FACEBOOK_OAUTH_APP_ID="$QA_FACEBOOK_OAUTH_APP_ID" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_RSPEC_REPORT_PATH="$QA_RSPEC_REPORT_PATH" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_FACEBOOK_OAUTH_APP_SECRET="$QA_FACEBOOK_OAUTH_APP_SECRET" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_REMOTE_GRID="$QA_REMOTE_GRID" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_FACEBOOK_PASSWORD="$QA_FACEBOOK_PASSWORD" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_TRIGGER_AUTO_QUARANTINE="$QA_TRIGGER_AUTO_QUARANTINE" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_RECORD_VIDEO="$QA_RECORD_VIDEO" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_REMOTE_GRID_PROTOCOL="http" --env QA_SELENOID_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_SELENOID_BROWSER_IMAGE="selenoid/chrome" --env WEBDRIVER_HEADLESS="0" --env GITLAB_LDAP_USERNAME="tanuki" --env GITLAB_LDAP_PASSWORD="password" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env RSPEC_FAST_QUARANTINE_PATH="$RSPEC_FAST_QUARANTINE_PATH" --env RSPEC_SKIPPED_TESTS_REPORT_PATH="$RSPEC_SKIPPED_TESTS_REPORT_PATH" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_NAME_SLUG="$CI_JOB_NAME_SLUG" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env CHROME_DISABLE_DEV_SHM="true" --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-08-08-02-50-32-644bfd43/selenoid" --env USE_SELENOID="$USE_SELENOID" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-08-08-02-50-32-644bfd43/gitlab-ce-qa-714390e2:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/qa/rspec:/home/gitlab/qa/rspec:z --name gitlab-ce-qa-714390e2 registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:a2692edb3649566201449e61374faf3fed83bbd4 Test::Integration::LDAPNoTLS http://gitlab-ldap.test -- --format QA::Support::JsonFormatter --out tmp/rspec-4821869288.json --format RspecJunitFormatter --out tmp/rspec-4821869288.xml --format html --out tmp/rspec-ldap-no-tls.htm --color --format documentation`1092023-08-08 02:57:05 / CONF :: 110 ==> Base URL: http://gitlab-ldap.test111 ==> Browser: #<Selenium::WebDriver::Remote::Driver:0x00007f50cf2426c0>112 ==> Libraries: Chemlab::Vendor113[Aug 08 2023 02:57:05 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA114[Aug 08 2023 02:57:05 UTC (QA Tests)] INFO -- Browser: chrome115[Aug 08 2023 02:57:05 UTC (QA Tests)] INFO -- Browser version: 111.0116[Aug 08 2023 02:57:05 UTC (QA Tests)] INFO -- Performing sanity check for environment!117[Aug 08 2023 02:57:05 UTC (QA Tests)] INFO -- Executing: `docker ps -f ancestor='presidenten/selenoid-manual-video-recorder' --format '{{.Names}}'`118[Aug 08 2023 02:57:06 UTC (QA Tests)] INFO -- Executing: `docker ps -f ancestor='selenoid/chrome:111.0' --format '{{.Names}}'`119[Aug 08 2023 02:57:06 UTC (QA Tests)] INFO -- Executing: `docker inspect amazing_nobel --format '{{.Config.Hostname}}'`120[Aug 08 2023 02:57:06 UTC (QA Tests)] INFO -- Test failure video recording setup complete!121Run options:122 include {:ldap_no_tls=>true}123 exclude {:geo=>true, :requires_praefect=>true}124Randomized with seed 4642125Manage126 while LDAP is enabled127 behaves like registration and login128[Aug 08 2023 02:57:11 UTC (QA Tests)] INFO -- Starting test: Manage while LDAP is enabled behaves like registration and login allows the user to register and login129[Aug 08 2023 02:57:12 UTC (QA Tests)] INFO -- Executing: `docker exec -d priceless_hodgkin sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 5003174629c6:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/manage_while_ldap_is_enabled_behaves_like_registration_an-2023-08-08-02-57-12-329.mp4" '`130[Aug 08 2023 02:57:13 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>false}131[Aug 08 2023 02:57:15 UTC (QA Tests)] INFO -- clicking :standard_tab132[Aug 08 2023 02:57:15 UTC (QA Tests)] INFO -- filling :login_field with "root"133[Aug 08 2023 02:57:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field134[Aug 08 2023 02:57:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"135[Aug 08 2023 02:57:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field136[Aug 08 2023 02:57:15 UTC (QA Tests)] INFO -- clicking :sign_in_button137[Aug 08 2023 02:57:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.623s138[Aug 08 2023 02:57:19 UTC (QA Tests)] INFO -- clicking :context_switcher139[Aug 08 2023 02:57:19 UTC (QA Tests)] INFO -- clicking :nav_item_link140[Aug 08 2023 02:57:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.386s141[Aug 08 2023 02:57:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.318s142[Aug 08 2023 02:57:22 UTC (QA Tests)] INFO -- clicking :nav_item_link143[Aug 08 2023 02:57:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.753s144[Aug 08 2023 02:57:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-row-content' took 1.025s145[Aug 08 2023 02:57:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.057s146[Aug 08 2023 02:57:26 UTC (QA Tests)] INFO -- clicking :user_avatar_content147[Aug 08 2023 02:57:26 UTC (QA Tests)] INFO -- clicking :sign_out_link148[Aug 08 2023 02:57:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.895s149[Aug 08 2023 02:57:37 UTC (QA Tests)] INFO -- clicking :register_link150[Aug 08 2023 02:57:37 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"151[Aug 08 2023 02:57:37 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field152[Aug 08 2023 02:57:37 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User b46fe163c6351bf0"153[Aug 08 2023 02:57:37 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field154[Aug 08 2023 02:57:38 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-b46fe163c6351bf0"155[Aug 08 2023 02:57:38 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field156[Aug 08 2023 02:57:38 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-b46fe163c6351bf0@gitlab.com"157[Aug 08 2023 02:57:38 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field158[Aug 08 2023 02:57:38 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"159[Aug 08 2023 02:57:38 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field160[Aug 08 2023 02:57:39 UTC (QA Tests)] INFO -- clicking :new_user_register_button161[Aug 08 2023 02:57:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_user_register_button' took 0.729s162[Aug 08 2023 02:57:40 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown163[Aug 08 2023 02:57:40 UTC (QA Tests)] INFO -- clicking :get_started_button164[Aug 08 2023 02:57:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element get_started_button' took 0.707s165[Aug 08 2023 02:57:42 UTC (QA Tests)] INFO -- No cached token found for username: tanuki166[Aug 08 2023 02:57:42 UTC (QA Tests)] INFO -- No cached token found for username: tanuki167[Aug 08 2023 02:57:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.019s168[Aug 08 2023 02:57:43 UTC (QA Tests)] INFO -- clicking :user_avatar_content169[Aug 08 2023 02:57:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 11.05s170[Aug 08 2023 02:57:54 UTC (QA Tests)] INFO -- clicking :user_avatar_content171[Aug 08 2023 02:57:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.024s172[Aug 08 2023 02:57:55 UTC (QA Tests)] INFO -- clicking :user_avatar_content173[Aug 08 2023 02:57:55 UTC (QA Tests)] INFO -- clicking :sign_out_link174[Aug 08 2023 02:57:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.62s175[Aug 08 2023 02:57:56 UTC (QA Tests)] INFO -- clicking :ldap_tab176[Aug 08 2023 02:57:56 UTC (QA Tests)] INFO -- filling :username_field with "tanuki"177[Aug 08 2023 02:57:56 UTC (QA Tests)] INFO -- clicking the coordinates of :username_field178[Aug 08 2023 02:57:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"179[Aug 08 2023 02:57:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field180[Aug 08 2023 02:57:57 UTC (QA Tests)] INFO -- clicking :sign_in_button181[Aug 08 2023 02:57:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.789s182[Aug 08 2023 02:58:09 UTC (QA Tests)] INFO -- Executing: `docker exec -d priceless_hodgkin sh -c 'pkill -INT -f ffmpeg'`183[Aug 08 2023 02:58:09 UTC (QA Tests)] INFO -- Saving screenshot..184[Aug 08 2023 02:58:09 UTC (QA Tests)] INFO -- Executing: `docker exec priceless_hodgkin sh -c 'stat -c %s /data/manage_while_ldap_is_enabled_behaves_like_registration_an-2023-08-08-02-57-12-329.mp4'`185[Aug 08 2023 02:58:09 UTC (QA Tests)] INFO -- Executing: `docker cp priceless_hodgkin:/data/manage_while_ldap_is_enabled_behaves_like_registration_an-2023-08-08-02-57-12-329.mp4 tmp/`186[Aug 08 2023 02:58:09 UTC (QA Tests)] INFO -- Executing: `pwd`187[Aug 08 2023 02:58:09 UTC (QA Tests)] INFO -- Starting test: Manage while LDAP is enabled behaves like registration and login allows the user to register and login188[Aug 08 2023 02:58:09 UTC (QA Tests)] INFO -- Executing: `docker exec -d priceless_hodgkin sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 5003174629c6:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/manage_while_ldap_is_enabled_behaves_like_registration_an-2023-08-08-02-58-09-984.mp4" '`189[Aug 08 2023 02:58:11 UTC (QA Tests)] INFO -- clicking :standard_tab190[Aug 08 2023 02:58:11 UTC (QA Tests)] INFO -- filling :login_field with "root"191[Aug 08 2023 02:58:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field192[Aug 08 2023 02:58:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"193[Aug 08 2023 02:58:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field194[Aug 08 2023 02:58:11 UTC (QA Tests)] INFO -- clicking :sign_in_button195[Aug 08 2023 02:58:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.69s196[Aug 08 2023 02:58:14 UTC (QA Tests)] INFO -- clicking :context_switcher197[Aug 08 2023 02:58:14 UTC (QA Tests)] INFO -- clicking :nav_item_link198[Aug 08 2023 02:58:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.606s199[Aug 08 2023 02:58:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.138s200[Aug 08 2023 02:58:15 UTC (QA Tests)] INFO -- clicking :nav_item_link201[Aug 08 2023 02:58:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.614s202[Aug 08 2023 02:58:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-row-content' took 1.041s203[Aug 08 2023 02:58:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.046s204[Aug 08 2023 02:58:19 UTC (QA Tests)] INFO -- clicking :user_avatar_content205[Aug 08 2023 02:58:19 UTC (QA Tests)] INFO -- clicking :sign_out_link206[Aug 08 2023 02:58:30 UTC (QA Tests)] INFO -- clicking :register_link207[Aug 08 2023 02:58:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element register_link' took 0.51s208[Aug 08 2023 02:58:30 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"209[Aug 08 2023 02:58:30 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field210[Aug 08 2023 02:58:31 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User afab5101ae7eaef0"211[Aug 08 2023 02:58:31 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field212[Aug 08 2023 02:58:31 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-afab5101ae7eaef0"213[Aug 08 2023 02:58:31 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field214[Aug 08 2023 02:58:31 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-afab5101ae7eaef0@gitlab.com"215[Aug 08 2023 02:58:31 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field216[Aug 08 2023 02:58:32 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"217[Aug 08 2023 02:58:32 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field218[Aug 08 2023 02:58:32 UTC (QA Tests)] INFO -- clicking :new_user_register_button219[Aug 08 2023 02:58:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_user_register_button' took 0.694s220[Aug 08 2023 02:58:33 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown221[Aug 08 2023 02:58:33 UTC (QA Tests)] INFO -- clicking :get_started_button222[Aug 08 2023 02:58:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element get_started_button' took 0.557s223[Aug 08 2023 02:58:35 UTC (QA Tests)] INFO -- No cached token found for username: tanuki224[Aug 08 2023 02:58:35 UTC (QA Tests)] INFO -- No cached token found for username: tanuki225[Aug 08 2023 02:58:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.027s226[Aug 08 2023 02:58:36 UTC (QA Tests)] INFO -- clicking :user_avatar_content227[Aug 08 2023 02:58:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 11.11s228[Aug 08 2023 02:58:47 UTC (QA Tests)] INFO -- clicking :user_avatar_content229[Aug 08 2023 02:58:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.049s230[Aug 08 2023 02:58:48 UTC (QA Tests)] INFO -- clicking :user_avatar_content231[Aug 08 2023 02:58:48 UTC (QA Tests)] INFO -- clicking :sign_out_link232[Aug 08 2023 02:58:49 UTC (QA Tests)] INFO -- clicking :ldap_tab233[Aug 08 2023 02:58:49 UTC (QA Tests)] INFO -- filling :username_field with "tanuki"234[Aug 08 2023 02:58:49 UTC (QA Tests)] INFO -- clicking the coordinates of :username_field235[Aug 08 2023 02:58:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"236[Aug 08 2023 02:58:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field237[Aug 08 2023 02:58:50 UTC (QA Tests)] INFO -- clicking :sign_in_button238[Aug 08 2023 02:58:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.529s239[Aug 08 2023 02:58:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.013s240[Aug 08 2023 02:58:52 UTC (QA Tests)] INFO -- clicking :user_avatar_content241[Aug 08 2023 02:58:52 UTC (QA Tests)] INFO -- clicking :edit_profile_link242[Aug 08 2023 02:58:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.739s243[Aug 08 2023 02:58:53 UTC (QA Tests)] INFO -- clicking :nav_item_link244[Aug 08 2023 02:58:54 UTC (QA Tests)] INFO -- clicking :add-new-token-button245[Aug 08 2023 02:58:54 UTC (QA Tests)] INFO -- filling :access_token_name_field with "*****"246[Aug 08 2023 02:58:54 UTC (QA Tests)] INFO -- clicking the coordinates of :access_token_name_field247[Aug 08 2023 02:58:54 UTC (QA Tests)] INFO -- clicking :api_label248[Aug 08 2023 02:58:54 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-08-10"249[Aug 08 2023 02:58:54 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field250[Aug 08 2023 02:58:55 UTC (QA Tests)] INFO -- clicking :create_token_button251[Aug 08 2023 02:58:55 UTC (QA Tests)] INFO -- clicking :toggle_visibility_button252[Aug 08 2023 02:58:55 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!253[Aug 08 2023 02:58:55 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!254[Aug 08 2023 02:58:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-tanuki-nbaf49us' via api in 20.42 seconds255[Aug 08 2023 02:58:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-afab5101ae7eaef0' via browser_ui in 24.24 seconds256[Aug 08 2023 02:58:55 UTC (QA Tests)] INFO -- Executing: `docker exec -d priceless_hodgkin sh -c 'pkill -INT -f ffmpeg'`257[Aug 08 2023 02:58:55 UTC (QA Tests)] INFO -- Executing: `docker exec -d priceless_hodgkin sh -c 'rm /data/manage_while_ldap_is_enabled_behaves_like_registration_an-2023-08-08-02-58-09-984.mp4'`258 allows the user to register and login2601st Try error in ./qa/specs/features/browser_ui/1_manage/login/register_spec.rb:5:261Unable to find css "[data-testid=\"navbar\"],[data-qa-selector=\"navbar\"]"263RSpec::Retry: 2nd try ./qa/specs/features/browser_ui/1_manage/login/register_spec.rb:5264Manage265 LDAP login266[Aug 08 2023 02:58:56 UTC (QA Tests)] INFO -- Starting test: Manage LDAP login user logs into GitLab using LDAP credentials267[Aug 08 2023 02:58:56 UTC (QA Tests)] INFO -- Executing: `docker exec -d priceless_hodgkin sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 5003174629c6:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/manage_ldap_login_user_logs_into_gitlab_using_ldap_creden-2023-08-08-02-58-56-130.mp4" '`268[Aug 08 2023 02:58:56 UTC (QA Tests)] INFO -- clicking :ldap_tab269[Aug 08 2023 02:58:56 UTC (QA Tests)] INFO -- filling :username_field with "tanuki"270[Aug 08 2023 02:58:56 UTC (QA Tests)] INFO -- clicking the coordinates of :username_field271[Aug 08 2023 02:58:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"272[Aug 08 2023 02:58:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field273[Aug 08 2023 02:58:57 UTC (QA Tests)] INFO -- clicking :sign_in_button274[Aug 08 2023 02:58:59 UTC (QA Tests)] INFO -- Executing: `docker exec -d priceless_hodgkin sh -c 'pkill -INT -f ffmpeg'`275[Aug 08 2023 02:58:59 UTC (QA Tests)] INFO -- Executing: `docker exec -d priceless_hodgkin sh -c 'rm /data/manage_ldap_login_user_logs_into_gitlab_using_ldap_creden-2023-08-08-02-58-56-130.mp4'`276 user logs into GitLab using LDAP credentials277Finished in 1 minute 52.87 seconds (files took 3.68 seconds to load)2782 examples, 0 failures279Randomized with seed 4642280[Aug 08 2023 02:58:59 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=selenoid`281[Aug 08 2023 02:59:00 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f selenoid`282[Aug 08 2023 02:59:00 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ldap bash -c "gitlab-psql -c 'select n_live_tup, n_dead_tup, relname from pg_stat_all_tables order by n_live_tup DESC, n_dead_tup DESC;'"`283[Aug 08 2023 02:59:00 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ldap bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`284[Aug 08 2023 02:59:00 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ldap`285[Aug 08 2023 02:59:00 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ldap`286[Aug 08 2023 02:59:01 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=ldap-server`287[Aug 08 2023 02:59:01 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f ldap-server`289Running after script...290$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command291$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")292$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"308Not uploading cache qa-e2e-ruby-3.0-6ac9e6a80164295b57016b344a0f3568-16 due to policy310Uploading artifacts...311gitlab-qa-run-*: found 116 matching artifact files and directories 312Uploading artifacts as "archive" to coordinator... 201 Created id=4821869288 responseStatus=201 Created token=64_zNT6m313Uploading artifacts...314gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 315Uploading artifacts as "junit" to coordinator... 201 Created id=4821869288 responseStatus=201 Created token=64_zNT6m316Uploading artifacts...317/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 318Uploading artifacts as "dotenv" to coordinator... 201 Created id=4821869288 responseStatus=201 Created token=64_zNT6m320Job succeeded