registry-with-cdn
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 16.3.1 (f5dfa4d1)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-24.0.5 ...6Starting service docker:24.0.5-dind ...7Pulling docker image docker:24.0.5-dind ...8Using docker image sha256:7015f2c475d511a251955877c2862016a4042512ba625ed905e69202f87e1a21 for docker:24.0.5-dind with digest docker@sha256:3c6e4dca7a63c9a32a4e00da40461ce067f255987ccc9721cf18ffa087bcd1ef ...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-24.0.5 ...12Using docker image sha256:5b6b9b1e9933d18667b8e9caf69bab048855b4e7bd307ec442f5c62ace584d2a for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-24.0.5 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:27ab2d3fd889b0e37425d095c34302293ce43da8c6fbe5876f07327517f9859c ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1700105048-edc68c26-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: 155914, done. 20remote: Counting objects: 100% (155914/155914), done. 21remote: Compressing objects: 100% (109217/109217), done. 22remote: Total 155914 (delta 69750), reused 99194 (delta 40527), pack-reused 0 23Receiving objects: 100% (155914/155914), 137.81 MiB | 36.97 MiB/s, done.24Resolving deltas: 100% (69750/69750), done.26 * [new ref] refs/pipelines/1074263059 -> refs/pipelines/107426305927 * [new branch] master -> origin/master28Checking out 7f3e0a47 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-5fe14f76d4eb79aabf540b0a58e6de08-16...32Downloading cache from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-5fe14f76d4eb79aabf540b0a58e6de08-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 (5547762632)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5547762632 responseStatus=200 OK token=64_-K1dD38Downloading artifacts for download-fast-quarantine-report (5547762633)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5547762633 responseStatus=200 OK token=64_-K1dD41Using docker image sha256:5b6b9b1e9933d18667b8e9caf69bab048855b4e7bd307ec442f5c62ace584d2a for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-24.0.5 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:27ab2d3fd889b0e37425d095c34302293ce43da8c6fbe5876f07327517f9859c ...42$ unset GITLAB_QA_ADMIN_ACCESS_TOKEN43$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE44$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")45$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command46Bundle complete! 38 Gemfile dependencies, 136 gems now installed.47Use `bundle info [gemname]` to see where a bundled gem is installed.48$ export RSPEC_FAST_QUARANTINE_PATH="/home/gitlab/qa/${RSPEC_FAST_QUARANTINE_PATH}"49$ export RSPEC_SKIPPED_TESTS_REPORT_PATH="/home/gitlab/qa/rspec/skipped_tests-${CI_JOB_ID}.txt"50$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"51$ echo "Running - '$QA_COMMAND'"52Running - 'bundle exec gitlab-qa Test::Integration::RegistryWithCDN registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:7f3e0a47652c47a96f2c5ea8bca5d2ca4c6d8255 -- --format QA::Support::JsonFormatter --out tmp/rspec-5547762675.json --format RspecJunitFormatter --out tmp/rspec-5547762675.xml --format html --out tmp/rspec-$(echo registry-with-cdn | sed 's/[ /]/_/g').htm --color --format documentation'53$ eval "$QA_COMMAND"54[Nov 16 2023 03:31:51 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-34a4894c$`55[Nov 16 2023 03:31:51 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-34a4894c --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine/curl:latest tail -f /dev/null`56[Nov 16 2023 03:31:53 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.5.0/tls_certificates/authority/. alpine-34a4894c:/etc/gitlab/trusted-certs`57[Nov 16 2023 03:31:53 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.5.0/tls_certificates/gitlab/. alpine-34a4894c:/etc/gitlab/ssl`58[Nov 16 2023 03:31:53 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-34a4894c`59[Nov 16 2023 03:31:53 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-34a4894c`60[Nov 16 2023 03:31:53 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`61[Nov 16 2023 03:31:53 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:7f3e0a47652c47a96f2c5ea8bca5d2ca4c6d8255`62[Nov 16 2023 03:32:56 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab$`63[Nov 16 2023 03:32:56 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`64[Nov 16 2023 03:32:56 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`65[Nov 16 2023 03:32:56 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab --net test --hostname gitlab.test -p 80 --volume /builds/gitlab-org/gitlab/google_cdn_signurl_key_1700105511_54:/builds/gitlab-org/gitlab/google_cdn_signurl_key_1700105511_54:Z --volume /builds/gitlab-org/gitlab/google_cdn_json_key_1700105511_4:/builds/gitlab-org/gitlab/google_cdn_json_key_1700105511_4:Z --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-11-16-03-31-51-9a8c04a5/gitlab/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:7f3e0a47652c47a96f2c5ea8bca5d2ca4c6d8255`66[Nov 16 2023 03:33:06 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-11-16 03:31:5167gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme68gitlab_rails['gitlab_disable_animations'] = true # Disable animations69gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry70gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password71external_url 'http://gitlab.test';72registry_external_url 'http://gitlab.test:5050';73registry['middleware'] = { 'storage' => [{ 'name' => 'googlecdn', 'options' => { 'baseurl' => '[MASKED]', 'privatekey' => '/builds/gitlab-org/gitlab/google_cdn_signurl_key_1700105511_54', 'keyname' => 'cdntest' } }] }74registry['storage'] = { 'gcs' => { 'bucket' => 'cdn_registry_tests', 'keyfile' => '/builds/gitlab-org/gitlab/google_cdn_json_key_1700105511_4' } }75gitlab_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;"`76[Nov 16 2023 03:33:06 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab`77[Nov 16 2023 03:37:17 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...78[Nov 16 2023 03:37:17 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`79[Nov 16 2023 03:37:17 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab 80/tcp`80[Nov 16 2023 03:37:17 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!81[Nov 16 2023 03:37:17 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`82[Nov 16 2023 03:37:17 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "echo '#!/usr/bin/env bash83if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then84 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'85 exit 186fi87' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`88[Nov 16 2023 03:37:17 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`89[Nov 16 2023 03:37:17 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q aerokube/selenoid:latest-release`90[Nov 16 2023 03:37:19 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^selenoid$`91[Nov 16 2023 03:37:19 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`92[Nov 16 2023 03:37:19 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q selenoid/chrome:111.0`93[Nov 16 2023 03:37:39 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q presidenten/selenoid-manual-video-recorder:latest`94[Nov 16 2023 03:37:40 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-11-16-03-31-51-9a8c04a5/selenoid/video --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.5.0/lib/gitlab/qa/component/../../../../fixtures/selenoid:/etc/selenoid:z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-11-16-03-31-51-9a8c04a5/selenoid/video:/opt/selenoid/video:z aerokube/selenoid:latest-release -video-recorder-image presidenten/selenoid-manual-video-recorder -container-network test -timeout 10m0s`95[Nov 16 2023 03:37:49 UTC (Gitlab QA)] INFO -- Waiting for Selenoid ...96[Nov 16 2023 03:37:49 UTC (Gitlab QA)] INFO -- Selenoid ready!97[Nov 16 2023 03:37:49 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`98[Nov 16 2023 03:37:50 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:7f3e0a47652c47a96f2c5ea8bca5d2ca4c6d8255`99[Nov 16 2023 03:39:12 UTC (Gitlab QA)] INFO -- Running test suite `Test::Integration::RegistryWithCDN` for gitlab-ee100[Nov 16 2023 03:39:12 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_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_OMNIBUS_MR_TESTS="$QA_OMNIBUS_MR_TESTS" --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_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --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 GOOGLE_CDN_JSON_KEY="$GOOGLE_CDN_JSON_KEY" --env GOOGLE_CDN_LB="$GOOGLE_CDN_LB" --env GOOGLE_CDN_SIGNURL_KEY="$GOOGLE_CDN_SIGNURL_KEY" --env GOOGLE_CDN_SIGNURL_KEY_NAME="$GOOGLE_CDN_SIGNURL_KEY_NAME" --env GCS_CDN_BUCKET_NAME="$GCS_CDN_BUCKET_NAME" --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-11-16-03-31-51-9a8c04a5/selenoid" --env USE_SELENOID="$USE_SELENOID" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-11-16-03-31-51-9a8c04a5/gitlab-ee-qa-517f0b8f:/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-ee-qa-517f0b8f registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:7f3e0a47652c47a96f2c5ea8bca5d2ca4c6d8255 Test::Integration::RegistryWithCDN http://gitlab.test -- --format QA::Support::JsonFormatter --out tmp/rspec-5547762675.json --format RspecJunitFormatter --out tmp/rspec-5547762675.xml --format html --out tmp/rspec-registry-with-cdn.htm --color --format documentation`1012023-11-16 03:39:22 / CONF :: 102 ==> Base URL: http://gitlab.test103 ==> Browser: #<Selenium::WebDriver::Remote::Driver:0x00007f77cc1eef88>104 ==> Libraries: Chemlab::Vendor105[Nov 16 2023 03:39:22 UTC (QA Tests)] INFO -- Browser: chrome106[Nov 16 2023 03:39:22 UTC (QA Tests)] INFO -- Browser version: 111.0107[Nov 16 2023 03:39:22 UTC (QA Tests)] INFO -- Performing sanity check for environment!108[Nov 16 2023 03:39:23 UTC (QA Tests)] INFO -- Performing initial license fabrication!109[Nov 16 2023 03:39:24 UTC (QA Tests)] INFO -- filling :login_field with "root"110[Nov 16 2023 03:39:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field111[Nov 16 2023 03:39:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"112[Nov 16 2023 03:39:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field113[Nov 16 2023 03:39:24 UTC (QA Tests)] INFO -- clicking :sign_in_button114[Nov 16 2023 03:39:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.9s115[Nov 16 2023 03:39:28 UTC (QA Tests)] INFO -- No cached token found for username: root116[Nov 16 2023 03:39:28 UTC (QA Tests)] INFO -- No cached token found for username: root117[Nov 16 2023 03:39:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.08s118[Nov 16 2023 03:39:29 UTC (QA Tests)] INFO -- clicking :user_avatar_content119[Nov 16 2023 03:39:29 UTC (QA Tests)] INFO -- clicking :user_avatar_content120[Nov 16 2023 03:39:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.019s121[Nov 16 2023 03:39:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.047s122[Nov 16 2023 03:39:32 UTC (QA Tests)] INFO -- clicking :user_avatar_content123[Nov 16 2023 03:39:32 UTC (QA Tests)] INFO -- clicking :sign_out_link124[Nov 16 2023 03:39:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 1.381s125[Nov 16 2023 03:39:34 UTC (QA Tests)] INFO -- filling :login_field with "root"126[Nov 16 2023 03:39:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field127[Nov 16 2023 03:39:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"128[Nov 16 2023 03:39:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field129[Nov 16 2023 03:39:34 UTC (QA Tests)] INFO -- clicking :sign_in_button130[Nov 16 2023 03:39:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.526s131[Nov 16 2023 03:39:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.027s132[Nov 16 2023 03:39:39 UTC (QA Tests)] INFO -- clicking :user_avatar_content133[Nov 16 2023 03:39:39 UTC (QA Tests)] INFO -- clicking :edit_profile_link134[Nov 16 2023 03:39:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 1.297s135[Nov 16 2023 03:39:40 UTC (QA Tests)] INFO -- clicking :nav-item-link136[Nov 16 2023 03:39:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.652s137[Nov 16 2023 03:39:41 UTC (QA Tests)] INFO -- clicking :add-new-token-button138[Nov 16 2023 03:39:41 UTC (QA Tests)] INFO -- filling :access_token_name_field with "*****"139[Nov 16 2023 03:39:41 UTC (QA Tests)] INFO -- clicking the coordinates of :access_token_name_field140[Nov 16 2023 03:39:41 UTC (QA Tests)] INFO -- clicking :api-label141[Nov 16 2023 03:39:41 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-11-18"142[Nov 16 2023 03:39:41 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field143[Nov 16 2023 03:39:42 UTC (QA Tests)] INFO -- clicking :create_token_button144[Nov 16 2023 03:39:42 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:WGfNiS145[Nov 16 2023 03:39:42 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:WGfNiS146[Nov 16 2023 03:39:42 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!147[Nov 16 2023 03:39:42 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!148[Nov 16 2023 03:39:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-root-8qmotddd' via api in 14.52 seconds149[Nov 16 2023 03:39:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.027s150[Nov 16 2023 03:39:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.021s151[Nov 16 2023 03:39:45 UTC (QA Tests)] INFO -- clicking :user_avatar_content152[Nov 16 2023 03:39:45 UTC (QA Tests)] INFO -- clicking :sign_out_link153[Nov 16 2023 03:39:46 UTC (QA Tests)] INFO -- Successfully added license key. Details:154{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}155[Nov 16 2023 03:39:46 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.24 seconds156[Nov 16 2023 03:39:46 UTC (QA Tests)] INFO -- Disabling sync with External package metadata database157[Nov 16 2023 03:39:47 UTC (QA Tests)] INFO -- Setting application settings: {:package_metadata_purl_types=>[11]}158[Nov 16 2023 03:39:47 UTC (QA Tests)] INFO -- Executing: `docker ps -f ancestor='presidenten/selenoid-manual-video-recorder' --format '{{.Names}}'`159[Nov 16 2023 03:39:47 UTC (QA Tests)] INFO -- Executing: `docker ps -f ancestor='selenoid/chrome:111.0' --format '{{.Names}}'`160[Nov 16 2023 03:39:47 UTC (QA Tests)] INFO -- Executing: `docker inspect vigilant_pare --format '{{.Config.Hostname}}'`161[Nov 16 2023 03:39:47 UTC (QA Tests)] INFO -- Test failure video recording setup complete!162Run options:163 include {:registry=>true}164 exclude {:geo=>true, :requires_praefect=>true}165Randomized with seed 38195166Package167 Self-managed Container Registry168 when tls is disabled169 using docker:23.0.6 and a project deploy token170[Nov 16 2023 03:41:24 UTC (QA Tests)] INFO -- Starting test: Package Self-managed Container Registry when tls is disabled using docker:23.0.6 and a project deploy token pushes image and deletes tag171[Nov 16 2023 03:41:25 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 7020b5833269:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-41-25-412.mp4" '`172[Nov 16 2023 03:41:25 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:WGfNiS173[Nov 16 2023 03:41:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-6kyyiy4a' via cache in 0.0 seconds174[Nov 16 2023 03:41:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.036s175[Nov 16 2023 03:41:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 2.97 seconds176[Nov 16 2023 03:41:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d' via api in 4.81 seconds177[Nov 16 2023 03:41:34 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.178[Nov 16 2023 03:41:34 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`179[Nov 16 2023 03:41:39 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`180[Nov 16 2023 03:41:39 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`181[Nov 16 2023 03:41:39 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1700106085 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1700106085 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-1700106085 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-8eb4bf9d83b4a013 --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" `182[Nov 16 2023 03:41:42 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1700106085`183[Nov 16 2023 03:41:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`184[Nov 16 2023 03:41:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1700106085' via api in 9.58 seconds185[Nov 16 2023 03:41:44 UTC (QA Tests)] INFO -- filling :login_field with "root"186[Nov 16 2023 03:41:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field187[Nov 16 2023 03:41:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"188[Nov 16 2023 03:41:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field189[Nov 16 2023 03:41:44 UTC (QA Tests)] INFO -- clicking :sign_in_button190[Nov 16 2023 03:41:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.306s191[Nov 16 2023 03:41:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d/project-with-registry-8eb4bf9d83b4a013192[Nov 16 2023 03:41:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-1' via api in 0.19 seconds193[Nov 16 2023 03:41:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.52 seconds194[Nov 16 2023 03:41:54 UTC (QA Tests)] INFO -- clicking :menu_section_button195[Nov 16 2023 03:41:54 UTC (QA Tests)] INFO -- clicking :nav-item-link196[Nov 16 2023 03:41:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.575s197[Nov 16 2023 03:41:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline-table-row' took 1.197s198[Nov 16 2023 03:41:58 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present199[Nov 16 2023 03:41:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.512s200[Nov 16 2023 03:42:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 2.37s201[Nov 16 2023 03:42:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.098s202[Nov 16 2023 03:42:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job-log-content' took 1.119s203[Nov 16 2023 03:42:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.775s204[Nov 16 2023 03:42:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements ci-icon-text' took 0.794s205[Nov 16 2023 03:42:46 UTC (QA Tests)] INFO -- clicking :menu_section_button206[Nov 16 2023 03:42:46 UTC (QA Tests)] INFO -- clicking :nav-item-link207[Nov 16 2023 03:42:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.494s208[Nov 16 2023 03:42:48 UTC (QA Tests)] INFO -- clicking :details-link209[Nov 16 2023 03:42:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? name' took 0.639s210[Nov 16 2023 03:42:49 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'pkill -INT -f ffmpeg'`211[Nov 16 2023 03:42:49 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-41-25-412.mp4'`212 pushes image and deletes tag213 using docker:23.0.6 and a ci job token214[Nov 16 2023 03:42:49 UTC (QA Tests)] INFO -- Starting test: Package Self-managed Container Registry when tls is disabled using docker:23.0.6 and a ci job token pushes image and deletes tag215[Nov 16 2023 03:42:49 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 7020b5833269:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-42-49-992.mp4" '`216[Nov 16 2023 03:42:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.11 seconds217[Nov 16 2023 03:42:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d' via api in 0.33 seconds218[Nov 16 2023 03:42:52 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.219[Nov 16 2023 03:42:52 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`220[Nov 16 2023 03:42:53 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`221[Nov 16 2023 03:42:53 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`222[Nov 16 2023 03:42:53 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1700106170 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1700106170 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-1700106170 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-778d6af3ba6f1652 --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" `223[Nov 16 2023 03:42:53 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1700106170`224[Nov 16 2023 03:42:54 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`225[Nov 16 2023 03:42:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1700106170' via api in 1.59 seconds226[Nov 16 2023 03:42:55 UTC (QA Tests)] INFO -- filling :login_field with "root"227[Nov 16 2023 03:42:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field228[Nov 16 2023 03:42:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"229[Nov 16 2023 03:42:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field230[Nov 16 2023 03:42:56 UTC (QA Tests)] INFO -- clicking :sign_in_button231[Nov 16 2023 03:42:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.327s232[Nov 16 2023 03:42:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d/project-with-registry-778d6af3ba6f1652233[Nov 16 2023 03:43:03 UTC (QA Tests)] INFO -- clicking :menu_section_button234[Nov 16 2023 03:43:03 UTC (QA Tests)] INFO -- clicking :nav-item-link235[Nov 16 2023 03:43:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.46s236[Nov 16 2023 03:43:07 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present237[Nov 16 2023 03:43:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 2.162s238[Nov 16 2023 03:43:53 UTC (QA Tests)] INFO -- clicking :menu_section_button239[Nov 16 2023 03:43:53 UTC (QA Tests)] INFO -- clicking :nav-item-link240[Nov 16 2023 03:43:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.216s241[Nov 16 2023 03:43:54 UTC (QA Tests)] INFO -- clicking :details-link242[Nov 16 2023 03:43:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? name' took 0.646s243[Nov 16 2023 03:43:55 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'pkill -INT -f ffmpeg'`244[Nov 16 2023 03:43:55 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-42-49-992.mp4'`245 pushes image and deletes tag246 using docker:20.10.23 and a ci job token247[Nov 16 2023 03:43:56 UTC (QA Tests)] INFO -- Starting test: Package Self-managed Container Registry when tls is disabled using docker:20.10.23 and a ci job token pushes image and deletes tag248[Nov 16 2023 03:43:56 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 7020b5833269:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-43-56-275.mp4" '`249[Nov 16 2023 03:43:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.1 seconds250[Nov 16 2023 03:43:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d' via api in 0.3 seconds251[Nov 16 2023 03:44:03 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.252[Nov 16 2023 03:44:03 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`253[Nov 16 2023 03:44:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`254[Nov 16 2023 03:44:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`255[Nov 16 2023 03:44:03 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1700106236 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1700106236 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-1700106236 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-c3efc7dbeb6c218f --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" `256[Nov 16 2023 03:44:04 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1700106236`257[Nov 16 2023 03:44:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`258[Nov 16 2023 03:44:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1700106236' via api in 1.5 seconds259[Nov 16 2023 03:44:05 UTC (QA Tests)] INFO -- filling :login_field with "root"260[Nov 16 2023 03:44:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field261[Nov 16 2023 03:44:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"262[Nov 16 2023 03:44:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field263[Nov 16 2023 03:44:06 UTC (QA Tests)] INFO -- clicking :sign_in_button264[Nov 16 2023 03:44:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.414s265[Nov 16 2023 03:44:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d/project-with-registry-c3efc7dbeb6c218f266[Nov 16 2023 03:44:13 UTC (QA Tests)] INFO -- clicking :menu_section_button267[Nov 16 2023 03:44:14 UTC (QA Tests)] INFO -- clicking :nav-item-link268[Nov 16 2023 03:44:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.258s269[Nov 16 2023 03:44:17 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present270[Nov 16 2023 03:44:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 1.932s271[Nov 16 2023 03:45:12 UTC (QA Tests)] INFO -- clicking :menu_section_button272[Nov 16 2023 03:45:12 UTC (QA Tests)] INFO -- clicking :nav-item-link273[Nov 16 2023 03:45:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.335s274[Nov 16 2023 03:45:14 UTC (QA Tests)] INFO -- clicking :details-link275[Nov 16 2023 03:45:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? name' took 0.622s276[Nov 16 2023 03:45:14 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'pkill -INT -f ffmpeg'`277[Nov 16 2023 03:45:15 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-43-56-275.mp4'`278 pushes image and deletes tag279 using docker:20.10.23 and a project deploy token280[Nov 16 2023 03:45:15 UTC (QA Tests)] INFO -- Starting test: Package Self-managed Container Registry when tls is disabled using docker:20.10.23 and a project deploy token pushes image and deletes tag281[Nov 16 2023 03:45:15 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 7020b5833269:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-45-15-438.mp4" '`282[Nov 16 2023 03:45:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.1 seconds283[Nov 16 2023 03:45:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d' via api in 0.37 seconds284[Nov 16 2023 03:45:22 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.285[Nov 16 2023 03:45:22 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`286[Nov 16 2023 03:45:22 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`287[Nov 16 2023 03:45:22 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`288[Nov 16 2023 03:45:23 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1700106315 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1700106315 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-1700106315 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-aea73087f2dfffdd --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" `289[Nov 16 2023 03:45:23 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1700106315`290[Nov 16 2023 03:45:23 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`291[Nov 16 2023 03:45:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1700106315' via api in 1.43 seconds292[Nov 16 2023 03:45:24 UTC (QA Tests)] INFO -- filling :login_field with "root"293[Nov 16 2023 03:45:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field294[Nov 16 2023 03:45:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"295[Nov 16 2023 03:45:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field296[Nov 16 2023 03:45:25 UTC (QA Tests)] INFO -- clicking :sign_in_button297[Nov 16 2023 03:45:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.358s298[Nov 16 2023 03:45:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d/project-with-registry-aea73087f2dfffdd299[Nov 16 2023 03:45:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-2' via api in 0.16 seconds300[Nov 16 2023 03:45:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.29 seconds301[Nov 16 2023 03:45:32 UTC (QA Tests)] INFO -- clicking :menu_section_button302[Nov 16 2023 03:45:32 UTC (QA Tests)] INFO -- clicking :nav-item-link303[Nov 16 2023 03:45:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.824s304[Nov 16 2023 03:45:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline-table-row' took 0.858s305[Nov 16 2023 03:45:36 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present306[Nov 16 2023 03:45:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 1.866s307[Nov 16 2023 03:46:22 UTC (QA Tests)] INFO -- clicking :menu_section_button308[Nov 16 2023 03:46:22 UTC (QA Tests)] INFO -- clicking :nav-item-link309[Nov 16 2023 03:46:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.293s310[Nov 16 2023 03:46:24 UTC (QA Tests)] INFO -- clicking :details-link311[Nov 16 2023 03:46:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? name' took 0.606s312[Nov 16 2023 03:46:25 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'pkill -INT -f ffmpeg'`313[Nov 16 2023 03:46:25 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-45-15-438.mp4'`314 pushes image and deletes tag315 using docker:24.0.1 and a ci job token316[Nov 16 2023 03:46:25 UTC (QA Tests)] INFO -- Starting test: Package Self-managed Container Registry when tls is disabled using docker:24.0.1 and a ci job token pushes image and deletes tag317[Nov 16 2023 03:46:25 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 7020b5833269:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-46-25-729.mp4" '`318[Nov 16 2023 03:46:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.22 seconds319[Nov 16 2023 03:46:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d' via api in 0.54 seconds320[Nov 16 2023 03:46:29 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.321[Nov 16 2023 03:46:29 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`322[Nov 16 2023 03:46:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`323[Nov 16 2023 03:46:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`324[Nov 16 2023 03:46:29 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1700106385 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1700106385 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-1700106385 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-ef69bec217fcacc3 --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" `325[Nov 16 2023 03:46:30 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1700106385`326[Nov 16 2023 03:46:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`327[Nov 16 2023 03:46:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1700106385' via api in 1.83 seconds328[Nov 16 2023 03:46:32 UTC (QA Tests)] INFO -- filling :login_field with "root"329[Nov 16 2023 03:46:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field330[Nov 16 2023 03:46:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"331[Nov 16 2023 03:46:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field332[Nov 16 2023 03:46:33 UTC (QA Tests)] INFO -- clicking :sign_in_button333[Nov 16 2023 03:46:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.31s334[Nov 16 2023 03:46:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d/project-with-registry-ef69bec217fcacc3335[Nov 16 2023 03:46:39 UTC (QA Tests)] INFO -- clicking :menu_section_button336[Nov 16 2023 03:46:40 UTC (QA Tests)] INFO -- clicking :nav-item-link337[Nov 16 2023 03:46:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.152s338[Nov 16 2023 03:46:42 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present339[Nov 16 2023 03:46:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline-path' took 0.601s340[Nov 16 2023 03:46:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 2.34s341[Nov 16 2023 03:47:28 UTC (QA Tests)] INFO -- clicking :menu_section_button342[Nov 16 2023 03:47:29 UTC (QA Tests)] INFO -- clicking :nav-item-link343[Nov 16 2023 03:47:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.171s344[Nov 16 2023 03:47:30 UTC (QA Tests)] INFO -- clicking :details-link345[Nov 16 2023 03:47:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? name' took 0.573s346[Nov 16 2023 03:47:31 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'pkill -INT -f ffmpeg'`347[Nov 16 2023 03:47:31 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-46-25-729.mp4'`348 pushes image and deletes tag349 using docker:24.0.1 and a personal access token350[Nov 16 2023 03:47:31 UTC (QA Tests)] INFO -- Starting test: Package Self-managed Container Registry when tls is disabled using docker:24.0.1 and a personal access token pushes image and deletes tag351[Nov 16 2023 03:47:31 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 7020b5833269:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-47-31-895.mp4" '`352[Nov 16 2023 03:47:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.1 seconds353[Nov 16 2023 03:47:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d' via api in 0.32 seconds354[Nov 16 2023 03:47:40 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.355[Nov 16 2023 03:47:40 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`356[Nov 16 2023 03:47:41 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`357[Nov 16 2023 03:47:41 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`358[Nov 16 2023 03:47:41 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1700106452 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1700106452 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-1700106452 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-8dda0d6b55521148 --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" `359[Nov 16 2023 03:47:41 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1700106452`360[Nov 16 2023 03:47:41 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`361[Nov 16 2023 03:47:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1700106452' via api in 2.75 seconds362[Nov 16 2023 03:47:44 UTC (QA Tests)] INFO -- filling :login_field with "root"363[Nov 16 2023 03:47:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field364[Nov 16 2023 03:47:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"365[Nov 16 2023 03:47:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field366[Nov 16 2023 03:47:45 UTC (QA Tests)] INFO -- clicking :sign_in_button367[Nov 16 2023 03:47:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.565s368[Nov 16 2023 03:47:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d/project-with-registry-8dda0d6b55521148369[Nov 16 2023 03:47:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.96 seconds370[Nov 16 2023 03:47:54 UTC (QA Tests)] INFO -- clicking :menu_section_button371[Nov 16 2023 03:47:54 UTC (QA Tests)] INFO -- clicking :nav-item-link372[Nov 16 2023 03:47:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.227s373[Nov 16 2023 03:47:58 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present374[Nov 16 2023 03:48:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 2.787s375[Nov 16 2023 03:48:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.77s376[Nov 16 2023 03:48:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements ci-icon-text' took 0.787s377[Nov 16 2023 03:48:43 UTC (QA Tests)] INFO -- clicking :menu_section_button378[Nov 16 2023 03:48:43 UTC (QA Tests)] INFO -- clicking :nav-item-link379[Nov 16 2023 03:48:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.223s380[Nov 16 2023 03:48:45 UTC (QA Tests)] INFO -- clicking :details-link381[Nov 16 2023 03:48:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? name' took 0.673s382[Nov 16 2023 03:48:45 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'pkill -INT -f ffmpeg'`383[Nov 16 2023 03:48:46 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-47-31-895.mp4'`384 pushes image and deletes tag385 using docker:20.10.23 and a personal access token386[Nov 16 2023 03:48:46 UTC (QA Tests)] INFO -- Starting test: Package Self-managed Container Registry when tls is disabled using docker:20.10.23 and a personal access token pushes image and deletes tag387[Nov 16 2023 03:48:46 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 7020b5833269:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-48-46-474.mp4" '`388[Nov 16 2023 03:48:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.1 seconds389[Nov 16 2023 03:48:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d' via api in 0.32 seconds390[Nov 16 2023 03:48:53 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.391[Nov 16 2023 03:48:53 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`392[Nov 16 2023 03:48:53 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`393[Nov 16 2023 03:48:54 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`394[Nov 16 2023 03:48:54 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1700106526 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1700106526 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-1700106526 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-748013bacedde4ee --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" `395[Nov 16 2023 03:48:54 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1700106526`396[Nov 16 2023 03:48:54 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`397[Nov 16 2023 03:48:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1700106526' via api in 1.51 seconds398[Nov 16 2023 03:48:56 UTC (QA Tests)] INFO -- filling :login_field with "root"399[Nov 16 2023 03:48:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field400[Nov 16 2023 03:48:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"401[Nov 16 2023 03:48:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field402[Nov 16 2023 03:48:56 UTC (QA Tests)] INFO -- clicking :sign_in_button403[Nov 16 2023 03:48:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.406s404[Nov 16 2023 03:49:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d/project-with-registry-748013bacedde4ee405[Nov 16 2023 03:49:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.27 seconds406[Nov 16 2023 03:49:04 UTC (QA Tests)] INFO -- clicking :menu_section_button407[Nov 16 2023 03:49:04 UTC (QA Tests)] INFO -- clicking :nav-item-link408[Nov 16 2023 03:49:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.19s409[Nov 16 2023 03:49:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline-table-row' took 10.518s410[Nov 16 2023 03:49:18 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present411[Nov 16 2023 03:49:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.615s412[Nov 16 2023 03:49:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline-path' took 0.769s413[Nov 16 2023 03:49:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 2.797s414[Nov 16 2023 03:49:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.567s415[Nov 16 2023 03:49:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job-log-content' took 0.592s416[Nov 16 2023 03:50:04 UTC (QA Tests)] INFO -- clicking :menu_section_button417[Nov 16 2023 03:50:04 UTC (QA Tests)] INFO -- clicking :nav-item-link418[Nov 16 2023 03:50:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.295s419[Nov 16 2023 03:50:06 UTC (QA Tests)] INFO -- clicking :details-link420[Nov 16 2023 03:50:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? name' took 0.623s421[Nov 16 2023 03:50:07 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'pkill -INT -f ffmpeg'`422[Nov 16 2023 03:50:07 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-48-46-474.mp4'`423 pushes image and deletes tag424 using docker:24.0.1 and a project deploy token425[Nov 16 2023 03:50:07 UTC (QA Tests)] INFO -- Starting test: Package Self-managed Container Registry when tls is disabled using docker:24.0.1 and a project deploy token pushes image and deletes tag426[Nov 16 2023 03:50:07 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 7020b5833269:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-50-07-996.mp4" '`427[Nov 16 2023 03:50:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.12 seconds428[Nov 16 2023 03:50:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d' via api in 0.36 seconds429[Nov 16 2023 03:50:15 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.430[Nov 16 2023 03:50:15 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`431[Nov 16 2023 03:50:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`432[Nov 16 2023 03:50:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`433[Nov 16 2023 03:50:15 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1700106608 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1700106608 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-1700106608 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-4b6c0da90a644c55 --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" `434[Nov 16 2023 03:50:16 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1700106608`435[Nov 16 2023 03:50:16 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`436[Nov 16 2023 03:50:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1700106608' via api in 1.57 seconds437[Nov 16 2023 03:50:17 UTC (QA Tests)] INFO -- filling :login_field with "root"438[Nov 16 2023 03:50:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field439[Nov 16 2023 03:50:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"440[Nov 16 2023 03:50:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field441[Nov 16 2023 03:50:18 UTC (QA Tests)] INFO -- clicking :sign_in_button442[Nov 16 2023 03:50:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.402s443[Nov 16 2023 03:50:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d/project-with-registry-4b6c0da90a644c55444[Nov 16 2023 03:50:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-3' via api in 0.22 seconds445[Nov 16 2023 03:50:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.38 seconds446[Nov 16 2023 03:50:26 UTC (QA Tests)] INFO -- clicking :menu_section_button447[Nov 16 2023 03:50:26 UTC (QA Tests)] INFO -- clicking :nav-item-link448[Nov 16 2023 03:50:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.292s449[Nov 16 2023 03:50:29 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present450[Nov 16 2023 03:50:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 2.602s451[Nov 16 2023 03:51:15 UTC (QA Tests)] INFO -- clicking :menu_section_button452[Nov 16 2023 03:51:15 UTC (QA Tests)] INFO -- clicking :nav-item-link453[Nov 16 2023 03:51:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.154s454[Nov 16 2023 03:51:17 UTC (QA Tests)] INFO -- clicking :details-link455[Nov 16 2023 03:51:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? name' took 0.586s456[Nov 16 2023 03:51:18 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'pkill -INT -f ffmpeg'`457[Nov 16 2023 03:51:18 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-50-07-996.mp4'`458 pushes image and deletes tag459 using docker:23.0.6 and a personal access token460[Nov 16 2023 03:51:18 UTC (QA Tests)] INFO -- Starting test: Package Self-managed Container Registry when tls is disabled using docker:23.0.6 and a personal access token pushes image and deletes tag461[Nov 16 2023 03:51:18 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 7020b5833269:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-51-18-811.mp4" '`462[Nov 16 2023 03:51:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.09 seconds463[Nov 16 2023 03:51:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d' via api in 0.31 seconds464[Nov 16 2023 03:51:26 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.465[Nov 16 2023 03:51:26 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`466[Nov 16 2023 03:51:26 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`467[Nov 16 2023 03:51:26 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`468[Nov 16 2023 03:51:26 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1700106678 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1700106678 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-1700106678 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-1afe6c0c937281c4 --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" `469[Nov 16 2023 03:51:27 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1700106678`470[Nov 16 2023 03:51:27 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`471[Nov 16 2023 03:51:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1700106678' via api in 1.55 seconds472[Nov 16 2023 03:51:28 UTC (QA Tests)] INFO -- filling :login_field with "root"473[Nov 16 2023 03:51:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field474[Nov 16 2023 03:51:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"475[Nov 16 2023 03:51:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field476[Nov 16 2023 03:51:29 UTC (QA Tests)] INFO -- clicking :sign_in_button477[Nov 16 2023 03:51:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 3.078s478[Nov 16 2023 03:51:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d/project-with-registry-1afe6c0c937281c4479[Nov 16 2023 03:51:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.32 seconds480[Nov 16 2023 03:51:39 UTC (QA Tests)] INFO -- clicking :menu_section_button481[Nov 16 2023 03:51:39 UTC (QA Tests)] INFO -- clicking :nav-item-link482[Nov 16 2023 03:51:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.276s483[Nov 16 2023 03:51:42 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present484[Nov 16 2023 03:51:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 1.86s485[Nov 16 2023 03:52:28 UTC (QA Tests)] INFO -- clicking :menu_section_button486[Nov 16 2023 03:52:28 UTC (QA Tests)] INFO -- clicking :nav-item-link487[Nov 16 2023 03:52:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.303s488[Nov 16 2023 03:52:29 UTC (QA Tests)] INFO -- clicking :details-link489[Nov 16 2023 03:52:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? name' took 0.738s490[Nov 16 2023 03:52:30 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'pkill -INT -f ffmpeg'`491[Nov 16 2023 03:52:31 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-11-16-03-51-18-811.mp4'`492 pushes image and deletes tag493Package494 Dependency Proxy495 using docker:24.0.1 and a group deploy token496[Nov 16 2023 03:52:31 UTC (QA Tests)] INFO -- Starting test: Package Dependency Proxy using docker:24.0.1 and a group deploy token pulls an image using the dependency proxy497[Nov 16 2023 03:52:31 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 7020b5833269:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_dependency_proxy_using_docker_24_0_1_and_a_group_-2023-11-16-03-52-31-460.mp4" '`498[Nov 16 2023 03:52:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.1 seconds499[Nov 16 2023 03:52:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d' via api in 0.3 seconds500[Nov 16 2023 03:52:33 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.501[Nov 16 2023 03:52:33 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`502[Nov 16 2023 03:52:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`503[Nov 16 2023 03:52:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`504[Nov 16 2023 03:52:33 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1700106751 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1700106751 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-1700106751 --url http://gitlab.test --registration-token **** --tag-list runner-for-dependency-proxy-project-7527962e5a267ba5 --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" `505[Nov 16 2023 03:52:34 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1700106751`506[Nov 16 2023 03:52:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`507[Nov 16 2023 03:52:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1700106751' via api in 1.54 seconds508[Nov 16 2023 03:52:35 UTC (QA Tests)] INFO -- filling :login_field with "root"509[Nov 16 2023 03:52:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field510[Nov 16 2023 03:52:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"511[Nov 16 2023 03:52:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field512[Nov 16 2023 03:52:36 UTC (QA Tests)] INFO -- clicking :sign_in_button513[Nov 16 2023 03:52:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.543s514[Nov 16 2023 03:52:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d515[Nov 16 2023 03:52:41 UTC (QA Tests)] INFO -- clicking :menu_section_button516[Nov 16 2023 03:52:41 UTC (QA Tests)] INFO -- clicking :nav-item-link517[Nov 16 2023 03:52:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.055s518[Nov 16 2023 03:52:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupDeployToken with username 'gitlab+deploy-token-4' via api in 0.17 seconds519[Nov 16 2023 03:52:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupCiVariable via api in 0.32 seconds520[Nov 16 2023 03:52:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d/dependency-proxy-project-7527962e5a267ba5521[Nov 16 2023 03:52:46 UTC (QA Tests)] INFO -- clicking :menu_section_button522[Nov 16 2023 03:52:47 UTC (QA Tests)] INFO -- clicking :nav-item-link523[Nov 16 2023 03:52:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.122s524[Nov 16 2023 03:52:50 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present525[Nov 16 2023 03:52:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 1.791s526[Nov 16 2023 03:53:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d527[Nov 16 2023 03:53:15 UTC (QA Tests)] INFO -- clicking :menu_section_button528[Nov 16 2023 03:53:15 UTC (QA Tests)] INFO -- clicking :nav-item-link529[Nov 16 2023 03:53:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.984s530[Nov 16 2023 03:53:16 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1700106751'531[Nov 16 2023 03:53:17 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1700106751`532[Nov 16 2023 03:53:17 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'pkill -INT -f ffmpeg'`533[Nov 16 2023 03:53:17 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'rm /data/package_dependency_proxy_using_docker_24_0_1_and_a_group_-2023-11-16-03-52-31-460.mp4'`534 pulls an image using the dependency proxy535 using docker:24.0.1 and a ci job token536[Nov 16 2023 03:53:17 UTC (QA Tests)] INFO -- Starting test: Package Dependency Proxy using docker:24.0.1 and a ci job token pulls an image using the dependency proxy537[Nov 16 2023 03:53:17 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 7020b5833269:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_dependency_proxy_using_docker_24_0_1_and_a_ci_job-2023-11-16-03-53-17-920.mp4" '`538[Nov 16 2023 03:53:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.13 seconds539[Nov 16 2023 03:53:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d' via api in 0.34 seconds540[Nov 16 2023 03:53:19 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.541[Nov 16 2023 03:53:19 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`542[Nov 16 2023 03:53:19 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`543[Nov 16 2023 03:53:19 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`544[Nov 16 2023 03:53:19 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1700106798 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1700106798 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-1700106798 --url http://gitlab.test --registration-token **** --tag-list runner-for-dependency-proxy-project-53dd0d8b60a6be01 --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" `545[Nov 16 2023 03:53:20 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1700106798`546[Nov 16 2023 03:53:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`547[Nov 16 2023 03:53:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1700106798' via api in 1.45 seconds548[Nov 16 2023 03:53:21 UTC (QA Tests)] INFO -- filling :login_field with "root"549[Nov 16 2023 03:53:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field550[Nov 16 2023 03:53:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"551[Nov 16 2023 03:53:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field552[Nov 16 2023 03:53:22 UTC (QA Tests)] INFO -- clicking :sign_in_button553[Nov 16 2023 03:53:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.991s554[Nov 16 2023 03:53:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d555[Nov 16 2023 03:53:28 UTC (QA Tests)] INFO -- clicking :menu_section_button556[Nov 16 2023 03:53:28 UTC (QA Tests)] INFO -- clicking :nav-item-link557[Nov 16 2023 03:53:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.041s558[Nov 16 2023 03:53:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d/dependency-proxy-project-53dd0d8b60a6be01559[Nov 16 2023 03:53:33 UTC (QA Tests)] INFO -- clicking :menu_section_button560[Nov 16 2023 03:53:33 UTC (QA Tests)] INFO -- clicking :nav-item-link561[Nov 16 2023 03:53:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.09s562[Nov 16 2023 03:53:36 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present563[Nov 16 2023 03:53:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 2.208s564[Nov 16 2023 03:53:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d565[Nov 16 2023 03:53:53 UTC (QA Tests)] INFO -- clicking :menu_section_button566[Nov 16 2023 03:53:53 UTC (QA Tests)] INFO -- clicking :nav-item-link567[Nov 16 2023 03:53:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.007s568[Nov 16 2023 03:53:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1700106798'569[Nov 16 2023 03:53:54 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1700106798`570[Nov 16 2023 03:53:55 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'pkill -INT -f ffmpeg'`571[Nov 16 2023 03:53:55 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'rm /data/package_dependency_proxy_using_docker_24_0_1_and_a_ci_job-2023-11-16-03-53-17-920.mp4'`572 pulls an image using the dependency proxy573 using docker:24.0.1 and a personal access token574[Nov 16 2023 03:53:55 UTC (QA Tests)] INFO -- Starting test: Package Dependency Proxy using docker:24.0.1 and a personal access token pulls an image using the dependency proxy575[Nov 16 2023 03:53:55 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 7020b5833269:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_dependency_proxy_using_docker_24_0_1_and_a_person-2023-11-16-03-53-55-668.mp4" '`576[Nov 16 2023 03:53:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.1 seconds577[Nov 16 2023 03:53:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d' via api in 0.31 seconds578[Nov 16 2023 03:53:57 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.579[Nov 16 2023 03:53:57 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`580[Nov 16 2023 03:53:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`581[Nov 16 2023 03:53:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`582[Nov 16 2023 03:53:57 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1700106835 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1700106835 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-1700106835 --url http://gitlab.test --registration-token **** --tag-list runner-for-dependency-proxy-project-fb7ae973fd2b2f13 --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" `583[Nov 16 2023 03:53:58 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1700106835`584[Nov 16 2023 03:53:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`585[Nov 16 2023 03:53:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1700106835' via api in 1.45 seconds586[Nov 16 2023 03:53:59 UTC (QA Tests)] INFO -- filling :login_field with "root"587[Nov 16 2023 03:53:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field588[Nov 16 2023 03:53:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"589[Nov 16 2023 03:53:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field590[Nov 16 2023 03:54:00 UTC (QA Tests)] INFO -- clicking :sign_in_button591[Nov 16 2023 03:54:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.799s592[Nov 16 2023 03:54:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d593[Nov 16 2023 03:54:05 UTC (QA Tests)] INFO -- clicking :menu_section_button594[Nov 16 2023 03:54:06 UTC (QA Tests)] INFO -- clicking :nav-item-link595[Nov 16 2023 03:54:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.06s596[Nov 16 2023 03:54:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.28 seconds597[Nov 16 2023 03:54:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d/dependency-proxy-project-fb7ae973fd2b2f13598[Nov 16 2023 03:54:11 UTC (QA Tests)] INFO -- clicking :menu_section_button599[Nov 16 2023 03:54:11 UTC (QA Tests)] INFO -- clicking :nav-item-link600[Nov 16 2023 03:54:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.13s601[Nov 16 2023 03:54:14 UTC (QA Tests)] INFO -- clicking :job-with-link and ensuring QA::Page::Project::Job::Show is present602[Nov 16 2023 03:54:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job-with-link' took 1.867s603[Nov 16 2023 03:54:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-11-16-03-41-25-b838a9233c63c58d604[Nov 16 2023 03:54:30 UTC (QA Tests)] INFO -- clicking :menu_section_button605[Nov 16 2023 03:54:30 UTC (QA Tests)] INFO -- clicking :nav-item-link606[Nov 16 2023 03:54:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 0.868s607[Nov 16 2023 03:54:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1700106835'608[Nov 16 2023 03:54:32 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1700106835`609[Nov 16 2023 03:54:32 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'pkill -INT -f ffmpeg'`610[Nov 16 2023 03:54:32 UTC (QA Tests)] INFO -- Executing: `docker exec -d heuristic_wiles sh -c 'rm /data/package_dependency_proxy_using_docker_24_0_1_and_a_person-2023-11-16-03-53-55-668.mp4'`611 pulls an image using the dependency proxy612Finished in 14 minutes 44 seconds (files took 28.11 seconds to load)61312 examples, 0 failures614Randomized with seed 38195615[Nov 16 2023 03:54:34 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=selenoid`616[Nov 16 2023 03:54:34 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f selenoid`617[Nov 16 2023 03:54:34 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab 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;'"`618[Nov 16 2023 03:54:34 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`619[Nov 16 2023 03:54:34 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab`620[Nov 16 2023 03:54:34 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab`622Running after script...623$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command624$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")625$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"661Not uploading cache qa-e2e-ruby-3.0-5fe14f76d4eb79aabf540b0a58e6de08-16 due to policy663Uploading artifacts...664gitlab-qa-run-*: found 148 matching artifact files and directories 665Uploading artifacts as "archive" to coordinator... 201 Created id=5547762675 responseStatus=201 Created token=64_-K1dD666Uploading artifacts...667gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 668Uploading artifacts as "junit" to coordinator... 201 Created id=5547762675 responseStatus=201 Created token=64_-K1dD669Uploading artifacts...670/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 671Uploading artifacts as "dotenv" to coordinator... 201 Created id=5547762675 responseStatus=201 Created token=64_-K1dD673Job succeeded