registry
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-1690451321-5ede4f0c-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: 170048, done. 20remote: Counting objects: 100% (170048/170048), done. 21remote: Compressing objects: 100% (106733/106733), done. 22remote: Total 170048 (delta 83950), reused 116874 (delta 57069), pack-reused 0 23Receiving objects: 100% (170048/170048), 131.75 MiB | 38.37 MiB/s, done.24Resolving deltas: 100% (83950/83950), done.26 * [new ref] refs/pipelines/947111561 -> refs/pipelines/94711156127 * [new branch] master -> origin/master28Checking out dd77f346 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (4751002485)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4751002485 responseStatus=200 OK token=64_qkKzp39Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...40$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE41$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")42$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command43Bundle complete! 37 Gemfile dependencies, 135 gems now installed.44Use `bundle info [gemname]` to see where a bundled gem is installed.45$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"46$ echo "Running - '$QA_COMMAND'"47Running - 'bundle exec gitlab-qa Test::Integration::Registry registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:dd77f34628f46aa537af9ff67d556ad435d3ae5d -- --format QA::Support::JsonFormatter --out tmp/rspec-4751002605.json --format RspecJunitFormatter --out tmp/rspec-4751002605.xml --format html --out tmp/rspec-$(echo registry | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jul 27 2023 09:51:11 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-1846ce0c$`50[Jul 27 2023 09:51:11 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-1846ce0c --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`51[Jul 27 2023 09:51:12 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/authority/. alpine-1846ce0c:/etc/gitlab/trusted-certs`52[Jul 27 2023 09:51:12 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/gitlab/. alpine-1846ce0c:/etc/gitlab/ssl`53[Jul 27 2023 09:51:12 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-1846ce0c`54[Jul 27 2023 09:51:12 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-1846ce0c`55[Jul 27 2023 09:51:13 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`56[Jul 27 2023 09:51:15 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:dd77f34628f46aa537af9ff67d556ad435d3ae5d`57[Jul 27 2023 09:51:55 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab$`58[Jul 27 2023 09:51:55 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`59[Jul 27 2023 09:51:55 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`60[Jul 27 2023 09:51:55 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab --net test --hostname gitlab.test -p 80 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-27-09-51-11-6850da16/gitlab/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:dd77f34628f46aa537af9ff67d556ad435d3ae5d`61[Jul 27 2023 09:52:06 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-07-27 09:51:1162# Gitlab::QA::Runtime::OmnibusConfigurations::Default63gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme64gitlab_rails['gitlab_disable_animations'] = true # Disable animations65gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry66gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password67external_url 'http://gitlab.test';68registry_external_url 'http://gitlab.test:5050';69gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com', 'GITLAB_QA_USER_AGENT'=>'*****', 'GITLAB_ALLOW_SEPARATE_CI_DATABASE'=>'true'}\" > /etc/gitlab/gitlab.rb;"`70[Jul 27 2023 09:52:06 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab`71[Jul 27 2023 09:55:46 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...72[Jul 27 2023 09:55:46 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`73[Jul 27 2023 09:55:46 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab 80/tcp`74[Jul 27 2023 09:55:46 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!75[Jul 27 2023 09:55:46 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`76[Jul 27 2023 09:55:46 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "echo '#!/usr/bin/env bash77if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then78 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'79 exit 180fi81' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`82[Jul 27 2023 09:55:47 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`83[Jul 27 2023 09:55:47 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/support/data gitlab:/tmp/data-seeds`84[Jul 27 2023 09:55:47 UTC (Gitlab QA)] INFO -- Running exec_commands...85[Jul 27 2023 09:55:47 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`86[Jul 27 2023 09:56:38 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q aerokube/selenoid:latest-release`87[Jul 27 2023 09:56:39 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^selenoid$`88[Jul 27 2023 09:56:39 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`89[Jul 27 2023 09:56:39 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q selenoid/chrome:111.0`90[Jul 27 2023 09:56:50 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q presidenten/selenoid-manual-video-recorder:latest`91[Jul 27 2023 09:56: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-07-27-09-51-11-6850da16/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-07-27-09-51-11-6850da16/selenoid/video:/opt/selenoid/video:z aerokube/selenoid:latest-release -video-recorder-image presidenten/selenoid-manual-video-recorder -container-network test -timeout 10m0s`92[Jul 27 2023 09:57:00 UTC (Gitlab QA)] INFO -- Waiting for Selenoid ...93[Jul 27 2023 09:57:00 UTC (Gitlab QA)] INFO -- Selenoid ready!94[Jul 27 2023 09:57:00 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`95[Jul 27 2023 09:57:00 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:dd77f34628f46aa537af9ff67d556ad435d3ae5d`96[Jul 27 2023 09:58:00 UTC (Gitlab QA)] INFO -- Running test suite `Test::Integration::Registry` for gitlab-ee97[Jul 27 2023 09:58: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_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_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_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 KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_NAME_SLUG="$CI_JOB_NAME_SLUG" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env 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-07-27-09-51-11-6850da16/selenoid" --env USE_SELENOID="$USE_SELENOID" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-27-09-51-11-6850da16/gitlab-ee-qa-bcb13691:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ee-qa-bcb13691 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:dd77f34628f46aa537af9ff67d556ad435d3ae5d Test::Integration::Registry http://gitlab.test -- --format QA::Support::JsonFormatter --out tmp/rspec-4751002605.json --format RspecJunitFormatter --out tmp/rspec-4751002605.xml --format html --out tmp/rspec-registry.htm --color --format documentation`982023-07-27 09:58:04 / CONF :: 99 ==> Base URL: http://gitlab.test100 ==> Browser: #<Selenium::WebDriver::Remote::Driver:0x00007f22b408c450>101 ==> Libraries: Chemlab::Vendor102[Jul 27 2023 09:58:04 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA103[Jul 27 2023 09:58:04 UTC (QA Tests)] INFO -- Browser: chrome104[Jul 27 2023 09:58:04 UTC (QA Tests)] INFO -- Browser version: 111.0105[Jul 27 2023 09:58:04 UTC (QA Tests)] INFO -- Performing sanity check for environment!106[Jul 27 2023 09:58:05 UTC (QA Tests)] INFO -- Performing initial license fabrication!107[Jul 27 2023 09:58:05 UTC (QA Tests)] INFO -- Successfully added license key. Details:108{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}109[Jul 27 2023 09:58:05 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.34 seconds110[Jul 27 2023 09:58:05 UTC (QA Tests)] INFO -- Executing: `docker ps -f ancestor='presidenten/selenoid-manual-video-recorder' --format '{{.Names}}'`111[Jul 27 2023 09:58:05 UTC (QA Tests)] INFO -- Executing: `docker ps -f ancestor='selenoid/chrome:111.0' --format '{{.Names}}'`112[Jul 27 2023 09:58:06 UTC (QA Tests)] INFO -- Executing: `docker inspect busy_thompson --format '{{.Config.Hostname}}'`113[Jul 27 2023 09:58:06 UTC (QA Tests)] INFO -- Test failure video recording setup complete!114Run options:115 include {:registry=>true}116 exclude {:geo=>true, :requires_praefect=>true}117Randomized with seed 4996118Package119 Self-managed Container Registry120 when tls is disabled121 using docker:24.0.1 and a project deploy token122[Jul 27 2023 09:59:39 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 tag123[Jul 27 2023 09:59:40 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i ced1da775ee8:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-09-59-40-709.mp4" '`124[Jul 27 2023 09:59:40 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA125[Jul 27 2023 09:59:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-wq9rhs8g' via cache in 0.0 seconds126[Jul 27 2023 09:59:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.93 seconds127[Jul 27 2023 09:59:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd' via api in 1.88 seconds128[Jul 27 2023 09:59:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-78d89075ce232de3' via api in 4.48 seconds129[Jul 27 2023 09:59:45 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.130[Jul 27 2023 09:59:45 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`131[Jul 27 2023 09:59:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`132[Jul 27 2023 09:59:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`133[Jul 27 2023 09:59:48 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690451980 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690451980 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-1690451980 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-78d89075ce232de3 --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" `134[Jul 27 2023 09:59:51 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690451980`135[Jul 27 2023 09:59:51 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`136[Jul 27 2023 09:59:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690451980' via api in 7.07 seconds137[Jul 27 2023 09:59:52 UTC (QA Tests)] INFO -- filling :login_field with "root"138[Jul 27 2023 09:59:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field139[Jul 27 2023 09:59:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"140[Jul 27 2023 09:59:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field141[Jul 27 2023 09:59:53 UTC (QA Tests)] INFO -- clicking :sign_in_button142[Jul 27 2023 09:59:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.779s143[Jul 27 2023 09:59:55 UTC (QA Tests)] INFO -- Enabling super sidebar!144[Jul 27 2023 09:59:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled145[Jul 27 2023 09:59:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-78d89075ce232de3146[Jul 27 2023 10:00:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-1' via api in 0.24 seconds147[Jul 27 2023 10:00:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.55 seconds148[Jul 27 2023 10:00:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.36 seconds149[Jul 27 2023 10:00:02 UTC (QA Tests)] INFO -- clicking :menu_section_button150[Jul 27 2023 10:00:02 UTC (QA Tests)] INFO -- clicking :nav_item_link151[Jul 27 2023 10:00:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.322s152[Jul 27 2023 10:00:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 0.541s153[Jul 27 2023 10:00:05 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present154[Jul 27 2023 10:00:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_path' took 1.265s155[Jul 27 2023 10:00:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 2.719s156[Jul 27 2023 10:00:51 UTC (QA Tests)] INFO -- clicking :menu_section_button157[Jul 27 2023 10:00:51 UTC (QA Tests)] INFO -- clicking :nav_item_link158[Jul 27 2023 10:00:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.021s159[Jul 27 2023 10:00:53 UTC (QA Tests)] INFO -- clicking :details_link160[Jul 27 2023 10:00:53 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'pkill -INT -f ffmpeg'`161[Jul 27 2023 10:00:53 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-09-59-40-709.mp4'`162 pushes image and deletes tag163 using docker:24.0.1 and a personal access token164[Jul 27 2023 10:00:54 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 tag165[Jul 27 2023 10:00:54 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i ced1da775ee8:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-10-00-54-131.mp4" '`166[Jul 27 2023 10:00:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.1 seconds167[Jul 27 2023 10:00:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd' via api in 0.31 seconds168[Jul 27 2023 10:01:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-38213461b92578e9' via api in 6.91 seconds169[Jul 27 2023 10:01:01 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.170[Jul 27 2023 10:01:01 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`171[Jul 27 2023 10:01:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`172[Jul 27 2023 10:01:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`173[Jul 27 2023 10:01:01 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690452054 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690452054 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-1690452054 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-38213461b92578e9 --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" `174[Jul 27 2023 10:01:02 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690452054`175[Jul 27 2023 10:01:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`176[Jul 27 2023 10:01:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690452054' via api in 1.63 seconds177[Jul 27 2023 10:01:03 UTC (QA Tests)] INFO -- filling :login_field with "root"178[Jul 27 2023 10:01:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field179[Jul 27 2023 10:01:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"180[Jul 27 2023 10:01:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field181[Jul 27 2023 10:01:04 UTC (QA Tests)] INFO -- clicking :sign_in_button182[Jul 27 2023 10:01:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.052s183[Jul 27 2023 10:01:05 UTC (QA Tests)] INFO -- Enabling super sidebar!184[Jul 27 2023 10:01:05 UTC (QA Tests)] INFO -- Super sidebar is already enabled185[Jul 27 2023 10:01:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-38213461b92578e9186[Jul 27 2023 10:01:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.23 seconds187[Jul 27 2023 10:01:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds188[Jul 27 2023 10:01:10 UTC (QA Tests)] INFO -- clicking :menu_section_button189[Jul 27 2023 10:01:10 UTC (QA Tests)] INFO -- clicking :nav_item_link190[Jul 27 2023 10:01:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.995s191[Jul 27 2023 10:01:12 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present192[Jul 27 2023 10:01:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.636s193[Jul 27 2023 10:01:45 UTC (QA Tests)] INFO -- clicking :menu_section_button194[Jul 27 2023 10:01:45 UTC (QA Tests)] INFO -- clicking :nav_item_link195[Jul 27 2023 10:01:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.135s196[Jul 27 2023 10:01:46 UTC (QA Tests)] INFO -- clicking :details_link197[Jul 27 2023 10:01:47 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'pkill -INT -f ffmpeg'`198[Jul 27 2023 10:01:47 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-10-00-54-131.mp4'`199 pushes image and deletes tag200 using docker:20.10.23 and a project deploy token201[Jul 27 2023 10:01:47 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 tag202[Jul 27 2023 10:01:47 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i ced1da775ee8:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-10-01-47-697.mp4" '`203[Jul 27 2023 10:01:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds204[Jul 27 2023 10:01:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd' via api in 0.19 seconds205[Jul 27 2023 10:01:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-2a9697e858b357bc' via api in 1.85 seconds206[Jul 27 2023 10:01:49 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.207[Jul 27 2023 10:01:49 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`208[Jul 27 2023 10:01:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`209[Jul 27 2023 10:01:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`210[Jul 27 2023 10:01:50 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690452107 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690452107 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-1690452107 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-2a9697e858b357bc --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" `211[Jul 27 2023 10:01:50 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690452107`212[Jul 27 2023 10:01:51 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`213[Jul 27 2023 10:01:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690452107' via api in 1.6 seconds214[Jul 27 2023 10:01:51 UTC (QA Tests)] INFO -- filling :login_field with "root"215[Jul 27 2023 10:01:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field216[Jul 27 2023 10:01:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"217[Jul 27 2023 10:01:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field218[Jul 27 2023 10:01:52 UTC (QA Tests)] INFO -- clicking :sign_in_button219[Jul 27 2023 10:01:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.252s220[Jul 27 2023 10:01:54 UTC (QA Tests)] INFO -- Enabling super sidebar!221[Jul 27 2023 10:01:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled222[Jul 27 2023 10:01:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-2a9697e858b357bc223[Jul 27 2023 10:01:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-2' via api in 0.1 seconds224[Jul 27 2023 10:01:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds225[Jul 27 2023 10:01:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.13 seconds226[Jul 27 2023 10:01:59 UTC (QA Tests)] INFO -- clicking :menu_section_button227[Jul 27 2023 10:01:59 UTC (QA Tests)] INFO -- clicking :nav_item_link228[Jul 27 2023 10:02:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.854s229[Jul 27 2023 10:02:01 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present230[Jul 27 2023 10:02:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.15s231[Jul 27 2023 10:02:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 1.136s232[Jul 27 2023 10:02:03 UTC (QA Tests)] INFO -- refreshing http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-2a9697e858b357bc/-/jobs/3233[Jul 27 2023 10:02:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.058s234[Jul 27 2023 10:02:45 UTC (QA Tests)] INFO -- clicking :menu_section_button235[Jul 27 2023 10:02:46 UTC (QA Tests)] INFO -- clicking :nav_item_link236[Jul 27 2023 10:02:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.069s237[Jul 27 2023 10:02:47 UTC (QA Tests)] INFO -- clicking :details_link238[Jul 27 2023 10:02:47 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'pkill -INT -f ffmpeg'`239[Jul 27 2023 10:02:47 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-10-01-47-697.mp4'`240 pushes image and deletes tag241 using docker:24.0.1 and a ci job token242[Jul 27 2023 10:02:48 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 tag243[Jul 27 2023 10:02:48 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i ced1da775ee8:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-10-02-48-239.mp4" '`244[Jul 27 2023 10:02:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds245[Jul 27 2023 10:02:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd' via api in 0.17 seconds246[Jul 27 2023 10:02:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-01bf4e9a983ea1f9' via api in 6.13 seconds247[Jul 27 2023 10:02:54 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.248[Jul 27 2023 10:02:54 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`249[Jul 27 2023 10:02:54 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`250[Jul 27 2023 10:02:54 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`251[Jul 27 2023 10:02:55 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690452168 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690452168 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-1690452168 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-01bf4e9a983ea1f9 --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" `252[Jul 27 2023 10:02:55 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690452168`253[Jul 27 2023 10:02:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`254[Jul 27 2023 10:02:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690452168' via api in 1.57 seconds255[Jul 27 2023 10:02:57 UTC (QA Tests)] INFO -- filling :login_field with "root"256[Jul 27 2023 10:02:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field257[Jul 27 2023 10:02:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"258[Jul 27 2023 10:02:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field259[Jul 27 2023 10:02:58 UTC (QA Tests)] INFO -- clicking :sign_in_button260[Jul 27 2023 10:02:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.197s261[Jul 27 2023 10:02:59 UTC (QA Tests)] INFO -- Enabling super sidebar!262[Jul 27 2023 10:02:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled263[Jul 27 2023 10:03:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-01bf4e9a983ea1f9264[Jul 27 2023 10:03:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.66 seconds265[Jul 27 2023 10:03:04 UTC (QA Tests)] INFO -- clicking :menu_section_button266[Jul 27 2023 10:03:04 UTC (QA Tests)] INFO -- clicking :nav_item_link267[Jul 27 2023 10:03:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.923s268[Jul 27 2023 10:03:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 10.356s269[Jul 27 2023 10:03:17 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present270[Jul 27 2023 10:03:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.8s271[Jul 27 2023 10:03:40 UTC (QA Tests)] INFO -- clicking :menu_section_button272[Jul 27 2023 10:03:40 UTC (QA Tests)] INFO -- clicking :nav_item_link273[Jul 27 2023 10:03:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.868s274[Jul 27 2023 10:03:41 UTC (QA Tests)] INFO -- clicking :details_link275[Jul 27 2023 10:03:42 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'pkill -INT -f ffmpeg'`276[Jul 27 2023 10:03:42 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-10-02-48-239.mp4'`277 pushes image and deletes tag278 using docker:23.0.6 and a personal access token279[Jul 27 2023 10:03:42 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 tag280[Jul 27 2023 10:03:42 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i ced1da775ee8:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-10-03-42-727.mp4" '`281[Jul 27 2023 10:03:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds282[Jul 27 2023 10:03:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd' via api in 0.21 seconds283[Jul 27 2023 10:03:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-f30cd7adf558e9f1' via api in 5.92 seconds284[Jul 27 2023 10:03:48 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.285[Jul 27 2023 10:03:48 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`286[Jul 27 2023 10:03:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`287[Jul 27 2023 10:03:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`288[Jul 27 2023 10:03:49 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690452222 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690452222 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-1690452222 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-f30cd7adf558e9f1 --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[Jul 27 2023 10:03:49 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690452222`290[Jul 27 2023 10:03:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`291[Jul 27 2023 10:03:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690452222' via api in 1.65 seconds292[Jul 27 2023 10:03:51 UTC (QA Tests)] INFO -- filling :login_field with "root"293[Jul 27 2023 10:03:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field294[Jul 27 2023 10:03:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"295[Jul 27 2023 10:03:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field296[Jul 27 2023 10:03:51 UTC (QA Tests)] INFO -- clicking :sign_in_button297[Jul 27 2023 10:03:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.217s298[Jul 27 2023 10:03:53 UTC (QA Tests)] INFO -- Enabling super sidebar!299[Jul 27 2023 10:03:53 UTC (QA Tests)] INFO -- Super sidebar is already enabled300[Jul 27 2023 10:03:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-f30cd7adf558e9f1301[Jul 27 2023 10:03:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.22 seconds302[Jul 27 2023 10:03:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds303[Jul 27 2023 10:03:58 UTC (QA Tests)] INFO -- clicking :menu_section_button304[Jul 27 2023 10:03:58 UTC (QA Tests)] INFO -- clicking :nav_item_link305[Jul 27 2023 10:03:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.028s306[Jul 27 2023 10:04:00 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present307[Jul 27 2023 10:04:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.357s308[Jul 27 2023 10:04:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 1.014s309[Jul 27 2023 10:04:03 UTC (QA Tests)] INFO -- refreshing http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-f30cd7adf558e9f1/-/jobs/5310[Jul 27 2023 10:04:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.341s311[Jul 27 2023 10:04:36 UTC (QA Tests)] INFO -- clicking :menu_section_button312[Jul 27 2023 10:04:36 UTC (QA Tests)] INFO -- clicking :nav_item_link313[Jul 27 2023 10:04:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.87s314[Jul 27 2023 10:04:37 UTC (QA Tests)] INFO -- clicking :details_link315[Jul 27 2023 10:04:37 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'pkill -INT -f ffmpeg'`316[Jul 27 2023 10:04:37 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-10-03-42-727.mp4'`317 pushes image and deletes tag318 using docker:23.0.6 and a project deploy token319[Jul 27 2023 10:04:38 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 tag320[Jul 27 2023 10:04:38 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i ced1da775ee8:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-10-04-38-219.mp4" '`321[Jul 27 2023 10:04:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds322[Jul 27 2023 10:04:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd' via api in 0.17 seconds323[Jul 27 2023 10:04:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-2d852581106a919e' via api in 5.95 seconds324[Jul 27 2023 10:04:44 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.325[Jul 27 2023 10:04:44 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`326[Jul 27 2023 10:04:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`327[Jul 27 2023 10:04:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`328[Jul 27 2023 10:04:44 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690452278 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690452278 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-1690452278 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-2d852581106a919e --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" `329[Jul 27 2023 10:04:45 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690452278`330[Jul 27 2023 10:04:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`331[Jul 27 2023 10:04:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690452278' via api in 1.65 seconds332[Jul 27 2023 10:04:46 UTC (QA Tests)] INFO -- filling :login_field with "root"333[Jul 27 2023 10:04:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field334[Jul 27 2023 10:04:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"335[Jul 27 2023 10:04:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field336[Jul 27 2023 10:04:47 UTC (QA Tests)] INFO -- clicking :sign_in_button337[Jul 27 2023 10:04:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.919s338[Jul 27 2023 10:04:48 UTC (QA Tests)] INFO -- Enabling super sidebar!339[Jul 27 2023 10:04:48 UTC (QA Tests)] INFO -- Super sidebar is already enabled340[Jul 27 2023 10:04:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-2d852581106a919e341[Jul 27 2023 10:04:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-3' via api in 0.14 seconds342[Jul 27 2023 10:04:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.2 seconds343[Jul 27 2023 10:04:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds344[Jul 27 2023 10:04:54 UTC (QA Tests)] INFO -- clicking :menu_section_button345[Jul 27 2023 10:04:54 UTC (QA Tests)] INFO -- clicking :nav_item_link346[Jul 27 2023 10:04:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.881s347[Jul 27 2023 10:04:56 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present348[Jul 27 2023 10:04:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.409s349[Jul 27 2023 10:04:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 1.133s350[Jul 27 2023 10:04:58 UTC (QA Tests)] INFO -- refreshing http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-2d852581106a919e/-/jobs/6351[Jul 27 2023 10:05:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.123s352[Jul 27 2023 10:05:31 UTC (QA Tests)] INFO -- clicking :menu_section_button353[Jul 27 2023 10:05:31 UTC (QA Tests)] INFO -- clicking :nav_item_link354[Jul 27 2023 10:05:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.914s355[Jul 27 2023 10:05:33 UTC (QA Tests)] INFO -- clicking :details_link356[Jul 27 2023 10:05:33 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'pkill -INT -f ffmpeg'`357[Jul 27 2023 10:05:33 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-10-04-38-219.mp4'`358 pushes image and deletes tag359 using docker:23.0.6 and a ci job token360[Jul 27 2023 10:05:34 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 tag361[Jul 27 2023 10:05:34 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i ced1da775ee8:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-10-05-34-073.mp4" '`362[Jul 27 2023 10:05:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds363[Jul 27 2023 10:05:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd' via api in 0.18 seconds364[Jul 27 2023 10:05:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-73e81602a7a9b99a' via api in 6.07 seconds365[Jul 27 2023 10:05:40 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.366[Jul 27 2023 10:05:40 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`367[Jul 27 2023 10:05:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`368[Jul 27 2023 10:05:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`369[Jul 27 2023 10:05:40 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690452334 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690452334 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-1690452334 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-73e81602a7a9b99a --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" `370[Jul 27 2023 10:05:41 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690452334`371[Jul 27 2023 10:05:41 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`372[Jul 27 2023 10:05:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690452334' via api in 1.59 seconds373[Jul 27 2023 10:05:42 UTC (QA Tests)] INFO -- filling :login_field with "root"374[Jul 27 2023 10:05:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field375[Jul 27 2023 10:05:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"376[Jul 27 2023 10:05:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field377[Jul 27 2023 10:05:43 UTC (QA Tests)] INFO -- clicking :sign_in_button378[Jul 27 2023 10:05:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.574s379[Jul 27 2023 10:05:45 UTC (QA Tests)] INFO -- Enabling super sidebar!380[Jul 27 2023 10:05:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled381[Jul 27 2023 10:05:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-73e81602a7a9b99a382[Jul 27 2023 10:05:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.02 seconds383[Jul 27 2023 10:05:49 UTC (QA Tests)] INFO -- clicking :menu_section_button384[Jul 27 2023 10:05:50 UTC (QA Tests)] INFO -- clicking :nav_item_link385[Jul 27 2023 10:05:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.936s386[Jul 27 2023 10:05:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 0.695s387[Jul 27 2023 10:05:52 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present388[Jul 27 2023 10:05:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.434s389[Jul 27 2023 10:05:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 1.128s390[Jul 27 2023 10:05:55 UTC (QA Tests)] INFO -- refreshing http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-73e81602a7a9b99a/-/jobs/7391[Jul 27 2023 10:05:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.128s392[Jul 27 2023 10:06:27 UTC (QA Tests)] INFO -- clicking :menu_section_button393[Jul 27 2023 10:06:28 UTC (QA Tests)] INFO -- clicking :nav_item_link394[Jul 27 2023 10:06:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.882s395[Jul 27 2023 10:06:29 UTC (QA Tests)] INFO -- clicking :details_link396[Jul 27 2023 10:06:29 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'pkill -INT -f ffmpeg'`397[Jul 27 2023 10:06:29 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-10-05-34-073.mp4'`398 pushes image and deletes tag399 using docker:20.10.23 and a personal access token400[Jul 27 2023 10:06:30 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 tag401[Jul 27 2023 10:06:30 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i ced1da775ee8:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-10-06-30-012.mp4" '`402[Jul 27 2023 10:06:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds403[Jul 27 2023 10:06:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd' via api in 0.19 seconds404[Jul 27 2023 10:06:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-6e163febc6aac645' via api in 5.96 seconds405[Jul 27 2023 10:06:36 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.406[Jul 27 2023 10:06:36 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`407[Jul 27 2023 10:06:36 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`408[Jul 27 2023 10:06:36 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`409[Jul 27 2023 10:06:36 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690452390 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690452390 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-1690452390 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-6e163febc6aac645 --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" `410[Jul 27 2023 10:06:37 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690452390`411[Jul 27 2023 10:06:37 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`412[Jul 27 2023 10:06:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690452390' via api in 1.6 seconds413[Jul 27 2023 10:06:38 UTC (QA Tests)] INFO -- filling :login_field with "root"414[Jul 27 2023 10:06:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field415[Jul 27 2023 10:06:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"416[Jul 27 2023 10:06:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field417[Jul 27 2023 10:06:39 UTC (QA Tests)] INFO -- clicking :sign_in_button418[Jul 27 2023 10:06:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.134s419[Jul 27 2023 10:06:40 UTC (QA Tests)] INFO -- Enabling super sidebar!420[Jul 27 2023 10:06:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled421[Jul 27 2023 10:06:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-6e163febc6aac645422[Jul 27 2023 10:06:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.23 seconds423[Jul 27 2023 10:06:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds424[Jul 27 2023 10:06:44 UTC (QA Tests)] INFO -- clicking :menu_section_button425[Jul 27 2023 10:06:44 UTC (QA Tests)] INFO -- clicking :nav_item_link426[Jul 27 2023 10:06:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.928s427[Jul 27 2023 10:06:47 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present428[Jul 27 2023 10:06:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.371s429[Jul 27 2023 10:07:19 UTC (QA Tests)] INFO -- clicking :menu_section_button430[Jul 27 2023 10:07:19 UTC (QA Tests)] INFO -- clicking :nav_item_link431[Jul 27 2023 10:07:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.862s432[Jul 27 2023 10:07:20 UTC (QA Tests)] INFO -- clicking :details_link433[Jul 27 2023 10:07:21 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'pkill -INT -f ffmpeg'`434[Jul 27 2023 10:07:21 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-10-06-30-012.mp4'`435 pushes image and deletes tag436 using docker:20.10.23 and a ci job token437[Jul 27 2023 10:07:21 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 tag438[Jul 27 2023 10:07:21 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i ced1da775ee8:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-10-07-21-628.mp4" '`439[Jul 27 2023 10:07:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds440[Jul 27 2023 10:07:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd' via api in 0.18 seconds441[Jul 27 2023 10:07:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-ccb350fb9190deff' via api in 7.39 seconds442[Jul 27 2023 10:07:29 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.443[Jul 27 2023 10:07:29 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`444[Jul 27 2023 10:07:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`445[Jul 27 2023 10:07:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`446[Jul 27 2023 10:07:29 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690452441 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690452441 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-1690452441 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-ccb350fb9190deff --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" `447[Jul 27 2023 10:07:30 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690452441`448[Jul 27 2023 10:07:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`449[Jul 27 2023 10:07:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690452441' via api in 1.69 seconds450[Jul 27 2023 10:07:31 UTC (QA Tests)] INFO -- filling :login_field with "root"451[Jul 27 2023 10:07:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field452[Jul 27 2023 10:07:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"453[Jul 27 2023 10:07:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field454[Jul 27 2023 10:07:32 UTC (QA Tests)] INFO -- clicking :sign_in_button455[Jul 27 2023 10:07:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.08s456[Jul 27 2023 10:07:33 UTC (QA Tests)] INFO -- Enabling super sidebar!457[Jul 27 2023 10:07:33 UTC (QA Tests)] INFO -- Super sidebar is already enabled458[Jul 27 2023 10:07:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/project-with-registry-ccb350fb9190deff459[Jul 27 2023 10:07:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds460[Jul 27 2023 10:07:37 UTC (QA Tests)] INFO -- clicking :menu_section_button461[Jul 27 2023 10:07:37 UTC (QA Tests)] INFO -- clicking :nav_item_link462[Jul 27 2023 10:07:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.855s463[Jul 27 2023 10:07:39 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present464[Jul 27 2023 10:07:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.427s465[Jul 27 2023 10:08:12 UTC (QA Tests)] INFO -- clicking :menu_section_button466[Jul 27 2023 10:08:12 UTC (QA Tests)] INFO -- clicking :nav_item_link467[Jul 27 2023 10:08:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.897s468[Jul 27 2023 10:08:13 UTC (QA Tests)] INFO -- clicking :details_link469[Jul 27 2023 10:08:13 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'pkill -INT -f ffmpeg'`470[Jul 27 2023 10:08:13 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'rm /data/package_self-managed_container_registry_when_tls_is_disab-2023-07-27-10-07-21-628.mp4'`471 pushes image and deletes tag472Package473 Dependency Proxy474 using docker:24.0.1 and a personal access token475[Jul 27 2023 10:08:14 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 proxy476[Jul 27 2023 10:08:14 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i ced1da775ee8:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_dependency_proxy_using_docker_24_0_1_and_a_person-2023-07-27-10-08-14-327.mp4" '`477[Jul 27 2023 10:08:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds478[Jul 27 2023 10:08:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd' via api in 0.19 seconds479[Jul 27 2023 10:08:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/dependency-proxy-project-881a0e82bdb54b4c' via api in 0.81 seconds480[Jul 27 2023 10:08:15 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.481[Jul 27 2023 10:08:15 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`482[Jul 27 2023 10:08:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`483[Jul 27 2023 10:08:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`484[Jul 27 2023 10:08:15 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690452494 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690452494 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-1690452494 --url http://gitlab.test --registration-token **** --tag-list runner-for-dependency-proxy-project-881a0e82bdb54b4c --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" `485[Jul 27 2023 10:08:16 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690452494`486[Jul 27 2023 10:08:16 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`487[Jul 27 2023 10:08:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690452494' via api in 1.72 seconds488[Jul 27 2023 10:08:17 UTC (QA Tests)] INFO -- filling :login_field with "root"489[Jul 27 2023 10:08:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field490[Jul 27 2023 10:08:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"491[Jul 27 2023 10:08:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field492[Jul 27 2023 10:08:18 UTC (QA Tests)] INFO -- clicking :sign_in_button493[Jul 27 2023 10:08:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.104s494[Jul 27 2023 10:08:19 UTC (QA Tests)] INFO -- Enabling super sidebar!495[Jul 27 2023 10:08:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled496[Jul 27 2023 10:08:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd497[Jul 27 2023 10:08:22 UTC (QA Tests)] INFO -- clicking :menu_section_button498[Jul 27 2023 10:08:22 UTC (QA Tests)] INFO -- clicking :nav_item_link499[Jul 27 2023 10:08:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.849s500[Jul 27 2023 10:08:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.22 seconds501[Jul 27 2023 10:08:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds502[Jul 27 2023 10:08:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/dependency-proxy-project-881a0e82bdb54b4c503[Jul 27 2023 10:08:26 UTC (QA Tests)] INFO -- clicking :menu_section_button504[Jul 27 2023 10:08:26 UTC (QA Tests)] INFO -- clicking :nav_item_link505[Jul 27 2023 10:08:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.809s506[Jul 27 2023 10:08:28 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present507[Jul 27 2023 10:08:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.4s508[Jul 27 2023 10:08:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd509[Jul 27 2023 10:08:52 UTC (QA Tests)] INFO -- clicking :menu_section_button510[Jul 27 2023 10:08:52 UTC (QA Tests)] INFO -- clicking :nav_item_link511[Jul 27 2023 10:08:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.668s512[Jul 27 2023 10:08:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1690452494'513[Jul 27 2023 10:08:53 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690452494`514[Jul 27 2023 10:08:53 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'pkill -INT -f ffmpeg'`515[Jul 27 2023 10:08:54 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'rm /data/package_dependency_proxy_using_docker_24_0_1_and_a_person-2023-07-27-10-08-14-327.mp4'`516 pulls an image using the dependency proxy517 using docker:24.0.1 and a ci job token518[Jul 27 2023 10:08:54 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 proxy519[Jul 27 2023 10:08:54 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i ced1da775ee8:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_dependency_proxy_using_docker_24_0_1_and_a_ci_job-2023-07-27-10-08-54-453.mp4" '`520[Jul 27 2023 10:08:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds521[Jul 27 2023 10:08:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd' via api in 0.17 seconds522[Jul 27 2023 10:08:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/dependency-proxy-project-8e468e0852151751' via api in 0.66 seconds523[Jul 27 2023 10:08:55 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.524[Jul 27 2023 10:08:55 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`525[Jul 27 2023 10:09:00 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`526[Jul 27 2023 10:09:00 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`527[Jul 27 2023 10:09:00 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690452534 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690452534 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-1690452534 --url http://gitlab.test --registration-token **** --tag-list runner-for-dependency-proxy-project-8e468e0852151751 --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" `528[Jul 27 2023 10:09:01 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690452534`529[Jul 27 2023 10:09:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`530[Jul 27 2023 10:09:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690452534' via api in 6.68 seconds531[Jul 27 2023 10:09:02 UTC (QA Tests)] INFO -- filling :login_field with "root"532[Jul 27 2023 10:09:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field533[Jul 27 2023 10:09:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"534[Jul 27 2023 10:09:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field535[Jul 27 2023 10:09:03 UTC (QA Tests)] INFO -- clicking :sign_in_button536[Jul 27 2023 10:09:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.172s537[Jul 27 2023 10:09:05 UTC (QA Tests)] INFO -- Enabling super sidebar!538[Jul 27 2023 10:09:05 UTC (QA Tests)] INFO -- Super sidebar is already enabled539[Jul 27 2023 10:09:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd540[Jul 27 2023 10:09:07 UTC (QA Tests)] INFO -- clicking :menu_section_button541[Jul 27 2023 10:09:07 UTC (QA Tests)] INFO -- clicking :nav_item_link542[Jul 27 2023 10:09:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.82s543[Jul 27 2023 10:09:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.61 seconds544[Jul 27 2023 10:09:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/dependency-proxy-project-8e468e0852151751545[Jul 27 2023 10:09:11 UTC (QA Tests)] INFO -- clicking :menu_section_button546[Jul 27 2023 10:09:11 UTC (QA Tests)] INFO -- clicking :nav_item_link547[Jul 27 2023 10:09:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.902s548[Jul 27 2023 10:09:13 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present549[Jul 27 2023 10:09:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.406s550[Jul 27 2023 10:09:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd551[Jul 27 2023 10:09:28 UTC (QA Tests)] INFO -- clicking :menu_section_button552[Jul 27 2023 10:09:28 UTC (QA Tests)] INFO -- clicking :nav_item_link553[Jul 27 2023 10:09:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.658s554[Jul 27 2023 10:09:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1690452534'555[Jul 27 2023 10:09:29 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690452534`556[Jul 27 2023 10:09:30 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'pkill -INT -f ffmpeg'`557[Jul 27 2023 10:09:30 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'rm /data/package_dependency_proxy_using_docker_24_0_1_and_a_ci_job-2023-07-27-10-08-54-453.mp4'`558 pulls an image using the dependency proxy559 using docker:24.0.1 and a group deploy token560[Jul 27 2023 10:09:30 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 proxy561[Jul 27 2023 10:09:30 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i ced1da775ee8:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_dependency_proxy_using_docker_24_0_1_and_a_group_-2023-07-27-10-09-30-841.mp4" '`562[Jul 27 2023 10:09:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds563[Jul 27 2023 10:09:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd' via api in 0.18 seconds564[Jul 27 2023 10:09:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/dependency-proxy-project-d02ab22825c5071e' via api in 0.71 seconds565[Jul 27 2023 10:09:31 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.566[Jul 27 2023 10:09:31 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`567[Jul 27 2023 10:09:32 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`568[Jul 27 2023 10:09:32 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`569[Jul 27 2023 10:09:32 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690452571 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690452571 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-1690452571 --url http://gitlab.test --registration-token **** --tag-list runner-for-dependency-proxy-project-d02ab22825c5071e --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" `570[Jul 27 2023 10:09:32 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690452571`571[Jul 27 2023 10:09:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`572[Jul 27 2023 10:09:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690452571' via api in 1.6 seconds573[Jul 27 2023 10:09:34 UTC (QA Tests)] INFO -- filling :login_field with "root"574[Jul 27 2023 10:09:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field575[Jul 27 2023 10:09:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"576[Jul 27 2023 10:09:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field577[Jul 27 2023 10:09:34 UTC (QA Tests)] INFO -- clicking :sign_in_button578[Jul 27 2023 10:09:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.151s579[Jul 27 2023 10:09:36 UTC (QA Tests)] INFO -- Enabling super sidebar!580[Jul 27 2023 10:09:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled581[Jul 27 2023 10:09:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd582[Jul 27 2023 10:09:39 UTC (QA Tests)] INFO -- clicking :menu_section_button583[Jul 27 2023 10:09:39 UTC (QA Tests)] INFO -- clicking :nav_item_link584[Jul 27 2023 10:09:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.754s585[Jul 27 2023 10:09:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupDeployToken with username 'gitlab+deploy-token-4' via api in 0.13 seconds586[Jul 27 2023 10:09:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupCiVariable via api in 0.17 seconds587[Jul 27 2023 10:09:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds588[Jul 27 2023 10:09:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd/dependency-proxy-project-d02ab22825c5071e589[Jul 27 2023 10:09:42 UTC (QA Tests)] INFO -- clicking :menu_section_button590[Jul 27 2023 10:09:42 UTC (QA Tests)] INFO -- clicking :nav_item_link591[Jul 27 2023 10:09:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.8s592[Jul 27 2023 10:09:44 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present593[Jul 27 2023 10:09:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.484s594[Jul 27 2023 10:09:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-09-59-40-281b9be1e34f44dd595[Jul 27 2023 10:10:00 UTC (QA Tests)] INFO -- clicking :menu_section_button596[Jul 27 2023 10:10:00 UTC (QA Tests)] INFO -- clicking :nav_item_link597[Jul 27 2023 10:10:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.725s598[Jul 27 2023 10:10:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1690452571'599[Jul 27 2023 10:10:01 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690452571`600[Jul 27 2023 10:10:01 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'pkill -INT -f ffmpeg'`601[Jul 27 2023 10:10:01 UTC (QA Tests)] INFO -- Executing: `docker exec -d modest_pare sh -c 'rm /data/package_dependency_proxy_using_docker_24_0_1_and_a_group_-2023-07-27-10-09-30-841.mp4'`602 pulls an image using the dependency proxy603Finished in 11 minutes 55 seconds (files took 4.02 seconds to load)60412 examples, 0 failures605Randomized with seed 4996606[Jul 27 2023 10:10:03 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=selenoid`607[Jul 27 2023 10:10:03 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f selenoid`608[Jul 27 2023 10:10:03 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;'"`609[Jul 27 2023 10:10:03 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`610[Jul 27 2023 10:10:03 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab`611[Jul 27 2023 10:10:03 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab`613Running after script...614$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command615$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")616$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"652Not uploading cache qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16 due to policy654Uploading artifacts...655gitlab-qa-run-*: found 148 matching artifact files and directories 656Uploading artifacts as "archive" to coordinator... 201 Created id=4751002605 responseStatus=201 Created token=64_qkKzp657Uploading artifacts...658gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 659Uploading artifacts as "junit" to coordinator... 201 Created id=4751002605 responseStatus=201 Created token=64_qkKzp660Uploading artifacts...661/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 662Uploading artifacts as "dotenv" to coordinator... 201 Created id=4751002605 responseStatus=201 Created token=64_qkKzp664Job succeeded