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:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 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:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1687096209-8aa32bed-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: 129829, done. 20remote: Counting objects: 100% (129829/129829), done. 21remote: Compressing objects: 100% (89767/89767), done. 22remote: Total 129829 (delta 52785), reused 85423 (delta 35058), pack-reused 0 23Receiving objects: 100% (129829/129829), 119.23 MiB | 41.40 MiB/s, done.24Resolving deltas: 100% (52785/52785), done.26 * [new ref] refs/pipelines/903605918 -> refs/pipelines/90360591827 * [new branch] master -> origin/master28Checking out 963bdc0e as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-f397e9c6e37138479b58004abf3f9032-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-f397e9c6e37138479b58004abf3f9032-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 (4494243624)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4494243624 responseStatus=200 OK token=64_-uMp539Using docker image sha256:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 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:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...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! 36 Gemfile dependencies, 128 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:963bdc0e11c104423537696fdc2fd054aa8886d8 --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4494243689.json --format RspecJunitFormatter --out tmp/rspec-4494243689.xml --format html --out tmp/rspec-$(echo registry | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jun 18 2023 13:52:17 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-70a5cffe$`50[Jun 18 2023 13:52:17 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-70a5cffe --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`51[Jun 18 2023 13:52:18 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/tls_certificates/authority/. alpine-70a5cffe:/etc/gitlab/trusted-certs`52[Jun 18 2023 13:52:18 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/tls_certificates/gitlab/. alpine-70a5cffe:/etc/gitlab/ssl`53[Jun 18 2023 13:52:18 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-70a5cffe`54[Jun 18 2023 13:52:18 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-70a5cffe`55[Jun 18 2023 13:52:19 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`56[Jun 18 2023 13:52:19 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:963bdc0e11c104423537696fdc2fd054aa8886d8`57[Jun 18 2023 13:52:52 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab$`58[Jun 18 2023 13:52:52 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`59[Jun 18 2023 13:52:52 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`60[Jun 18 2023 13:52:52 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-06-18-13-52-17-3b1f5eb0/gitlab/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:963bdc0e11c104423537696fdc2fd054aa8886d8`61[Jun 18 2023 13:53:03 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-06-18 13:52:1762# 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[Jun 18 2023 13:53:03 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab`71[Jun 18 2023 13:56:36 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...72[Jun 18 2023 13:56:36 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`73[Jun 18 2023 13:56:36 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab 80/tcp`74[Jun 18 2023 13:56:36 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!75[Jun 18 2023 13:56:36 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`76[Jun 18 2023 13:56:36 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[Jun 18 2023 13:56:36 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`83[Jun 18 2023 13:56:36 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/support/data gitlab:/tmp/data-seeds`84[Jun 18 2023 13:56:37 UTC (Gitlab QA)] INFO -- Running exec_commands...85[Jun 18 2023 13:56:37 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`86[Jun 18 2023 13:57:27 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`87[Jun 18 2023 13:57:27 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:963bdc0e11c104423537696fdc2fd054aa8886d8`88[Jun 18 2023 13:58:18 UTC (Gitlab QA)] INFO -- Running test suite `Test::Integration::Registry` for gitlab-ee89[Jun 18 2023 13:58:18 UTC (Gitlab QA)] INFO -- Running with feature flag: --set-feature-flags super_sidebar_nav_enrolled=enabled90[Jun 18 2023 13:58:18 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_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_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_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_BROWSER_IMAGE="selenoid/chrome" --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_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 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-06-18-13-52-17-3b1f5eb0/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-18-13-52-17-3b1f5eb0/gitlab-ee-qa-0a874b22:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ee-qa-0a874b22 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:963bdc0e11c104423537696fdc2fd054aa8886d8 Test::Integration::Registry http://gitlab.test --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4494243689.json --format RspecJunitFormatter --out tmp/rspec-4494243689.xml --format html --out tmp/rspec-registry.htm --color --format documentation`912023-06-18 13:58:30 / CONF :: 92 ==> Base URL: http://gitlab.test93 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f7501fe6140>94 ==> Libraries: Chemlab::Vendor95[Jun 18 2023 13:58:30 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA96[Jun 18 2023 13:58:30 UTC (QA Tests)] INFO -- Browser: chrome97[Jun 18 2023 13:58:30 UTC (QA Tests)] INFO -- Performing sanity check for environment!98[Jun 18 2023 13:58:31 UTC (QA Tests)] INFO -- Performing initial license fabrication!99[Jun 18 2023 13:58:31 UTC (QA Tests)] INFO -- Successfully added license key. Details:100{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}101[Jun 18 2023 13:58:31 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.36 seconds102[Jun 18 2023 13:58:31 UTC (QA Tests)] INFO -- Enabling feature: super_sidebar_nav_enrolled103[Jun 18 2023 13:58:31 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: super_sidebar_nav_enrolled104Run options:105 include {:registry=>true}106 exclude {:geo=>true, :requires_praefect=>true}107Randomized with seed 55930108Package109 Dependency Proxy110 using docker:24.0.1 and a group deploy token111[Jun 18 2023 14:00:26 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 proxy112[Jun 18 2023 14:00:26 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA113[Jun 18 2023 14:00:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-zzrq58jj' via cache in 0.0 seconds114[Jun 18 2023 14:00:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 1.02 seconds115[Jun 18 2023 14:00:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436' via api in 2.06 seconds116[Jun 18 2023 14:00:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/dependency-proxy-project-04bc42b2596018f5' via api in 4.3 seconds117[Jun 18 2023 14:00:30 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.118[Jun 18 2023 14:00:30 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`119[Jun 18 2023 14:00:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`120[Jun 18 2023 14:00:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`121[Jun 18 2023 14:00:34 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096826 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096826 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-1687096826 --url http://gitlab.test --registration-token **** --tag-list runner-for-dependency-proxy-project-04bc42b2596018f5 --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" `122[Jun 18 2023 14:00:36 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096826`123[Jun 18 2023 14:00:36 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`124[Jun 18 2023 14:00:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687096826' via api in 6.83 seconds125[Jun 18 2023 14:00:37 UTC (QA Tests)] INFO -- filling :login_field with "root"126[Jun 18 2023 14:00:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field127[Jun 18 2023 14:00:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"128[Jun 18 2023 14:00:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field129[Jun 18 2023 14:00:38 UTC (QA Tests)] INFO -- clicking :sign_in_button130[Jun 18 2023 14:00:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.665s131[Jun 18 2023 14:00:40 UTC (QA Tests)] INFO -- Enabling super sidebar!132[Jun 18 2023 14:00:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled133[Jun 18 2023 14:00:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436134[Jun 18 2023 14:00:43 UTC (QA Tests)] INFO -- clicking :menu_section_button135[Jun 18 2023 14:00:43 UTC (QA Tests)] INFO -- clicking :nav_item_link136[Jun 18 2023 14:00:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.038s137[Jun 18 2023 14:00:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupDeployToken with username 'gitlab+deploy-token-1' via api in 0.12 seconds138[Jun 18 2023 14:00:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupCiVariable via api in 0.24 seconds139[Jun 18 2023 14:00:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.14 seconds140[Jun 18 2023 14:00:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/dependency-proxy-project-04bc42b2596018f5141[Jun 18 2023 14:00:49 UTC (QA Tests)] INFO -- clicking :menu_section_button142[Jun 18 2023 14:00:49 UTC (QA Tests)] INFO -- clicking :nav_item_link143[Jun 18 2023 14:00:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.455s144[Jun 18 2023 14:00:53 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present145[Jun 18 2023 14:01:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_path' took 61.038s146[Jun 18 2023 14:01:56 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present147[Jun 18 2023 14:01:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.703s148[Jun 18 2023 14:01:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436149[Jun 18 2023 14:01:59 UTC (QA Tests)] INFO -- clicking :menu_section_button150[Jun 18 2023 14:01:59 UTC (QA Tests)] INFO -- clicking :nav_item_link151[Jun 18 2023 14:02:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.584s152[Jun 18 2023 14:02:00 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687096826'153[Jun 18 2023 14:02:00 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096826`154 pulls an image using the dependency proxy155 using docker:24.0.1 and a ci job token156[Jun 18 2023 14:02:01 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 proxy157[Jun 18 2023 14:02:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.08 seconds158[Jun 18 2023 14:02:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436' via api in 0.23 seconds159[Jun 18 2023 14:02:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/dependency-proxy-project-00892dd290a78ce0' via api in 0.74 seconds160[Jun 18 2023 14:02:01 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.161[Jun 18 2023 14:02:01 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`162[Jun 18 2023 14:02:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`163[Jun 18 2023 14:02:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`164[Jun 18 2023 14:02:02 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096921 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096921 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-1687096921 --url http://gitlab.test --registration-token **** --tag-list runner-for-dependency-proxy-project-00892dd290a78ce0 --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" `165[Jun 18 2023 14:02:02 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096921`166[Jun 18 2023 14:02:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`167[Jun 18 2023 14:02:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687096921' via api in 1.56 seconds168[Jun 18 2023 14:02:04 UTC (QA Tests)] INFO -- filling :login_field with "root"169[Jun 18 2023 14:02:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field170[Jun 18 2023 14:02:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"171[Jun 18 2023 14:02:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field172[Jun 18 2023 14:02:04 UTC (QA Tests)] INFO -- clicking :sign_in_button173[Jun 18 2023 14:02:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.923s174[Jun 18 2023 14:02:06 UTC (QA Tests)] INFO -- Enabling super sidebar!175[Jun 18 2023 14:02:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled176[Jun 18 2023 14:02:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436177[Jun 18 2023 14:02:08 UTC (QA Tests)] INFO -- clicking :menu_section_button178[Jun 18 2023 14:02:08 UTC (QA Tests)] INFO -- clicking :nav_item_link179[Jun 18 2023 14:02:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.699s180[Jun 18 2023 14:02:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.03 seconds181[Jun 18 2023 14:02:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/dependency-proxy-project-00892dd290a78ce0182[Jun 18 2023 14:02:12 UTC (QA Tests)] INFO -- clicking :menu_section_button183[Jun 18 2023 14:02:12 UTC (QA Tests)] INFO -- clicking :nav_item_link184[Jun 18 2023 14:02:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.898s185[Jun 18 2023 14:02:15 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present186[Jun 18 2023 14:02:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.292s187[Jun 18 2023 14:02:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436188[Jun 18 2023 14:02:30 UTC (QA Tests)] INFO -- clicking :menu_section_button189[Jun 18 2023 14:02:30 UTC (QA Tests)] INFO -- clicking :nav_item_link190[Jun 18 2023 14:02:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.614s191[Jun 18 2023 14:02:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687096921'192[Jun 18 2023 14:02:31 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096921`193 pulls an image using the dependency proxy194 using docker:24.0.1 and a personal access token195[Jun 18 2023 14:02:31 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 proxy196[Jun 18 2023 14:02:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.05 seconds197[Jun 18 2023 14:02:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436' via api in 0.17 seconds198[Jun 18 2023 14:02:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/dependency-proxy-project-e3fbf3ff020d57d1' via api in 1.16 seconds199[Jun 18 2023 14:02:32 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.200[Jun 18 2023 14:02:32 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`201[Jun 18 2023 14:02:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`202[Jun 18 2023 14:02:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`203[Jun 18 2023 14:02:33 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096951 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096951 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-1687096951 --url http://gitlab.test --registration-token **** --tag-list runner-for-dependency-proxy-project-e3fbf3ff020d57d1 --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" `204[Jun 18 2023 14:02:33 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096951`205[Jun 18 2023 14:02:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`206[Jun 18 2023 14:02:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687096951' via api in 2.7 seconds207[Jun 18 2023 14:02:36 UTC (QA Tests)] INFO -- filling :login_field with "root"208[Jun 18 2023 14:02:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field209[Jun 18 2023 14:02:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"210[Jun 18 2023 14:02:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field211[Jun 18 2023 14:02:36 UTC (QA Tests)] INFO -- clicking :sign_in_button212[Jun 18 2023 14:02:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.903s213[Jun 18 2023 14:02:38 UTC (QA Tests)] INFO -- Enabling super sidebar!214[Jun 18 2023 14:02:38 UTC (QA Tests)] INFO -- Super sidebar is already enabled215[Jun 18 2023 14:02:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436216[Jun 18 2023 14:02:40 UTC (QA Tests)] INFO -- clicking :menu_section_button217[Jun 18 2023 14:02:40 UTC (QA Tests)] INFO -- clicking :nav_item_link218[Jun 18 2023 14:02:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.697s219[Jun 18 2023 14:02:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds220[Jun 18 2023 14:02:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.58 seconds221[Jun 18 2023 14:02:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/dependency-proxy-project-e3fbf3ff020d57d1222[Jun 18 2023 14:02:43 UTC (QA Tests)] INFO -- clicking :menu_section_button223[Jun 18 2023 14:02:44 UTC (QA Tests)] INFO -- clicking :nav_item_link224[Jun 18 2023 14:02:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.833s225[Jun 18 2023 14:02:46 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present226[Jun 18 2023 14:02:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.342s227[Jun 18 2023 14:03:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436228[Jun 18 2023 14:03:00 UTC (QA Tests)] INFO -- clicking :menu_section_button229[Jun 18 2023 14:03:01 UTC (QA Tests)] INFO -- clicking :nav_item_link230[Jun 18 2023 14:03:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.581s231[Jun 18 2023 14:03:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687096951'232[Jun 18 2023 14:03:02 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096951`233 pulls an image using the dependency proxy234Package235 Self-managed Container Registry236 when tls is disabled237 using docker:23.0.6 and a project deploy token238[Jun 18 2023 14:03:02 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 tag239[Jun 18 2023 14:03:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds240[Jun 18 2023 14:03:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436' via api in 0.2 seconds241[Jun 18 2023 14:03:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-acc7c1ba337c740b' via api in 6.26 seconds242[Jun 18 2023 14:03:08 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.243[Jun 18 2023 14:03:08 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`244[Jun 18 2023 14:03:09 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`245[Jun 18 2023 14:03:09 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`246[Jun 18 2023 14:03:09 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096982 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096982 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-1687096982 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-acc7c1ba337c740b --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" `247[Jun 18 2023 14:03:09 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096982`248[Jun 18 2023 14:03:10 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`249[Jun 18 2023 14:03:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687096982' via api in 1.6 seconds250[Jun 18 2023 14:03:10 UTC (QA Tests)] INFO -- filling :login_field with "root"251[Jun 18 2023 14:03:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field252[Jun 18 2023 14:03:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"253[Jun 18 2023 14:03:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field254[Jun 18 2023 14:03:11 UTC (QA Tests)] INFO -- clicking :sign_in_button255[Jun 18 2023 14:03:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.017s256[Jun 18 2023 14:03:13 UTC (QA Tests)] INFO -- Enabling super sidebar!257[Jun 18 2023 14:03:13 UTC (QA Tests)] INFO -- Super sidebar is already enabled258[Jun 18 2023 14:03:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-acc7c1ba337c740b259[Jun 18 2023 14:03:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-2' via api in 0.15 seconds260[Jun 18 2023 14:03:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.27 seconds261[Jun 18 2023 14:03:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.59 seconds262[Jun 18 2023 14:03:17 UTC (QA Tests)] INFO -- clicking :menu_section_button263[Jun 18 2023 14:03:17 UTC (QA Tests)] INFO -- clicking :nav_item_link264[Jun 18 2023 14:03:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.921s265[Jun 18 2023 14:03:19 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present266[Jun 18 2023 14:03:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.32s267[Jun 18 2023 14:03:52 UTC (QA Tests)] INFO -- clicking :menu_section_button268[Jun 18 2023 14:03:52 UTC (QA Tests)] INFO -- clicking :nav_item_link269[Jun 18 2023 14:03:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.87s270[Jun 18 2023 14:03:53 UTC (QA Tests)] INFO -- clicking :registry_image_content271[Jun 18 2023 14:03:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687096982'272[Jun 18 2023 14:03:54 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096982`273 pushes image and deletes tag274 using docker:23.0.6 and a personal access token275[Jun 18 2023 14:03:54 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 tag276[Jun 18 2023 14:03:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds277[Jun 18 2023 14:03:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436' via api in 0.24 seconds278[Jun 18 2023 14:04:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-aef3b32c0cd99878' via api in 6.11 seconds279[Jun 18 2023 14:04:00 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.280[Jun 18 2023 14:04:00 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`281[Jun 18 2023 14:04:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`282[Jun 18 2023 14:04:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`283[Jun 18 2023 14:04:01 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687097034 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687097034 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-1687097034 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-aef3b32c0cd99878 --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" `284[Jun 18 2023 14:04:01 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687097034`285[Jun 18 2023 14:04:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`286[Jun 18 2023 14:04:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687097034' via api in 1.68 seconds287[Jun 18 2023 14:04:03 UTC (QA Tests)] INFO -- filling :login_field with "root"288[Jun 18 2023 14:04:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field289[Jun 18 2023 14:04:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"290[Jun 18 2023 14:04:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field291[Jun 18 2023 14:04:03 UTC (QA Tests)] INFO -- clicking :sign_in_button292[Jun 18 2023 14:04:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.313s293[Jun 18 2023 14:04:05 UTC (QA Tests)] INFO -- Enabling super sidebar!294[Jun 18 2023 14:04:05 UTC (QA Tests)] INFO -- Super sidebar is already enabled295[Jun 18 2023 14:04:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-aef3b32c0cd99878296[Jun 18 2023 14:04:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds297[Jun 18 2023 14:04:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds298[Jun 18 2023 14:04:09 UTC (QA Tests)] INFO -- clicking :menu_section_button299[Jun 18 2023 14:04:09 UTC (QA Tests)] INFO -- clicking :nav_item_link300[Jun 18 2023 14:04:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.831s301[Jun 18 2023 14:04:11 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present302[Jun 18 2023 14:04:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.367s303[Jun 18 2023 14:04:43 UTC (QA Tests)] INFO -- clicking :menu_section_button304[Jun 18 2023 14:04:44 UTC (QA Tests)] INFO -- clicking :nav_item_link305[Jun 18 2023 14:04:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.956s306[Jun 18 2023 14:04:45 UTC (QA Tests)] INFO -- clicking :registry_image_content307[Jun 18 2023 14:04:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687097034'308[Jun 18 2023 14:04:46 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687097034`309 pushes image and deletes tag310 using docker:24.0.1 and a personal access token311[Jun 18 2023 14:04:46 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 tag312[Jun 18 2023 14:04:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds313[Jun 18 2023 14:04:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436' via api in 0.2 seconds314[Jun 18 2023 14:04:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-d6e583388c38cde6' via api in 5.88 seconds315[Jun 18 2023 14:04:52 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.316[Jun 18 2023 14:04:52 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`317[Jun 18 2023 14:04:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`318[Jun 18 2023 14:04:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`319[Jun 18 2023 14:04:57 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687097086 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687097086 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-1687097086 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-d6e583388c38cde6 --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" `320[Jun 18 2023 14:04:58 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687097086`321[Jun 18 2023 14:04:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`322[Jun 18 2023 14:04:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687097086' via api in 6.64 seconds323[Jun 18 2023 14:04:59 UTC (QA Tests)] INFO -- filling :login_field with "root"324[Jun 18 2023 14:04:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field325[Jun 18 2023 14:04:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"326[Jun 18 2023 14:04:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field327[Jun 18 2023 14:05:00 UTC (QA Tests)] INFO -- clicking :sign_in_button328[Jun 18 2023 14:05:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.006s329[Jun 18 2023 14:05:01 UTC (QA Tests)] INFO -- Enabling super sidebar!330[Jun 18 2023 14:05:01 UTC (QA Tests)] INFO -- Super sidebar is already enabled331[Jun 18 2023 14:05:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-d6e583388c38cde6332[Jun 18 2023 14:05:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.21 seconds333[Jun 18 2023 14:05:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.81 seconds334[Jun 18 2023 14:05:05 UTC (QA Tests)] INFO -- clicking :menu_section_button335[Jun 18 2023 14:05:06 UTC (QA Tests)] INFO -- clicking :nav_item_link336[Jun 18 2023 14:05:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.01s337[Jun 18 2023 14:05:08 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present338[Jun 18 2023 14:05:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.572s339[Jun 18 2023 14:05:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.882s340[Jun 18 2023 14:05:41 UTC (QA Tests)] INFO -- clicking :menu_section_button341[Jun 18 2023 14:05:41 UTC (QA Tests)] INFO -- clicking :nav_item_link342[Jun 18 2023 14:05:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.847s343[Jun 18 2023 14:05:42 UTC (QA Tests)] INFO -- clicking :registry_image_content344[Jun 18 2023 14:05:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687097086'345[Jun 18 2023 14:05:43 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687097086`346 pushes image and deletes tag347 using docker:20.10.23 and a project deploy token348[Jun 18 2023 14:05:43 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 tag349[Jun 18 2023 14:05:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds350[Jun 18 2023 14:05:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436' via api in 0.17 seconds351[Jun 18 2023 14:05:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-9706d49510d9c6db' via api in 6.05 seconds352[Jun 18 2023 14:05:49 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.353[Jun 18 2023 14:05:49 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`354[Jun 18 2023 14:05:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`355[Jun 18 2023 14:05:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`356[Jun 18 2023 14:05:50 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687097143 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687097143 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-1687097143 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-9706d49510d9c6db --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `357[Jun 18 2023 14:05:50 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687097143`358[Jun 18 2023 14:05:51 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`359[Jun 18 2023 14:05:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687097143' via api in 1.89 seconds360[Jun 18 2023 14:05:52 UTC (QA Tests)] INFO -- filling :login_field with "root"361[Jun 18 2023 14:05:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field362[Jun 18 2023 14:05:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"363[Jun 18 2023 14:05:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field364[Jun 18 2023 14:05:52 UTC (QA Tests)] INFO -- clicking :sign_in_button365[Jun 18 2023 14:05:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.097s366[Jun 18 2023 14:05:54 UTC (QA Tests)] INFO -- Enabling super sidebar!367[Jun 18 2023 14:05:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled368[Jun 18 2023 14:05:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-9706d49510d9c6db369[Jun 18 2023 14:05:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-3' via api in 0.17 seconds370[Jun 18 2023 14:05:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.2 seconds371[Jun 18 2023 14:05:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds372[Jun 18 2023 14:05:58 UTC (QA Tests)] INFO -- clicking :menu_section_button373[Jun 18 2023 14:05:58 UTC (QA Tests)] INFO -- clicking :nav_item_link374[Jun 18 2023 14:05:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.908s375[Jun 18 2023 14:06:01 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present376[Jun 18 2023 14:06:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.284s377[Jun 18 2023 14:06:34 UTC (QA Tests)] INFO -- clicking :menu_section_button378[Jun 18 2023 14:06:34 UTC (QA Tests)] INFO -- clicking :nav_item_link379[Jun 18 2023 14:06:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.971s380[Jun 18 2023 14:06:35 UTC (QA Tests)] INFO -- clicking :registry_image_content381[Jun 18 2023 14:06:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687097143'382[Jun 18 2023 14:06:36 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687097143`383 pushes image and deletes tag384 using docker:23.0.6 and a ci job token385[Jun 18 2023 14:06:36 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 tag386[Jun 18 2023 14:06:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds387[Jun 18 2023 14:06:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436' via api in 0.18 seconds388[Jun 18 2023 14:06:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-6b58ee997406ddc2' via api in 6.04 seconds389[Jun 18 2023 14:06:42 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.390[Jun 18 2023 14:06:42 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`391[Jun 18 2023 14:06:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`392[Jun 18 2023 14:06:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`393[Jun 18 2023 14:06:43 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687097196 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687097196 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-1687097196 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-6b58ee997406ddc2 --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" `394[Jun 18 2023 14:06:43 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687097196`395[Jun 18 2023 14:06:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`396[Jun 18 2023 14:06:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687097196' via api in 1.78 seconds397[Jun 18 2023 14:06:45 UTC (QA Tests)] INFO -- filling :login_field with "root"398[Jun 18 2023 14:06:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field399[Jun 18 2023 14:06:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"400[Jun 18 2023 14:06:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field401[Jun 18 2023 14:06:45 UTC (QA Tests)] INFO -- clicking :sign_in_button402[Jun 18 2023 14:06:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.038s403[Jun 18 2023 14:06:47 UTC (QA Tests)] INFO -- Enabling super sidebar!404[Jun 18 2023 14:06:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled405[Jun 18 2023 14:06:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-6b58ee997406ddc2406[Jun 18 2023 14:06:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds407[Jun 18 2023 14:06:51 UTC (QA Tests)] INFO -- clicking :menu_section_button408[Jun 18 2023 14:06:51 UTC (QA Tests)] INFO -- clicking :nav_item_link409[Jun 18 2023 14:06:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.872s410[Jun 18 2023 14:06:53 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present411[Jun 18 2023 14:06:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.354s412[Jun 18 2023 14:07:25 UTC (QA Tests)] INFO -- clicking :menu_section_button413[Jun 18 2023 14:07:25 UTC (QA Tests)] INFO -- clicking :nav_item_link414[Jun 18 2023 14:07:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.863s415[Jun 18 2023 14:07:27 UTC (QA Tests)] INFO -- clicking :registry_image_content416[Jun 18 2023 14:07:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687097196'417[Jun 18 2023 14:07:27 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687097196`418 pushes image and deletes tag419 using docker:24.0.1 and a ci job token420[Jun 18 2023 14:07:28 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 tag421[Jun 18 2023 14:07:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds422[Jun 18 2023 14:07:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436' via api in 0.19 seconds423[Jun 18 2023 14:07:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-c79d110df0dcbabd' via api in 6.02 seconds424[Jun 18 2023 14:07:34 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.425[Jun 18 2023 14:07:34 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`426[Jun 18 2023 14:07:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`427[Jun 18 2023 14:07:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`428[Jun 18 2023 14:07:34 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687097248 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687097248 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-1687097248 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-c79d110df0dcbabd --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" `429[Jun 18 2023 14:07:35 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687097248`430[Jun 18 2023 14:07:35 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`431[Jun 18 2023 14:07:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687097248' via api in 1.6 seconds432[Jun 18 2023 14:07:36 UTC (QA Tests)] INFO -- filling :login_field with "root"433[Jun 18 2023 14:07:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field434[Jun 18 2023 14:07:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"435[Jun 18 2023 14:07:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field436[Jun 18 2023 14:07:37 UTC (QA Tests)] INFO -- clicking :sign_in_button437[Jun 18 2023 14:07:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.149s438[Jun 18 2023 14:07:39 UTC (QA Tests)] INFO -- Enabling super sidebar!439[Jun 18 2023 14:07:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled440[Jun 18 2023 14:07:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-c79d110df0dcbabd441[Jun 18 2023 14:07:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds442[Jun 18 2023 14:07:44 UTC (QA Tests)] INFO -- clicking :menu_section_button443[Jun 18 2023 14:07:45 UTC (QA Tests)] INFO -- clicking :nav_item_link444[Jun 18 2023 14:07:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.891s445[Jun 18 2023 14:07:47 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present446[Jun 18 2023 14:07:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.458s447[Jun 18 2023 14:08:19 UTC (QA Tests)] INFO -- clicking :menu_section_button448[Jun 18 2023 14:08:19 UTC (QA Tests)] INFO -- clicking :nav_item_link449[Jun 18 2023 14:08:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.002s450[Jun 18 2023 14:08:20 UTC (QA Tests)] INFO -- clicking :registry_image_content451[Jun 18 2023 14:08:21 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687097248'452[Jun 18 2023 14:08:21 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687097248`453 pushes image and deletes tag454 using docker:20.10.23 and a personal access token455[Jun 18 2023 14:08:22 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 tag456[Jun 18 2023 14:08:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds457[Jun 18 2023 14:08:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436' via api in 0.2 seconds458[Jun 18 2023 14:08:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-a0b4e029a625ef80' via api in 5.94 seconds459[Jun 18 2023 14:08:28 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.460[Jun 18 2023 14:08:28 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`461[Jun 18 2023 14:08:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`462[Jun 18 2023 14:08:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`463[Jun 18 2023 14:08:33 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687097302 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687097302 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-1687097302 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-a0b4e029a625ef80 --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" `464[Jun 18 2023 14:08:34 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687097302`465[Jun 18 2023 14:08:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`466[Jun 18 2023 14:08:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687097302' via api in 6.58 seconds467[Jun 18 2023 14:08:35 UTC (QA Tests)] INFO -- filling :login_field with "root"468[Jun 18 2023 14:08:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field469[Jun 18 2023 14:08:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"470[Jun 18 2023 14:08:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field471[Jun 18 2023 14:08:36 UTC (QA Tests)] INFO -- clicking :sign_in_button472[Jun 18 2023 14:08:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.034s473[Jun 18 2023 14:08:37 UTC (QA Tests)] INFO -- Enabling super sidebar!474[Jun 18 2023 14:08:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled475[Jun 18 2023 14:08:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-a0b4e029a625ef80476[Jun 18 2023 14:08:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds477[Jun 18 2023 14:08:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds478[Jun 18 2023 14:08:41 UTC (QA Tests)] INFO -- clicking :menu_section_button479[Jun 18 2023 14:08:41 UTC (QA Tests)] INFO -- clicking :nav_item_link480[Jun 18 2023 14:08:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.795s481[Jun 18 2023 14:08:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 10.522s482[Jun 18 2023 14:08:54 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present483[Jun 18 2023 14:08:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.369s484[Jun 18 2023 14:09:18 UTC (QA Tests)] INFO -- clicking :menu_section_button485[Jun 18 2023 14:09:18 UTC (QA Tests)] INFO -- clicking :nav_item_link486[Jun 18 2023 14:09:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.94s487[Jun 18 2023 14:09:19 UTC (QA Tests)] INFO -- clicking :registry_image_content488[Jun 18 2023 14:09:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687097302'489[Jun 18 2023 14:09:20 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687097302`490 pushes image and deletes tag491 using docker:20.10.23 and a ci job token492[Jun 18 2023 14:09:20 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 tag493[Jun 18 2023 14:09:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds494[Jun 18 2023 14:09:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436' via api in 0.19 seconds495[Jun 18 2023 14:09:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-97416786a374ccea' via api in 5.98 seconds496[Jun 18 2023 14:09:26 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.497[Jun 18 2023 14:09:26 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`498[Jun 18 2023 14:09:26 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`499[Jun 18 2023 14:09:26 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`500[Jun 18 2023 14:09:27 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687097360 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687097360 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-1687097360 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-97416786a374ccea --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" `501[Jun 18 2023 14:09:27 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687097360`502[Jun 18 2023 14:09:27 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`503[Jun 18 2023 14:09:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687097360' via api in 1.63 seconds504[Jun 18 2023 14:09:28 UTC (QA Tests)] INFO -- filling :login_field with "root"505[Jun 18 2023 14:09:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field506[Jun 18 2023 14:09:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"507[Jun 18 2023 14:09:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field508[Jun 18 2023 14:09:29 UTC (QA Tests)] INFO -- clicking :sign_in_button509[Jun 18 2023 14:09:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.132s510[Jun 18 2023 14:09:31 UTC (QA Tests)] INFO -- Enabling super sidebar!511[Jun 18 2023 14:09:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled512[Jun 18 2023 14:09:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-97416786a374ccea513[Jun 18 2023 14:09:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds514[Jun 18 2023 14:09:34 UTC (QA Tests)] INFO -- clicking :menu_section_button515[Jun 18 2023 14:09:34 UTC (QA Tests)] INFO -- clicking :nav_item_link516[Jun 18 2023 14:09:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.852s517[Jun 18 2023 14:09:36 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present518[Jun 18 2023 14:09:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.439s519[Jun 18 2023 14:10:21 UTC (QA Tests)] INFO -- clicking :menu_section_button520[Jun 18 2023 14:10:21 UTC (QA Tests)] INFO -- clicking :nav_item_link521[Jun 18 2023 14:10:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.875s522[Jun 18 2023 14:10:22 UTC (QA Tests)] INFO -- clicking :registry_image_content523[Jun 18 2023 14:10:23 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687097360'524[Jun 18 2023 14:10:23 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687097360`525 pushes image and deletes tag526 using docker:24.0.1 and a project deploy token527[Jun 18 2023 14:10:23 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 tag528[Jun 18 2023 14:10:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds529[Jun 18 2023 14:10:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436' via api in 0.19 seconds530[Jun 18 2023 14:10:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-09b2d1c8d827b167' via api in 6.08 seconds531[Jun 18 2023 14:10:29 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.532[Jun 18 2023 14:10:29 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`533[Jun 18 2023 14:10:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`534[Jun 18 2023 14:10:35 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`535[Jun 18 2023 14:10:35 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687097423 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687097423 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-1687097423 --url http://gitlab.test --registration-token **** --tag-list runner-for-project-with-registry-09b2d1c8d827b167 --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" `536[Jun 18 2023 14:10:35 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687097423`537[Jun 18 2023 14:10:35 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`538[Jun 18 2023 14:10:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687097423' via api in 6.63 seconds539[Jun 18 2023 14:10:36 UTC (QA Tests)] INFO -- filling :login_field with "root"540[Jun 18 2023 14:10:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field541[Jun 18 2023 14:10:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"542[Jun 18 2023 14:10:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field543[Jun 18 2023 14:10:37 UTC (QA Tests)] INFO -- clicking :sign_in_button544[Jun 18 2023 14:10:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.053s545[Jun 18 2023 14:10:39 UTC (QA Tests)] INFO -- Enabling super sidebar!546[Jun 18 2023 14:10:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled547[Jun 18 2023 14:10:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-09b2d1c8d827b167548[Jun 18 2023 14:10:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-4' via api in 0.11 seconds549[Jun 18 2023 14:10:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.18 seconds550[Jun 18 2023 14:10:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds551[Jun 18 2023 14:10:44 UTC (QA Tests)] INFO -- clicking :menu_section_button552[Jun 18 2023 14:10:44 UTC (QA Tests)] INFO -- clicking :nav_item_link553[Jun 18 2023 14:10:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.796s554[Jun 18 2023 14:10:46 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present555[Jun 18 2023 14:10:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.214s556[Jun 18 2023 14:10:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 1.133s557[Jun 18 2023 14:10:48 UTC (QA Tests)] INFO -- refreshing http://gitlab.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-00-26-1e153a055bc2b436/project-with-registry-09b2d1c8d827b167/-/jobs/12558[Jun 18 2023 14:10:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.534s559[Jun 18 2023 14:11:21 UTC (QA Tests)] INFO -- clicking :menu_section_button560[Jun 18 2023 14:11:21 UTC (QA Tests)] INFO -- clicking :nav_item_link561[Jun 18 2023 14:11:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.867s562[Jun 18 2023 14:11:22 UTC (QA Tests)] INFO -- clicking :registry_image_content563[Jun 18 2023 14:11:23 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687097423'564[Jun 18 2023 14:11:23 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687097423`565 pushes image and deletes tag566Finished in 12 minutes 51 seconds (files took 4.17 seconds to load)56712 examples, 0 failures568Randomized with seed 55930569[Jun 18 2023 14:11:24 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab`570[Jun 18 2023 14:11:24 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab`572Running after script...573$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command574$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")575$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"611Not uploading cache qa-e2e-ruby-3.0-f397e9c6e37138479b58004abf3f9032-16 due to policy613Uploading artifacts...614gitlab-qa-run-*: found 145 matching artifact files and directories 615Uploading artifacts as "archive" to coordinator... 201 Created id=4494243689 responseStatus=201 Created token=64_-uMp5616Uploading artifacts...617gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 618Uploading artifacts as "junit" to coordinator... 201 Created id=4494243689 responseStatus=201 Created token=64_-uMp5619Uploading artifacts...620/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 621Uploading artifacts as "dotenv" to coordinator... 201 Created id=4494243689 responseStatus=201 Created token=64_-uMp5623Job succeeded