object-storage 1/2
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 16.3.1 (f5dfa4d1)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-24.0.5 ...6Starting service docker:24.0.5-dind ...7Pulling docker image docker:24.0.5-dind ...8Using docker image sha256:7015f2c475d511a251955877c2862016a4042512ba625ed905e69202f87e1a21 for docker:24.0.5-dind with digest docker@sha256:3c6e4dca7a63c9a32a4e00da40461ce067f255987ccc9721cf18ffa087bcd1ef ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-24.0.5 ...12Using docker image sha256:d74b87fe019fa5fbfd87eb37c97409980b5fc6d12aa4c2b38f9a42c6b6603544 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-24.0.5 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:bd0f840d4586dc539052b2724b94ae5d1f304eab5b321eb98b0b584ddacae214 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1695436662-4f7b16c4-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: 155805, done. 20remote: Counting objects: 100% (155805/155805), done. 21remote: Compressing objects: 100% (104096/104096), done. 22remote: Total 155805 (delta 69178), reused 104886 (delta 45670), pack-reused 0 23Receiving objects: 100% (155805/155805), 135.45 MiB | 40.60 MiB/s, done.24Resolving deltas: 100% (69178/69178), done.26 * [new ref] refs/pipelines/1014218092 -> refs/pipelines/101421809227 * [new branch] master -> origin/master28Checking out 33574b61 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-58a919b5573be149d65a5bc220d6fbc3-16...32Downloading cache from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-58a919b5573be149d65a5bc220d6fbc3-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 (5149984345)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5149984345 responseStatus=200 OK token=64_i2aWS38Downloading artifacts for download-fast-quarantine-report (5149984346)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5149984346 responseStatus=200 OK token=64_i2aWS41Using docker image sha256:d74b87fe019fa5fbfd87eb37c97409980b5fc6d12aa4c2b38f9a42c6b6603544 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-24.0.5 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:bd0f840d4586dc539052b2724b94ae5d1f304eab5b321eb98b0b584ddacae214 ...42$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE43$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")44$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command45Bundle complete! 38 Gemfile dependencies, 136 gems now installed.46Use `bundle info [gemname]` to see where a bundled gem is installed.47$ export RSPEC_FAST_QUARANTINE_PATH="/home/gitlab/qa/${RSPEC_FAST_QUARANTINE_PATH}"48$ export RSPEC_SKIPPED_TESTS_REPORT_PATH="/home/gitlab/qa/rspec/skipped_tests-${CI_JOB_ID}.txt"49$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"50$ echo "Running - '$QA_COMMAND'"51Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:33574b619352e0e3a7610a5f0262387315091cee --omnibus-config object_storage -- --tag object_storage --format QA::Support::JsonFormatter --out tmp/rspec-5149984366.json --format RspecJunitFormatter --out tmp/rspec-5149984366.xml --format html --out tmp/rspec-$(echo object-storage 1/2 | sed 's/[ /]/_/g').htm --color --format documentation'52$ eval "$QA_COMMAND"53[Sep 23 2023 02:54:52 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q minio/minio:latest`54[Sep 23 2023 02:54:56 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^minio-6fd51397$`55[Sep 23 2023 02:54:56 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`56[Sep 23 2023 02:54:56 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`57[Sep 23 2023 02:54:56 UTC (Gitlab QA)] INFO -- Creating Minio bucket: artifacts-bucket58[Sep 23 2023 02:54:56 UTC (Gitlab QA)] INFO -- Creating Minio bucket: external_diffs-bucket59[Sep 23 2023 02:54:56 UTC (Gitlab QA)] INFO -- Creating Minio bucket: lfs-bucket60[Sep 23 2023 02:54:56 UTC (Gitlab QA)] INFO -- Creating Minio bucket: uploads-bucket61[Sep 23 2023 02:54:56 UTC (Gitlab QA)] INFO -- Creating Minio bucket: packages-bucket62[Sep 23 2023 02:54:56 UTC (Gitlab QA)] INFO -- Creating Minio bucket: dependency_proxy-bucket63[Sep 23 2023 02:54:56 UTC (Gitlab QA)] INFO -- Creating Minio bucket: terraform_state-bucket64[Sep 23 2023 02:54:56 UTC (Gitlab QA)] INFO -- Creating Minio bucket: pages-bucket65[Sep 23 2023 02:54:56 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name minio-6fd51397 --net test --hostname minio-6fd51397.test --volume /builds/gitlab-org/gitlab/minio:/data:Z --env MINIO_ROOT_USER="AKIAIOSFODNN7EXAMPLE" --env MINIO_ROOT_PASSWORD="wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" minio/minio:latest server --compat /data`66[Sep 23 2023 02:54:58 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-fe18d26b$`67[Sep 23 2023 02:54:58 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-fe18d26b --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine/curl:latest tail -f /dev/null`68[Sep 23 2023 02:55:00 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.4.1/tls_certificates/authority/. alpine-fe18d26b:/etc/gitlab/trusted-certs`69[Sep 23 2023 02:55:00 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.4.1/tls_certificates/gitlab/. alpine-fe18d26b:/etc/gitlab/ssl`70[Sep 23 2023 02:55:00 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-fe18d26b`71[Sep 23 2023 02:55:00 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-fe18d26b`72[Sep 23 2023 02:55:00 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`73[Sep 23 2023 02:55:00 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:33574b619352e0e3a7610a5f0262387315091cee`74[Sep 23 2023 02:55:47 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ce-6e7b2310$`75[Sep 23 2023 02:55:47 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`76[Sep 23 2023 02:55:47 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ce-6e7b2310 --net test --hostname gitlab-ce-6e7b2310.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-09-23-02-54-52-a7274cd8/gitlab-ce-6e7b2310/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:33574b619352e0e3a7610a5f0262387315091cee`77[Sep 23 2023 02:55:55 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-6e7b2310 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-09-23 02:54:5878gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme79gitlab_rails['gitlab_disable_animations'] = true # Disable animations80gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry81gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password82# Gitlab::QA::Runtime::OmnibusConfigurations::ObjectStorage83gitlab_rails['object_store']['objects']['artifacts']['bucket'] = 'artifacts-bucket'84gitlab_rails['object_store']['objects']['external_diffs']['bucket'] = 'external_diffs-bucket'85gitlab_rails['object_store']['objects']['lfs']['bucket'] = 'lfs-bucket'86gitlab_rails['object_store']['objects']['uploads']['bucket'] = 'uploads-bucket'87gitlab_rails['object_store']['objects']['packages']['bucket'] = 'packages-bucket'88gitlab_rails['object_store']['objects']['dependency_proxy']['bucket'] = 'dependency_proxy-bucket'89gitlab_rails['object_store']['objects']['terraform_state']['bucket'] = 'terraform_state-bucket'90gitlab_rails['object_store']['objects']['pages']['bucket'] = 'pages-bucket'91gitlab_rails['object_store']['enabled'] = true92gitlab_rails['object_store']['proxy_download'] = true93gitlab_rails['object_store']['connection'] = {'provider'=>'AWS', 'aws_access_key_id'=>'AKIAIOSFODNN7EXAMPLE', 'aws_secret_access_key'=>'wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY', 'aws_signature_version'=>4, 'host'=>'minio-6fd51397.test', 'endpoint'=>'http://minio-6fd51397.test:9000', 'path_style'=>true}94gitlab_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;"`95[Sep 23 2023 02:55:55 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ce-6e7b2310`96[Sep 23 2023 02:59:32 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...97[Sep 23 2023 02:59:32 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`98[Sep 23 2023 02:59:33 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`99[Sep 23 2023 02:59:34 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`100[Sep 23 2023 02:59:35 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`101[Sep 23 2023 02:59:36 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`102[Sep 23 2023 02:59:37 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`103[Sep 23 2023 02:59:38 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`104[Sep 23 2023 02:59:39 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`105[Sep 23 2023 02:59:40 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`106[Sep 23 2023 02:59:41 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`107[Sep 23 2023 02:59:42 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`108[Sep 23 2023 02:59:43 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`109[Sep 23 2023 02:59:44 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`110[Sep 23 2023 02:59:45 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`111[Sep 23 2023 02:59:46 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`112[Sep 23 2023 02:59:47 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`113[Sep 23 2023 02:59:49 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`114[Sep 23 2023 02:59:50 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`115[Sep 23 2023 02:59:51 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`116[Sep 23 2023 02:59:52 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`117[Sep 23 2023 02:59:53 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`118[Sep 23 2023 02:59:54 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`119[Sep 23 2023 02:59:55 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`120[Sep 23 2023 02:59:56 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6e7b2310`121[Sep 23 2023 02:59:56 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ce-6e7b2310 80/tcp`122[Sep 23 2023 02:59:56 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!123[Sep 23 2023 02:59:56 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-6e7b2310 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`124[Sep 23 2023 02:59:56 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-6e7b2310 bash -c "echo '#!/usr/bin/env bash125if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then126 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'127 exit 1128fi129' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`130[Sep 23 2023 02:59:56 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-6e7b2310 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`131[Sep 23 2023 02:59:56 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.4.1/support/data gitlab-ce-6e7b2310:/tmp/data-seeds`132[Sep 23 2023 02:59:56 UTC (Gitlab QA)] INFO -- Running exec_commands...133[Sep 23 2023 02:59:56 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-6e7b2310 bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`134[Sep 23 2023 03:00:48 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-6e7b2310 bash -c "cd /tmp ; curl -qsL https://github.com/git-lfs/git-lfs/releases/download/v2.8.0/git-lfs-linux-amd64-v2.8.0.tar.gz | tar xzvf -"`135[Sep 23 2023 03:00:49 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-6e7b2310 bash -c "cp /tmp/git-lfs /usr/local/bin"`136[Sep 23 2023 03:00:49 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q aerokube/selenoid:latest-release`137[Sep 23 2023 03:00:51 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^selenoid$`138[Sep 23 2023 03:00:51 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`139[Sep 23 2023 03:00:51 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q selenoid/chrome:111.0`140[Sep 23 2023 03:01:07 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q presidenten/selenoid-manual-video-recorder:latest`141[Sep 23 2023 03:01:08 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-09-23-02-54-52-a7274cd8/selenoid/video --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.4.1/lib/gitlab/qa/component/../../../../fixtures/selenoid:/etc/selenoid:z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-09-23-02-54-52-a7274cd8/selenoid/video:/opt/selenoid/video:z aerokube/selenoid:latest-release -video-recorder-image presidenten/selenoid-manual-video-recorder -container-network test -timeout 10m0s`142[Sep 23 2023 03:01:16 UTC (Gitlab QA)] INFO -- Waiting for Selenoid ...143[Sep 23 2023 03:01:16 UTC (Gitlab QA)] INFO -- Selenoid ready!144[Sep 23 2023 03:01:16 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`145[Sep 23 2023 03:01:17 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:33574b619352e0e3a7610a5f0262387315091cee`146[Sep 23 2023 03:02:24 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ce147[Sep 23 2023 03:02:24 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_FACEBOOK_OAUTH_APP_ID="$QA_FACEBOOK_OAUTH_APP_ID" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_RSPEC_REPORT_PATH="$QA_RSPEC_REPORT_PATH" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_RSPEC_TAGS="$QA_RSPEC_TAGS" --env QA_FACEBOOK_OAUTH_APP_SECRET="$QA_FACEBOOK_OAUTH_APP_SECRET" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_REMOTE_GRID="$QA_REMOTE_GRID" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_FACEBOOK_PASSWORD="$QA_FACEBOOK_PASSWORD" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_TRIGGER_AUTO_QUARANTINE="$QA_TRIGGER_AUTO_QUARANTINE" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_RECORD_VIDEO="$QA_RECORD_VIDEO" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_OMNIBUS_MR_TESTS="$QA_OMNIBUS_MR_TESTS" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_REMOTE_GRID_PROTOCOL="http" --env QA_SELENOID_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_SELENOID_BROWSER_IMAGE="selenoid/chrome" --env WEBDRIVER_HEADLESS="0" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env RSPEC_FAST_QUARANTINE_PATH="$RSPEC_FAST_QUARANTINE_PATH" --env RSPEC_SKIPPED_TESTS_REPORT_PATH="$RSPEC_SKIPPED_TESTS_REPORT_PATH" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_NAME_SLUG="$CI_JOB_NAME_SLUG" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_INDEX="$CI_NODE_INDEX" --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-09-23-02-54-52-a7274cd8/selenoid" --env USE_SELENOID="$USE_SELENOID" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-09-23-02-54-52-a7274cd8/gitlab-ce-qa-b7157b68:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/qa/rspec:/home/gitlab/qa/rspec:z --name gitlab-ce-qa-b7157b68 registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:33574b619352e0e3a7610a5f0262387315091cee Test::Instance::All http://gitlab-ce-6e7b2310.test -- --tag object_storage --format QA::Support::JsonFormatter --out tmp/rspec-5149984366.json --format RspecJunitFormatter --out tmp/rspec-5149984366.xml --format html --out tmp/rspec-object-storage_1_2.htm --color --format documentation`1482023-09-23 03:02:39 / CONF :: 149 ==> Base URL: http://gitlab-ce-6e7b2310.test150 ==> Browser: #<Selenium::WebDriver::Remote::Driver:0x00007f859a740208>151 ==> Libraries: Chemlab::Vendor152[Sep 23 2023 03:02:39 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA153[Sep 23 2023 03:02:39 UTC (QA Tests)] INFO -- Browser: chrome154[Sep 23 2023 03:02:39 UTC (QA Tests)] INFO -- Browser version: 111.0155[Sep 23 2023 03:02:39 UTC (QA Tests)] INFO -- Performing sanity check for environment!156[Sep 23 2023 03:02:40 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'object-storage' to 'knapsack/object-storage.json'157[Sep 23 2023 03:02:41 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====158[Sep 23 2023 03:02:41 UTC (QA Tests)] INFO -- Report specs:159[Sep 23 2023 03:02:41 UTC (QA Tests)] INFO -- ["qa/specs/features/browser_ui/5_package/package_registry/maven/maven_group_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/npm/npm_instance_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/helm_registry_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/nuget/nuget_project_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/rubygems_registry_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/conan_repository_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/generic_repository_spec.rb"]160[Sep 23 2023 03:02:41 UTC (QA Tests)] INFO -- Leftover specs:161[Sep 23 2023 03:02:41 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/automatic_failover_and_recovery_spec.rb", "qa/specs/features/api/12_systems/gitaly/changing_repository_storage_spec.rb", "qa/specs/features/api/12_systems/gitaly/gitaly_mtls_spec.rb", "qa/specs/features/api/1_manage/group_access_token_spec.rb", "qa/specs/features/api/1_manage/import/import_large_github_repo_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_group_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_mr_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_project_spec.rb", "qa/specs/features/api/1_manage/project_access_token_spec.rb", "qa/specs/features/api/2_plan/closes_issue_via_pushing_a_commit_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_mwps_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_target_branch_spec.rb", "qa/specs/features/api/3_create/repository/add_list_delete_branches_spec.rb", "qa/specs/features/api/3_create/repository/default_branch_name_setting_spec.rb", "qa/specs/features/api/3_create/repository/project_archive_compare_spec.rb", "qa/specs/features/api/3_create/repository/storage_size_spec.rb", "qa/specs/features/api/3_create/snippet/snippet_repository_storage_move_spec.rb", "qa/specs/features/api/4_verify/cancel_pipeline_when_block_user_spec.rb", "qa/specs/features/api/4_verify/file_variable_spec.rb", "qa/specs/features/api/5_package/container_registry/saas/container_registry_spec.rb", "qa/specs/features/api/9_data_stores/user_inherited_access_spec.rb", "qa/specs/features/browser_ui/14_analytics/performance_bar_spec.rb", "qa/specs/features/browser_ui/14_analytics/service_ping_disabled_spec.rb", "qa/specs/features/browser_ui/1_manage/group/group_access_token_spec.rb", "qa/specs/features/browser_ui/1_manage/integrations/jenkins/jenkins_build_status_spec.rb", "qa/specs/features/browser_ui/1_manage/integrations/jira/jira_issue_import_spec.rb", "qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb", "qa/specs/features/browser_ui/1_manage/login/2fa_ssh_recovery_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_in_with_2fa_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_into_mattermost_via_gitlab_spec.rb", "qa/specs/features/browser_ui/1_manage/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb", "qa/specs/features/browser_ui/1_manage/login/oauth_login_with_github_spec.rb", "qa/specs/features/browser_ui/1_manage/migration/gitlab_migration_group_spec.rb", "qa/specs/features/browser_ui/1_manage/user/impersonation_token_spec.rb", "qa/specs/features/browser_ui/2_plan/design_management/add_design_content_spec.rb", "qa/specs/features/browser_ui/2_plan/design_management/modify_design_content_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/check_mentions_for_xss_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/comment_issue_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/export_as_csv_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/issue_suggestions_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/real_time_assignee_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/assign_milestone_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/create_project_milestone_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_creation_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_directory_management_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_list_spec.rb", "qa/specs/features/browser_ui/2_plan/related_issues/related_issues_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/cherry_pick/cherry_pick_a_merge_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_from_push_notification_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_via_template_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/merge_when_pipeline_succeeds_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/revert/revert_commit_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/squash_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/suggestions/custom_commit_suggestion_spec.rb", "qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb", "qa/specs/features/browser_ui/3_create/repository/branch_with_unusual_name_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/create_file_via_web_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/edit_file_via_web_spec.rb", "qa/specs/features/browser_ui/3_create/repository/license_detection_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protected_tags_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_ssh_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_to_canary_gitaly_spec.rb", "qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/add_file_to_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_project_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/delete_file_from_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/snippet_index_page_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide/add_new_directory_in_web_ide_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/link_to_line_in_web_ide_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/review_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/pipeline_with_protected_variable_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/raw_variables_defined_in_yaml_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_non_inheritable_when_forward_pipeline_variables_false_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_a_project_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/merge_mr_when_pipline_is_blocked_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/pass_dotenv_variables_to_downstream_via_bridge_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/run_pipeline_via_web_only_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/trigger_child_pipeline_with_manual_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb", "qa/specs/features/browser_ui/4_verify/runner/fleet_management/group_runner_status_counts_spec.rb", "qa/specs/features/browser_ui/4_verify/runner/register_runner_spec.rb", "qa/specs/features/browser_ui/5_package/container_registry/saas/container_registry_spec.rb", "qa/specs/features/browser_ui/5_package/container_registry/self_managed/container_registry_spec.rb", "qa/specs/features/browser_ui/5_package/infrastructure_registry/terraform_module_registry_spec.rb", "qa/specs/features/browser_ui/6_release/deploy_key/add_deploy_key_spec.rb", "qa/specs/features/browser_ui/6_release/deploy_token/add_deploy_token_spec.rb", "qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/automatically_creates_incident_for_alert_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/email_notification_for_alert_spec.rb", "qa/specs/features/browser_ui/8_monitor/incident_management/recovery_alert_closes_correct_incident_spec.rb", "qa/specs/features/browser_ui/9_data_stores/group/transfer_group_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/add_project_member_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/create_project_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/invite_group_to_project_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/view_project_activity_spec.rb", "qa/specs/features/browser_ui/9_data_stores/user/parent_group_access_termination_spec.rb", "qa/specs/features/sanity/feature_flags_spec.rb", "qa/specs/features/sanity/interception_spec.rb"]162[Sep 23 2023 03:02:41 UTC (QA Tests)] INFO -- Knapsack time offset warning enabled!163[Sep 23 2023 03:02:41 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'object-storage' to 'knapsack/object-storage.json'164[Sep 23 2023 03:02:41 UTC (QA Tests)] INFO -- Report already exists, skipping!165[Sep 23 2023 03:02:41 UTC (QA Tests)] INFO -- Executing: `docker ps -f ancestor='presidenten/selenoid-manual-video-recorder' --format '{{.Names}}'`166[Sep 23 2023 03:02:41 UTC (QA Tests)] INFO -- Executing: `docker ps -f ancestor='selenoid/chrome:111.0' --format '{{.Names}}'`167[Sep 23 2023 03:02:41 UTC (QA Tests)] INFO -- Executing: `docker inspect confident_morse --format '{{.Config.Hostname}}'`168[Sep 23 2023 03:02:41 UTC (QA Tests)] INFO -- Test failure video recording setup complete!169Run options:170 include {:object_storage=>true}171 exclude {:geo=>true, :requires_praefect=>true}172Randomized with seed 1901173Package174 RubyGems Repository175[Sep 23 2023 03:02:46 UTC (QA Tests)] INFO -- Starting test: Package RubyGems Repository publishes a Ruby gem176[Sep 23 2023 03:02:47 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i b66ee2bc8587:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_rubygems_repository_publishes_a_ruby_gem-2023-09-23-03-02-47-291.mp4" '`177[Sep 23 2023 03:02:47 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA178[Sep 23 2023 03:02:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-3178pn2s' via cache in 0.0 seconds179[Sep 23 2023 03:02:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 1.82 seconds180[Sep 23 2023 03:02:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb' via api in 3.46 seconds181[Sep 23 2023 03:02:52 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.182[Sep 23 2023 03:02:52 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`183[Sep 23 2023 03:02:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`184[Sep 23 2023 03:02:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`185[Sep 23 2023 03:02:56 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438167 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438167 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-1695438167 --url http://gitlab-ce-6e7b2310.test --registration-token **** --tag-list runner-for-rubygems-package-project-831420dca268a57e --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" `186[Sep 23 2023 03:02:58 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438167`187[Sep 23 2023 03:02:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`188[Sep 23 2023 03:02:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1695438167' via api in 7.11 seconds189[Sep 23 2023 03:02:59 UTC (QA Tests)] INFO -- Enabling feature: rubygem_packages for scope "project: gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/rubygems-package-project-831420dca268a57e"190[Sep 23 2023 03:02:59 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: rubygem_packages191[Sep 23 2023 03:03:00 UTC (QA Tests)] INFO -- filling :login_field with "root"192[Sep 23 2023 03:03:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field193[Sep 23 2023 03:03:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"194[Sep 23 2023 03:03:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field195[Sep 23 2023 03:03:00 UTC (QA Tests)] INFO -- clicking :sign_in_button196[Sep 23 2023 03:03:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.625s197[Sep 23 2023 03:03:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.64 seconds198[Sep 23 2023 03:03:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/rubygems-package-project-831420dca268a57e199[Sep 23 2023 03:03:09 UTC (QA Tests)] INFO -- clicking :menu_section_button200[Sep 23 2023 03:03:09 UTC (QA Tests)] INFO -- clicking :nav_item_link201[Sep 23 2023 03:03:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.106s202[Sep 23 2023 03:03:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 0.828s203[Sep 23 2023 03:03:13 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present204[Sep 23 2023 03:03:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.548s205[Sep 23 2023 03:03:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.979s206[Sep 23 2023 03:03:49 UTC (QA Tests)] INFO -- clicking :menu_section_button207[Sep 23 2023 03:03:49 UTC (QA Tests)] INFO -- clicking :nav_item_link208[Sep 23 2023 03:03:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.925s209[Sep 23 2023 03:03:50 UTC (QA Tests)] INFO -- Disabling feature: rubygem_packages for scope "project: gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/rubygems-package-project-831420dca268a57e"210[Sep 23 2023 03:03:50 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: rubygem_packages211[Sep 23 2023 03:03:50 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'pkill -INT -f ffmpeg'`212[Sep 23 2023 03:03:51 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'rm /data/package_rubygems_repository_publishes_a_ruby_gem-2023-09-23-03-02-47-291.mp4'`213 publishes a Ruby gem214Package215 Helm Registry216 using project deploy token217[Sep 23 2023 03:03:51 UTC (QA Tests)] INFO -- Starting test: Package Helm Registry using project deploy token pushes and pulls a helm chart218[Sep 23 2023 03:03:51 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i b66ee2bc8587:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_helm_registry_using_project_deploy_token_pushes_a-2023-09-23-03-03-51-310.mp4" '`219[Sep 23 2023 03:03:52 UTC (QA Tests)] INFO -- filling :login_field with "root"220[Sep 23 2023 03:03:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field221[Sep 23 2023 03:03:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"222[Sep 23 2023 03:03:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field223[Sep 23 2023 03:03:52 UTC (QA Tests)] INFO -- clicking :sign_in_button224[Sep 23 2023 03:03:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.951s225[Sep 23 2023 03:03:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.11 seconds226[Sep 23 2023 03:03:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb' via api in 0.27 seconds227[Sep 23 2023 03:03:56 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.228[Sep 23 2023 03:03:56 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`229[Sep 23 2023 03:03:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`230[Sep 23 2023 03:03:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`231[Sep 23 2023 03:03:57 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438235 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438235 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-1695438235 --url http://gitlab-ce-6e7b2310.test --registration-token **** --tag-list runner-for-qa-test-2023-09-23-03-02-47-30814cb40158a7cb --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" `232[Sep 23 2023 03:03:57 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438235`233[Sep 23 2023 03:03:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`234[Sep 23 2023 03:03:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695438235' via api in 2.07 seconds235[Sep 23 2023 03:03:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-1' via api in 0.21 seconds236[Sep 23 2023 03:03:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.32 seconds237[Sep 23 2023 03:04:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.42 seconds238[Sep 23 2023 03:04:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.86 seconds239[Sep 23 2023 03:04:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-1f3a54a4602b35c7-221f92d3317e985d240[Sep 23 2023 03:04:05 UTC (QA Tests)] INFO -- clicking :menu_section_button241[Sep 23 2023 03:04:05 UTC (QA Tests)] INFO -- clicking :nav_item_link242[Sep 23 2023 03:04:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.994s243[Sep 23 2023 03:04:08 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present244[Sep 23 2023 03:04:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.328s245[Sep 23 2023 03:04:21 UTC (QA Tests)] INFO -- clicking :menu_section_button246[Sep 23 2023 03:04:22 UTC (QA Tests)] INFO -- clicking :nav_item_link247[Sep 23 2023 03:04:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.839s248[Sep 23 2023 03:04:22 UTC (QA Tests)] INFO -- clicking :details-link249[Sep 23 2023 03:04:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.57 seconds250[Sep 23 2023 03:04:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/client-8163bdc73954c7a6-8b25d8a06645d9a7251[Sep 23 2023 03:04:27 UTC (QA Tests)] INFO -- clicking :menu_section_button252[Sep 23 2023 03:04:27 UTC (QA Tests)] INFO -- clicking :nav_item_link253[Sep 23 2023 03:04:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.865s254[Sep 23 2023 03:04:29 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present255[Sep 23 2023 03:04:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 2.063s256[Sep 23 2023 03:04:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695438235'257[Sep 23 2023 03:04:44 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438235`258[Sep 23 2023 03:04:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'gitlab_qa_helm-0ac7027e37d562a4'259[Sep 23 2023 03:04:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-1f3a54a4602b35c7-221f92d3317e985d'260[Sep 23 2023 03:04:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/client-8163bdc73954c7a6-8b25d8a06645d9a7'261[Sep 23 2023 03:04:45 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'pkill -INT -f ffmpeg'`262[Sep 23 2023 03:04:45 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'rm /data/package_helm_registry_using_project_deploy_token_pushes_a-2023-09-23-03-03-51-310.mp4'`263 pushes and pulls a helm chart264 using ci job token265[Sep 23 2023 03:04:46 UTC (QA Tests)] INFO -- Starting test: Package Helm Registry using ci job token pushes and pulls a helm chart266[Sep 23 2023 03:04:46 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i b66ee2bc8587:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_helm_registry_using_ci_job_token_pushes_and_pulls-2023-09-23-03-04-46-137.mp4" '`267[Sep 23 2023 03:04:46 UTC (QA Tests)] INFO -- filling :login_field with "root"268[Sep 23 2023 03:04:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field269[Sep 23 2023 03:04:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"270[Sep 23 2023 03:04:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field271[Sep 23 2023 03:04:47 UTC (QA Tests)] INFO -- clicking :sign_in_button272[Sep 23 2023 03:04:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.84s273[Sep 23 2023 03:04:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.08 seconds274[Sep 23 2023 03:04:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb' via api in 0.14 seconds275[Sep 23 2023 03:04:51 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.276[Sep 23 2023 03:04:51 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`277[Sep 23 2023 03:04:51 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`278[Sep 23 2023 03:04:51 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`279[Sep 23 2023 03:04:51 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438290 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438290 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-1695438290 --url http://gitlab-ce-6e7b2310.test --registration-token **** --tag-list runner-for-qa-test-2023-09-23-03-02-47-30814cb40158a7cb --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" `280[Sep 23 2023 03:04:52 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438290`281[Sep 23 2023 03:04:52 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`282[Sep 23 2023 03:04:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695438290' via api in 2.09 seconds283[Sep 23 2023 03:04:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.27 seconds284[Sep 23 2023 03:04:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.23 seconds285[Sep 23 2023 03:04:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.49 seconds286[Sep 23 2023 03:04:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-f9169227d6628397-8b8e2932dc4724d4287[Sep 23 2023 03:04:59 UTC (QA Tests)] INFO -- clicking :menu_section_button288[Sep 23 2023 03:04:59 UTC (QA Tests)] INFO -- clicking :nav_item_link289[Sep 23 2023 03:05:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.871s290[Sep 23 2023 03:05:01 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present291[Sep 23 2023 03:05:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.519s292[Sep 23 2023 03:05:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.545s293[Sep 23 2023 03:05:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job-log-content' took 0.565s294[Sep 23 2023 03:05:15 UTC (QA Tests)] INFO -- clicking :menu_section_button295[Sep 23 2023 03:05:16 UTC (QA Tests)] INFO -- clicking :nav_item_link296[Sep 23 2023 03:05:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.258s297[Sep 23 2023 03:05:17 UTC (QA Tests)] INFO -- clicking :details-link298[Sep 23 2023 03:05:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.97 seconds299[Sep 23 2023 03:05:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/client-bb472e601ef2f97f-36c79230ceb61be8300[Sep 23 2023 03:05:21 UTC (QA Tests)] INFO -- clicking :menu_section_button301[Sep 23 2023 03:05:21 UTC (QA Tests)] INFO -- clicking :nav_item_link302[Sep 23 2023 03:05:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.858s303[Sep 23 2023 03:05:23 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present304[Sep 23 2023 03:05:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.327s305[Sep 23 2023 03:05:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695438290'306[Sep 23 2023 03:05:37 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438290`307[Sep 23 2023 03:05:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'gitlab_qa_helm-43598fa3e3f4844f'308[Sep 23 2023 03:05:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-f9169227d6628397-8b8e2932dc4724d4'309[Sep 23 2023 03:05:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/client-bb472e601ef2f97f-36c79230ceb61be8'310[Sep 23 2023 03:05:38 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'pkill -INT -f ffmpeg'`311[Sep 23 2023 03:05:38 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'rm /data/package_helm_registry_using_ci_job_token_pushes_and_pulls-2023-09-23-03-04-46-137.mp4'`312 pushes and pulls a helm chart313 using personal access token314[Sep 23 2023 03:05:38 UTC (QA Tests)] INFO -- Starting test: Package Helm Registry using personal access token pushes and pulls a helm chart315[Sep 23 2023 03:05:38 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i b66ee2bc8587:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_helm_registry_using_personal_access_token_pushes_-2023-09-23-03-05-38-357.mp4" '`316[Sep 23 2023 03:05:39 UTC (QA Tests)] INFO -- filling :login_field with "root"317[Sep 23 2023 03:05:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field318[Sep 23 2023 03:05:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"319[Sep 23 2023 03:05:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field320[Sep 23 2023 03:05:39 UTC (QA Tests)] INFO -- clicking :sign_in_button321[Sep 23 2023 03:05:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.77s322[Sep 23 2023 03:05:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.08 seconds323[Sep 23 2023 03:05:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb' via api in 0.16 seconds324[Sep 23 2023 03:05:43 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.325[Sep 23 2023 03:05:43 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`326[Sep 23 2023 03:05:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`327[Sep 23 2023 03:05:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`328[Sep 23 2023 03:05:43 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438342 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438342 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-1695438342 --url http://gitlab-ce-6e7b2310.test --registration-token **** --tag-list runner-for-qa-test-2023-09-23-03-02-47-30814cb40158a7cb --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[Sep 23 2023 03:05:44 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438342`330[Sep 23 2023 03:05:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`331[Sep 23 2023 03:05:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695438342' via api in 2.02 seconds332[Sep 23 2023 03:05:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.22 seconds333[Sep 23 2023 03:05:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.31 seconds334[Sep 23 2023 03:05:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.69 seconds335[Sep 23 2023 03:05:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-e8c412a759813067-d60f1d0747f1d38f336[Sep 23 2023 03:05:50 UTC (QA Tests)] INFO -- clicking :menu_section_button337[Sep 23 2023 03:05:50 UTC (QA Tests)] INFO -- clicking :nav_item_link338[Sep 23 2023 03:05:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.858s339[Sep 23 2023 03:05:52 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present340[Sep 23 2023 03:05:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.425s341[Sep 23 2023 03:06:06 UTC (QA Tests)] INFO -- clicking :menu_section_button342[Sep 23 2023 03:06:06 UTC (QA Tests)] INFO -- clicking :nav_item_link343[Sep 23 2023 03:06:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.793s344[Sep 23 2023 03:06:07 UTC (QA Tests)] INFO -- clicking :details-link345[Sep 23 2023 03:06:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.03 seconds346[Sep 23 2023 03:06:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/client-31363f39e9e16354-fc0e021484221405347[Sep 23 2023 03:06:10 UTC (QA Tests)] INFO -- clicking :menu_section_button348[Sep 23 2023 03:06:11 UTC (QA Tests)] INFO -- clicking :nav_item_link349[Sep 23 2023 03:06:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.805s350[Sep 23 2023 03:06:13 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present351[Sep 23 2023 03:06:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.277s352[Sep 23 2023 03:06:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695438342'353[Sep 23 2023 03:06:27 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438342`354[Sep 23 2023 03:06:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'gitlab_qa_helm-cb2df0a5796fa7f3'355[Sep 23 2023 03:06:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-e8c412a759813067-d60f1d0747f1d38f'356[Sep 23 2023 03:06:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/client-31363f39e9e16354-fc0e021484221405'357[Sep 23 2023 03:06:27 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'pkill -INT -f ffmpeg'`358[Sep 23 2023 03:06:27 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'rm /data/package_helm_registry_using_personal_access_token_pushes_-2023-09-23-03-05-38-357.mp4'`359 pushes and pulls a helm chart360Package361 Maven group level endpoint362 via maven363 using a personal access token364[Sep 23 2023 03:06:28 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a personal access token pushes and pulls a maven package365[Sep 23 2023 03:06:28 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i b66ee2bc8587:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_maven_group_level_endpoint_via_maven_using_a_pers-2023-09-23-03-06-28-258.mp4" '`366[Sep 23 2023 03:06:29 UTC (QA Tests)] INFO -- filling :login_field with "root"367[Sep 23 2023 03:06:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field368[Sep 23 2023 03:06:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"369[Sep 23 2023 03:06:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field370[Sep 23 2023 03:06:29 UTC (QA Tests)] INFO -- clicking :sign_in_button371[Sep 23 2023 03:06:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.75s372[Sep 23 2023 03:06:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.08 seconds373[Sep 23 2023 03:06:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb' via api in 0.15 seconds374[Sep 23 2023 03:06:33 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.375[Sep 23 2023 03:06:33 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`376[Sep 23 2023 03:06:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`377[Sep 23 2023 03:06:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`378[Sep 23 2023 03:06:34 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438392 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438392 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-1695438392 --url http://gitlab-ce-6e7b2310.test --registration-token **** --tag-list runner-for-qa-test-2023-09-23-03-02-47-30814cb40158a7cb --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" `379[Sep 23 2023 03:06:34 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438392`380[Sep 23 2023 03:06:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`381[Sep 23 2023 03:06:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695438392' via api in 2.03 seconds382[Sep 23 2023 03:06:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds383[Sep 23 2023 03:06:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.32 seconds384[Sep 23 2023 03:06:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.93 seconds385[Sep 23 2023 03:06:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-6ce51534f42c7468-1eae66e8f0cee25b386[Sep 23 2023 03:06:41 UTC (QA Tests)] INFO -- clicking :menu_section_button387[Sep 23 2023 03:06:41 UTC (QA Tests)] INFO -- clicking :nav_item_link388[Sep 23 2023 03:06:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.865s389[Sep 23 2023 03:06:43 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present390[Sep 23 2023 03:06:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.718s391[Sep 23 2023 03:07:16 UTC (QA Tests)] INFO -- clicking :menu_section_button392[Sep 23 2023 03:07:16 UTC (QA Tests)] INFO -- clicking :nav_item_link393[Sep 23 2023 03:07:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.89s394[Sep 23 2023 03:07:17 UTC (QA Tests)] INFO -- clicking :details-link395[Sep 23 2023 03:07:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.91 seconds396[Sep 23 2023 03:07:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/client-638ea4bc05a659e7-b12d1b9eba3f36b5397[Sep 23 2023 03:07:20 UTC (QA Tests)] INFO -- clicking :menu_section_button398[Sep 23 2023 03:07:21 UTC (QA Tests)] INFO -- clicking :nav_item_link399[Sep 23 2023 03:07:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.742s400[Sep 23 2023 03:07:23 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present401[Sep 23 2023 03:07:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.449s402[Sep 23 2023 03:07:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695438392'403[Sep 23 2023 03:07:46 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438392`404[Sep 23 2023 03:07:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-456469dfd9f75e22'405[Sep 23 2023 03:07:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-6ce51534f42c7468-1eae66e8f0cee25b'406[Sep 23 2023 03:07:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/client-638ea4bc05a659e7-b12d1b9eba3f36b5'407[Sep 23 2023 03:07:47 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'pkill -INT -f ffmpeg'`408[Sep 23 2023 03:07:47 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'rm /data/package_maven_group_level_endpoint_via_maven_using_a_pers-2023-09-23-03-06-28-258.mp4'`409 pushes and pulls a maven package410 using a project deploy token411[Sep 23 2023 03:07:48 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a project deploy token pushes and pulls a maven package412[Sep 23 2023 03:07:48 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i b66ee2bc8587:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_maven_group_level_endpoint_via_maven_using_a_proj-2023-09-23-03-07-48-075.mp4" '`413[Sep 23 2023 03:07:48 UTC (QA Tests)] INFO -- filling :login_field with "root"414[Sep 23 2023 03:07:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field415[Sep 23 2023 03:07:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"416[Sep 23 2023 03:07:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field417[Sep 23 2023 03:07:49 UTC (QA Tests)] INFO -- clicking :sign_in_button418[Sep 23 2023 03:07:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.887s419[Sep 23 2023 03:07:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.11 seconds420[Sep 23 2023 03:07:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb' via api in 0.18 seconds421[Sep 23 2023 03:07:53 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.422[Sep 23 2023 03:07:53 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`423[Sep 23 2023 03:07:53 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`424[Sep 23 2023 03:07:53 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`425[Sep 23 2023 03:07:53 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438471 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438471 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-1695438471 --url http://gitlab-ce-6e7b2310.test --registration-token **** --tag-list runner-for-qa-test-2023-09-23-03-02-47-30814cb40158a7cb --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" `426[Sep 23 2023 03:07:54 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438471`427[Sep 23 2023 03:07:54 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`428[Sep 23 2023 03:07:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695438471' via api in 2.02 seconds429[Sep 23 2023 03:07:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupDeployToken with username 'gitlab+deploy-token-2' via api in 0.1 seconds430[Sep 23 2023 03:07:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds431[Sep 23 2023 03:07:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds432[Sep 23 2023 03:07:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.71 seconds433[Sep 23 2023 03:07:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-113afec15ebc2f5b-12807a4a706ee8d0434[Sep 23 2023 03:07:59 UTC (QA Tests)] INFO -- clicking :menu_section_button435[Sep 23 2023 03:07:59 UTC (QA Tests)] INFO -- clicking :nav_item_link436[Sep 23 2023 03:08:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.769s437[Sep 23 2023 03:08:01 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present438[Sep 23 2023 03:08:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.429s439[Sep 23 2023 03:08:25 UTC (QA Tests)] INFO -- clicking :menu_section_button440[Sep 23 2023 03:08:25 UTC (QA Tests)] INFO -- clicking :nav_item_link441[Sep 23 2023 03:08:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.787s442[Sep 23 2023 03:08:26 UTC (QA Tests)] INFO -- clicking :details-link443[Sep 23 2023 03:08:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.94 seconds444[Sep 23 2023 03:08:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/client-5b3cef7a7006ddc9-66d501b6dcacd094445[Sep 23 2023 03:08:29 UTC (QA Tests)] INFO -- clicking :menu_section_button446[Sep 23 2023 03:08:30 UTC (QA Tests)] INFO -- clicking :nav_item_link447[Sep 23 2023 03:08:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.769s448[Sep 23 2023 03:08:31 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present449[Sep 23 2023 03:08:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.466s450[Sep 23 2023 03:08:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695438471'451[Sep 23 2023 03:08:55 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438471`452[Sep 23 2023 03:08:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-0f4d2e73635fbfc4'453[Sep 23 2023 03:08:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-113afec15ebc2f5b-12807a4a706ee8d0'454[Sep 23 2023 03:08:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/client-5b3cef7a7006ddc9-66d501b6dcacd094'455[Sep 23 2023 03:08:56 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'pkill -INT -f ffmpeg'`456[Sep 23 2023 03:08:56 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'rm /data/package_maven_group_level_endpoint_via_maven_using_a_proj-2023-09-23-03-07-48-075.mp4'`457 pushes and pulls a maven package458 using a ci job token459[Sep 23 2023 03:08:56 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a ci job token pushes and pulls a maven package460[Sep 23 2023 03:08:56 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i b66ee2bc8587:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_maven_group_level_endpoint_via_maven_using_a_ci_j-2023-09-23-03-08-56-987.mp4" '`461[Sep 23 2023 03:08:57 UTC (QA Tests)] INFO -- filling :login_field with "root"462[Sep 23 2023 03:08:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field463[Sep 23 2023 03:08:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"464[Sep 23 2023 03:08:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field465[Sep 23 2023 03:08:58 UTC (QA Tests)] INFO -- clicking :sign_in_button466[Sep 23 2023 03:08:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.751s467[Sep 23 2023 03:09:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds468[Sep 23 2023 03:09:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb' via api in 0.13 seconds469[Sep 23 2023 03:09:01 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.470[Sep 23 2023 03:09:01 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`471[Sep 23 2023 03:09:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`472[Sep 23 2023 03:09:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`473[Sep 23 2023 03:09:02 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438540 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438540 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-1695438540 --url http://gitlab-ce-6e7b2310.test --registration-token **** --tag-list runner-for-qa-test-2023-09-23-03-02-47-30814cb40158a7cb --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" `474[Sep 23 2023 03:09:02 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438540`475[Sep 23 2023 03:09:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`476[Sep 23 2023 03:09:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695438540' via api in 2.0 seconds477[Sep 23 2023 03:09:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.06 seconds478[Sep 23 2023 03:09:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.06 seconds479[Sep 23 2023 03:09:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.67 seconds480[Sep 23 2023 03:09:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-18928569f536fac0-3b3b908f2484482d481[Sep 23 2023 03:09:08 UTC (QA Tests)] INFO -- clicking :menu_section_button482[Sep 23 2023 03:09:08 UTC (QA Tests)] INFO -- clicking :nav_item_link483[Sep 23 2023 03:09:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.594s484[Sep 23 2023 03:09:11 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present485[Sep 23 2023 03:09:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.331s486[Sep 23 2023 03:09:34 UTC (QA Tests)] INFO -- clicking :menu_section_button487[Sep 23 2023 03:09:34 UTC (QA Tests)] INFO -- clicking :nav_item_link488[Sep 23 2023 03:09:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.797s489[Sep 23 2023 03:09:35 UTC (QA Tests)] INFO -- clicking :details-link490[Sep 23 2023 03:09:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.81 seconds491[Sep 23 2023 03:09:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/client-dc211c9dd55a0ef7-08fbd05404ae1e9d492[Sep 23 2023 03:09:39 UTC (QA Tests)] INFO -- clicking :menu_section_button493[Sep 23 2023 03:09:39 UTC (QA Tests)] INFO -- clicking :nav_item_link494[Sep 23 2023 03:09:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.918s495[Sep 23 2023 03:09:41 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present496[Sep 23 2023 03:09:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.228s497[Sep 23 2023 03:10:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695438540'498[Sep 23 2023 03:10:04 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438540`499[Sep 23 2023 03:10:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-e4f44f3f8eeb41b9'500[Sep 23 2023 03:10:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-18928569f536fac0-3b3b908f2484482d'501[Sep 23 2023 03:10:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/client-dc211c9dd55a0ef7-08fbd05404ae1e9d'502[Sep 23 2023 03:10:05 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'pkill -INT -f ffmpeg'`503[Sep 23 2023 03:10:05 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'rm /data/package_maven_group_level_endpoint_via_maven_using_a_ci_j-2023-09-23-03-08-56-987.mp4'`504 pushes and pulls a maven package505 duplication setting506 when disabled507[Sep 23 2023 03:10:06 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint duplication setting when disabled prevents users from publishing duplicates508[Sep 23 2023 03:10:06 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i b66ee2bc8587:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_maven_group_level_endpoint_duplication_setting_wh-2023-09-23-03-10-06-147.mp4" '`509[Sep 23 2023 03:10:06 UTC (QA Tests)] INFO -- filling :login_field with "root"510[Sep 23 2023 03:10:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field511[Sep 23 2023 03:10:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"512[Sep 23 2023 03:10:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field513[Sep 23 2023 03:10:07 UTC (QA Tests)] INFO -- clicking :sign_in_button514[Sep 23 2023 03:10:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.829s515[Sep 23 2023 03:10:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds516[Sep 23 2023 03:10:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb' via api in 0.13 seconds517[Sep 23 2023 03:10:10 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.518[Sep 23 2023 03:10:10 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`519[Sep 23 2023 03:10:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`520[Sep 23 2023 03:10:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`521[Sep 23 2023 03:10:11 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438609 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438609 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-1695438609 --url http://gitlab-ce-6e7b2310.test --registration-token **** --tag-list runner-for-qa-test-2023-09-23-03-02-47-30814cb40158a7cb --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" `522[Sep 23 2023 03:10:11 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438609`523[Sep 23 2023 03:10:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`524[Sep 23 2023 03:10:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695438609' via api in 2.05 seconds525[Sep 23 2023 03:10:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds526[Sep 23 2023 03:10:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds527[Sep 23 2023 03:10:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-6e7b2310.test/groups/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb528[Sep 23 2023 03:10:15 UTC (QA Tests)] INFO -- clicking :menu_section_button529[Sep 23 2023 03:10:15 UTC (QA Tests)] INFO -- clicking :nav_item_link530[Sep 23 2023 03:10:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.834s531[Sep 23 2023 03:10:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.68 seconds532[Sep 23 2023 03:10:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-d0f4dae69fd78fa1-f3b196934c6c3e83533[Sep 23 2023 03:10:19 UTC (QA Tests)] INFO -- clicking :menu_section_button534[Sep 23 2023 03:10:19 UTC (QA Tests)] INFO -- clicking :nav_item_link535[Sep 23 2023 03:10:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.806s536[Sep 23 2023 03:10:21 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present537[Sep 23 2023 03:10:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.358s538[Sep 23 2023 03:10:44 UTC (QA Tests)] INFO -- clicking :retry-button539[Sep 23 2023 03:10:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element retry-button' took 1.188s540[Sep 23 2023 03:10:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-d0f4dae69fd78fa1-f3b196934c6c3e83541[Sep 23 2023 03:10:48 UTC (QA Tests)] INFO -- clicking :menu_section_button542[Sep 23 2023 03:10:48 UTC (QA Tests)] INFO -- clicking :nav_item_link543[Sep 23 2023 03:10:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.97s544[Sep 23 2023 03:10:50 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present545[Sep 23 2023 03:10:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.409s546[Sep 23 2023 03:11:14 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695438609'547[Sep 23 2023 03:11:14 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438609`548[Sep 23 2023 03:11:14 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-0df79c7fe0780f0e'549[Sep 23 2023 03:11:14 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-d0f4dae69fd78fa1-f3b196934c6c3e83'550[Sep 23 2023 03:11:14 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/client-ddc12e8d0092df5a-b9f397d195b68042'551[Sep 23 2023 03:11:15 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'pkill -INT -f ffmpeg'`552[Sep 23 2023 03:11:15 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'rm /data/package_maven_group_level_endpoint_duplication_setting_wh-2023-09-23-03-10-06-147.mp4'`553 prevents users from publishing duplicates554 when enabled555[Sep 23 2023 03:11:15 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint duplication setting when enabled allows users to publish duplicates556[Sep 23 2023 03:11:15 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i b66ee2bc8587:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_maven_group_level_endpoint_duplication_setting_wh-2023-09-23-03-11-15-502.mp4" '`557[Sep 23 2023 03:11:16 UTC (QA Tests)] INFO -- filling :login_field with "root"558[Sep 23 2023 03:11:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field559[Sep 23 2023 03:11:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"560[Sep 23 2023 03:11:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field561[Sep 23 2023 03:11:17 UTC (QA Tests)] INFO -- clicking :sign_in_button562[Sep 23 2023 03:11:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.805s563[Sep 23 2023 03:11:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds564[Sep 23 2023 03:11:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb' via api in 0.15 seconds565[Sep 23 2023 03:11:20 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.566[Sep 23 2023 03:11:20 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`567[Sep 23 2023 03:11:21 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`568[Sep 23 2023 03:11:21 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`569[Sep 23 2023 03:11:21 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438679 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438679 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-1695438679 --url http://gitlab-ce-6e7b2310.test --registration-token **** --tag-list runner-for-qa-test-2023-09-23-03-02-47-30814cb40158a7cb --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[Sep 23 2023 03:11:21 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438679`571[Sep 23 2023 03:11:21 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`572[Sep 23 2023 03:11:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695438679' via api in 2.03 seconds573[Sep 23 2023 03:11:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds574[Sep 23 2023 03:11:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds575[Sep 23 2023 03:11:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-6e7b2310.test/groups/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb576[Sep 23 2023 03:11:25 UTC (QA Tests)] INFO -- clicking :menu_section_button577[Sep 23 2023 03:11:25 UTC (QA Tests)] INFO -- clicking :nav_item_link578[Sep 23 2023 03:11:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.848s579[Sep 23 2023 03:11:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.72 seconds580[Sep 23 2023 03:11:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-e30eb0e64a5a7e4d-4348c49678046b08581[Sep 23 2023 03:11:29 UTC (QA Tests)] INFO -- clicking :menu_section_button582[Sep 23 2023 03:11:29 UTC (QA Tests)] INFO -- clicking :nav_item_link583[Sep 23 2023 03:11:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.774s584[Sep 23 2023 03:11:31 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present585[Sep 23 2023 03:11:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.366s586[Sep 23 2023 03:11:55 UTC (QA Tests)] INFO -- clicking :retry-button587[Sep 23 2023 03:11:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element retry-button' took 1.173s588[Sep 23 2023 03:11:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-e30eb0e64a5a7e4d-4348c49678046b08589[Sep 23 2023 03:11:58 UTC (QA Tests)] INFO -- clicking :menu_section_button590[Sep 23 2023 03:11:59 UTC (QA Tests)] INFO -- clicking :nav_item_link591[Sep 23 2023 03:11:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.884s592[Sep 23 2023 03:12:01 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present593[Sep 23 2023 03:12:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.501s594[Sep 23 2023 03:12:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695438679'595[Sep 23 2023 03:12:25 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438679`596[Sep 23 2023 03:12:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-1c4b267c8ea75307'597[Sep 23 2023 03:12:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/packages-e30eb0e64a5a7e4d-4348c49678046b08'598[Sep 23 2023 03:12:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/client-7d1491a6334989d6-b3c0d815bb00cf23'599[Sep 23 2023 03:12:25 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'pkill -INT -f ffmpeg'`600[Sep 23 2023 03:12:25 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'rm /data/package_maven_group_level_endpoint_duplication_setting_wh-2023-09-23-03-11-15-502.mp4'`601 allows users to publish duplicates602Package603 Generic Repository604[Sep 23 2023 03:12:26 UTC (QA Tests)] INFO -- Starting test: Package Generic Repository uploads a generic package and downloads it605[Sep 23 2023 03:12:26 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i b66ee2bc8587:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_generic_repository_uploads_a_generic_package_and_-2023-09-23-03-12-26-309.mp4" '`606[Sep 23 2023 03:12:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds607[Sep 23 2023 03:12:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb' via api in 0.14 seconds608[Sep 23 2023 03:12:27 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.609[Sep 23 2023 03:12:27 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`610[Sep 23 2023 03:12:27 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`611[Sep 23 2023 03:12:27 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`612[Sep 23 2023 03:12:27 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438746 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438746 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-1695438746 --url http://gitlab-ce-6e7b2310.test --registration-token **** --tag-list runner-for-generic-package-project-cb0b4bccfdd1b96a --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" `613[Sep 23 2023 03:12:27 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438746`614[Sep 23 2023 03:12:27 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`615[Sep 23 2023 03:12:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1695438746' via api in 1.98 seconds616[Sep 23 2023 03:12:29 UTC (QA Tests)] INFO -- filling :login_field with "root"617[Sep 23 2023 03:12:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field618[Sep 23 2023 03:12:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"619[Sep 23 2023 03:12:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field620[Sep 23 2023 03:12:30 UTC (QA Tests)] INFO -- clicking :sign_in_button621[Sep 23 2023 03:12:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.961s622[Sep 23 2023 03:12:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.67 seconds623[Sep 23 2023 03:12:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/generic-package-project-cb0b4bccfdd1b96a624[Sep 23 2023 03:12:35 UTC (QA Tests)] INFO -- clicking :menu_section_button625[Sep 23 2023 03:12:35 UTC (QA Tests)] INFO -- clicking :nav_item_link626[Sep 23 2023 03:12:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.793s627[Sep 23 2023 03:12:37 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present628[Sep 23 2023 03:12:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.371s629[Sep 23 2023 03:12:51 UTC (QA Tests)] INFO -- clicking :pipeline-path630[Sep 23 2023 03:12:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pipeline-path' took 0.809s631[Sep 23 2023 03:12:52 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present632[Sep 23 2023 03:12:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.271s633[Sep 23 2023 03:12:53 UTC (QA Tests)] INFO -- clicking :menu_section_button634[Sep 23 2023 03:12:53 UTC (QA Tests)] INFO -- clicking :nav_item_link635[Sep 23 2023 03:12:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.797s636[Sep 23 2023 03:12:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1695438746'637[Sep 23 2023 03:12:55 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438746`638[Sep 23 2023 03:12:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'my_package-56cae83041b9efad'639[Sep 23 2023 03:12:55 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'pkill -INT -f ffmpeg'`640[Sep 23 2023 03:12:55 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'rm /data/package_generic_repository_uploads_a_generic_package_and_-2023-09-23-03-12-26-309.mp4'`641 uploads a generic package and downloads it642Package643 NuGet project level endpoint644 using a project deploy token645[Sep 23 2023 03:12:56 UTC (QA Tests)] INFO -- Starting test: Package NuGet project level endpoint using a project deploy token publishes a nuget package and installs646[Sep 23 2023 03:12:56 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i b66ee2bc8587:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_nuget_project_level_endpoint_using_a_project_depl-2023-09-23-03-12-56-009.mp4" '`647[Sep 23 2023 03:12:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds648[Sep 23 2023 03:12:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb' via api in 0.12 seconds649[Sep 23 2023 03:13:02 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.650[Sep 23 2023 03:13:02 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`651[Sep 23 2023 03:13:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`652[Sep 23 2023 03:13:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`653[Sep 23 2023 03:13:02 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438776 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438776 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-1695438776 --url http://gitlab-ce-6e7b2310.test --registration-token **** --tag-list runner-for-nuget-package-project-a606decdee46daa3 --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" `654[Sep 23 2023 03:13:02 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438776`655[Sep 23 2023 03:13:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`656[Sep 23 2023 03:13:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1695438776' via api in 2.01 seconds657[Sep 23 2023 03:13:04 UTC (QA Tests)] INFO -- filling :login_field with "root"658[Sep 23 2023 03:13:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field659[Sep 23 2023 03:13:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"660[Sep 23 2023 03:13:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field661[Sep 23 2023 03:13:05 UTC (QA Tests)] INFO -- clicking :sign_in_button662[Sep 23 2023 03:13:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.958s663[Sep 23 2023 03:13:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-3' via api in 0.1 seconds664[Sep 23 2023 03:13:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds665[Sep 23 2023 03:13:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.69 seconds666[Sep 23 2023 03:13:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/nuget-package-project-a606decdee46daa3667[Sep 23 2023 03:13:11 UTC (QA Tests)] INFO -- clicking :menu_section_button668[Sep 23 2023 03:13:11 UTC (QA Tests)] INFO -- clicking :nav_item_link669[Sep 23 2023 03:13:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.751s670[Sep 23 2023 03:13:13 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present671[Sep 23 2023 03:13:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.303s672[Sep 23 2023 03:13:36 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present673[Sep 23 2023 03:13:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.302s674[Sep 23 2023 03:13:50 UTC (QA Tests)] INFO -- clicking :menu_section_button675[Sep 23 2023 03:13:50 UTC (QA Tests)] INFO -- clicking :nav_item_link676[Sep 23 2023 03:13:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.825s677[Sep 23 2023 03:13:51 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1695438776'678[Sep 23 2023 03:13:51 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438776`679[Sep 23 2023 03:13:52 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-751d5e63c42125f8'680[Sep 23 2023 03:13:52 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/nuget-package-project-a606decdee46daa3'681[Sep 23 2023 03:13:52 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'pkill -INT -f ffmpeg'`682[Sep 23 2023 03:13:52 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'rm /data/package_nuget_project_level_endpoint_using_a_project_depl-2023-09-23-03-12-56-009.mp4'`683 publishes a nuget package and installs684 using a personal access token685[Sep 23 2023 03:13:53 UTC (QA Tests)] INFO -- Starting test: Package NuGet project level endpoint using a personal access token publishes a nuget package and installs686[Sep 23 2023 03:13:53 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i b66ee2bc8587:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_nuget_project_level_endpoint_using_a_personal_acc-2023-09-23-03-13-53-107.mp4" '`687[Sep 23 2023 03:13:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.09 seconds688[Sep 23 2023 03:13:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb' via api in 0.15 seconds689[Sep 23 2023 03:13:59 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.690[Sep 23 2023 03:13:59 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`691[Sep 23 2023 03:13:59 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`692[Sep 23 2023 03:13:59 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`693[Sep 23 2023 03:13:59 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438833 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438833 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-1695438833 --url http://gitlab-ce-6e7b2310.test --registration-token **** --tag-list runner-for-nuget-package-project-ca1b5f8e7efad565 --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" `694[Sep 23 2023 03:13:59 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438833`695[Sep 23 2023 03:13:59 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`696[Sep 23 2023 03:14:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1695438833' via api in 1.91 seconds697[Sep 23 2023 03:14:01 UTC (QA Tests)] INFO -- filling :login_field with "root"698[Sep 23 2023 03:14:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field699[Sep 23 2023 03:14:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"700[Sep 23 2023 03:14:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field701[Sep 23 2023 03:14:02 UTC (QA Tests)] INFO -- clicking :sign_in_button702[Sep 23 2023 03:14:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.87s703[Sep 23 2023 03:14:05 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA704[Sep 23 2023 03:14:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-sj2bjgz3' via cache in 0.0 seconds705[Sep 23 2023 03:14:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds706[Sep 23 2023 03:14:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.69 seconds707[Sep 23 2023 03:14:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/nuget-package-project-ca1b5f8e7efad565708[Sep 23 2023 03:14:08 UTC (QA Tests)] INFO -- clicking :menu_section_button709[Sep 23 2023 03:14:08 UTC (QA Tests)] INFO -- clicking :nav_item_link710[Sep 23 2023 03:14:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.795s711[Sep 23 2023 03:14:10 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present712[Sep 23 2023 03:14:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.591s713[Sep 23 2023 03:14:24 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present714[Sep 23 2023 03:14:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.354s715[Sep 23 2023 03:14:38 UTC (QA Tests)] INFO -- clicking :menu_section_button716[Sep 23 2023 03:14:38 UTC (QA Tests)] INFO -- clicking :nav_item_link717[Sep 23 2023 03:14:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.895s718[Sep 23 2023 03:14:39 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1695438833'719[Sep 23 2023 03:14:39 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438833`720[Sep 23 2023 03:14:40 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-51e3e8253eab2498'721[Sep 23 2023 03:14:40 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/nuget-package-project-ca1b5f8e7efad565'722[Sep 23 2023 03:14:40 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'pkill -INT -f ffmpeg'`723[Sep 23 2023 03:14:40 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'rm /data/package_nuget_project_level_endpoint_using_a_personal_acc-2023-09-23-03-13-53-107.mp4'`724 publishes a nuget package and installs725 using a ci job token726[Sep 23 2023 03:14:41 UTC (QA Tests)] INFO -- Starting test: Package NuGet project level endpoint using a ci job token publishes a nuget package and installs727[Sep 23 2023 03:14:41 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i b66ee2bc8587:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_nuget_project_level_endpoint_using_a_ci_job_token-2023-09-23-03-14-41-039.mp4" '`728[Sep 23 2023 03:14:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds729[Sep 23 2023 03:14:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb' via api in 0.13 seconds730[Sep 23 2023 03:14:47 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.731[Sep 23 2023 03:14:47 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`732[Sep 23 2023 03:14:47 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`733[Sep 23 2023 03:14:47 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`734[Sep 23 2023 03:14:47 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438881 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438881 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-1695438881 --url http://gitlab-ce-6e7b2310.test --registration-token **** --tag-list runner-for-nuget-package-project-3ff2e0ab4ffd4c20 --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" `735[Sep 23 2023 03:14:47 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438881`736[Sep 23 2023 03:14:47 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`737[Sep 23 2023 03:14:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1695438881' via api in 1.96 seconds738[Sep 23 2023 03:14:49 UTC (QA Tests)] INFO -- filling :login_field with "root"739[Sep 23 2023 03:14:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field740[Sep 23 2023 03:14:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"741[Sep 23 2023 03:14:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field742[Sep 23 2023 03:14:50 UTC (QA Tests)] INFO -- clicking :sign_in_button743[Sep 23 2023 03:14:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.852s744[Sep 23 2023 03:14:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.66 seconds745[Sep 23 2023 03:14:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/nuget-package-project-3ff2e0ab4ffd4c20746[Sep 23 2023 03:14:55 UTC (QA Tests)] INFO -- clicking :menu_section_button747[Sep 23 2023 03:14:55 UTC (QA Tests)] INFO -- clicking :nav_item_link748[Sep 23 2023 03:14:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.784s749[Sep 23 2023 03:14:57 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present750[Sep 23 2023 03:14:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.448s751[Sep 23 2023 03:15:12 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present752[Sep 23 2023 03:15:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.262s753[Sep 23 2023 03:15:26 UTC (QA Tests)] INFO -- clicking :menu_section_button754[Sep 23 2023 03:15:26 UTC (QA Tests)] INFO -- clicking :nav_item_link755[Sep 23 2023 03:15:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.768s756[Sep 23 2023 03:15:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1695438881'757[Sep 23 2023 03:15:27 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438881`758[Sep 23 2023 03:15:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-9cdcf9d5929db811'759[Sep 23 2023 03:15:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/nuget-package-project-3ff2e0ab4ffd4c20'760[Sep 23 2023 03:15:28 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'pkill -INT -f ffmpeg'`761[Sep 23 2023 03:15:28 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'rm /data/package_nuget_project_level_endpoint_using_a_ci_job_token-2023-09-23-03-14-41-039.mp4'`762 publishes a nuget package and installs763Package764 Conan Repository765[Sep 23 2023 03:15:28 UTC (QA Tests)] INFO -- Starting test: Package Conan Repository publishes, installs, and deletes a Conan package766[Sep 23 2023 03:15:28 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i b66ee2bc8587:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_conan_repository_publishes_installs_and_deletes_a-2023-09-23-03-15-28-444.mp4" '`767[Sep 23 2023 03:15:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds768[Sep 23 2023 03:15:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb' via api in 0.17 seconds769[Sep 23 2023 03:15:29 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.770[Sep 23 2023 03:15:29 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`771[Sep 23 2023 03:15:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`772[Sep 23 2023 03:15:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`773[Sep 23 2023 03:15:29 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438928 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438928 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-1695438928 --url http://gitlab-ce-6e7b2310.test --registration-token **** --tag-list runner-for-conan-package-project-185b6b8f462a04f0 --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" `774[Sep 23 2023 03:15:29 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438928`775[Sep 23 2023 03:15:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`776[Sep 23 2023 03:15:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1695438928' via api in 1.89 seconds777[Sep 23 2023 03:15:31 UTC (QA Tests)] INFO -- filling :login_field with "root"778[Sep 23 2023 03:15:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field779[Sep 23 2023 03:15:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"780[Sep 23 2023 03:15:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field781[Sep 23 2023 03:15:32 UTC (QA Tests)] INFO -- clicking :sign_in_button782[Sep 23 2023 03:15:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.852s783[Sep 23 2023 03:15:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.67 seconds784[Sep 23 2023 03:15:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/conan-package-project-185b6b8f462a04f0785[Sep 23 2023 03:15:37 UTC (QA Tests)] INFO -- clicking :menu_section_button786[Sep 23 2023 03:15:37 UTC (QA Tests)] INFO -- clicking :nav_item_link787[Sep 23 2023 03:15:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.817s788[Sep 23 2023 03:15:39 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present789[Sep 23 2023 03:15:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.457s790[Sep 23 2023 03:16:12 UTC (QA Tests)] INFO -- clicking :menu_section_button791[Sep 23 2023 03:16:12 UTC (QA Tests)] INFO -- clicking :nav_item_link792[Sep 23 2023 03:16:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.884s793[Sep 23 2023 03:16:13 UTC (QA Tests)] INFO -- clicking :details-link794[Sep 23 2023 03:16:13 UTC (QA Tests)] INFO -- clicking :delete-package795[Sep 23 2023 03:16:15 UTC (QA Tests)] INFO -- clicking :delete-modal-button796[Sep 23 2023 03:16:16 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1695438928'797[Sep 23 2023 03:16:16 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438928`798[Sep 23 2023 03:16:17 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'pkill -INT -f ffmpeg'`799[Sep 23 2023 03:16:17 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'rm /data/package_conan_repository_publishes_installs_and_deletes_a-2023-09-23-03-15-28-444.mp4'`800 publishes, installs, and deletes a Conan package801Package802 npm Registry instance level endpoint803 using project deploy token804[Sep 23 2023 03:16:17 UTC (QA Tests)] INFO -- Starting test: Package npm Registry instance level endpoint using project deploy token push and pull a npm package via CI805[Sep 23 2023 03:16:17 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i b66ee2bc8587:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_npm_registry_instance_level_endpoint_using_projec-2023-09-23-03-16-17-654.mp4" '`806[Sep 23 2023 03:16:18 UTC (QA Tests)] INFO -- filling :login_field with "root"807[Sep 23 2023 03:16:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field808[Sep 23 2023 03:16:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"809[Sep 23 2023 03:16:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field810[Sep 23 2023 03:16:19 UTC (QA Tests)] INFO -- clicking :sign_in_button811[Sep 23 2023 03:16:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.862s812[Sep 23 2023 03:16:21 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA813[Sep 23 2023 03:16:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-8wc03ut2' via cache in 0.0 seconds814[Sep 23 2023 03:16:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds815[Sep 23 2023 03:16:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb' via api in 0.13 seconds816[Sep 23 2023 03:16:23 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.817[Sep 23 2023 03:16:23 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`818[Sep 23 2023 03:16:23 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`819[Sep 23 2023 03:16:23 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`820[Sep 23 2023 03:16:23 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695438983 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695438983 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-1695438983 --url http://gitlab-ce-6e7b2310.test --registration-token **** --tag-list runner-for-qa-test-2023-09-23-03-02-47-30814cb40158a7cb --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" `821[Sep 23 2023 03:16:24 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695438983`822[Sep 23 2023 03:16:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`823[Sep 23 2023 03:16:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695438983' via api in 2.04 seconds824[Sep 23 2023 03:16:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-4' via api in 0.09 seconds825[Sep 23 2023 03:16:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds826[Sep 23 2023 03:16:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.33 seconds827[Sep 23 2023 03:16:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.84 seconds828[Sep 23 2023 03:16:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/npm-instance-level-publish-ecb7d09b2a312a57829[Sep 23 2023 03:16:28 UTC (QA Tests)] INFO -- clicking :menu_section_button830[Sep 23 2023 03:16:29 UTC (QA Tests)] INFO -- clicking :nav_item_link831[Sep 23 2023 03:16:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.3s832[Sep 23 2023 03:16:31 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present833[Sep 23 2023 03:16:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.444s834[Sep 23 2023 03:16:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.84 seconds835[Sep 23 2023 03:16:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/npm-instance-level-install-3f87cb5ba899d065836[Sep 23 2023 03:16:47 UTC (QA Tests)] INFO -- clicking :menu_section_button837[Sep 23 2023 03:16:48 UTC (QA Tests)] INFO -- clicking :nav_item_link838[Sep 23 2023 03:16:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.845s839[Sep 23 2023 03:16:50 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present840[Sep 23 2023 03:16:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.306s841[Sep 23 2023 03:17:04 UTC (QA Tests)] INFO -- clicking :browse-artifacts-button842[Sep 23 2023 03:17:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse-artifacts-button' took 0.872s843[Sep 23 2023 03:17:05 UTC (QA Tests)] INFO -- clicking :directory-name-link844[Sep 23 2023 03:17:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.838s845[Sep 23 2023 03:17:05 UTC (QA Tests)] INFO -- clicking :directory-name-link846[Sep 23 2023 03:17:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.81s847[Sep 23 2023 03:17:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/npm-instance-level-publish-ecb7d09b2a312a57848[Sep 23 2023 03:17:08 UTC (QA Tests)] INFO -- clicking :menu_section_button849[Sep 23 2023 03:17:08 UTC (QA Tests)] INFO -- clicking :nav_item_link850[Sep 23 2023 03:17:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.81s851[Sep 23 2023 03:17:09 UTC (QA Tests)] INFO -- clicking :details-link852[Sep 23 2023 03:17:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-7/npm-instance-level-publish-ecb7d09b2a312a57-86aed4898eb8aa50'853[Sep 23 2023 03:17:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695438983'854[Sep 23 2023 03:17:10 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695438983`855[Sep 23 2023 03:17:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/npm-instance-level-publish-ecb7d09b2a312a57'856[Sep 23 2023 03:17:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/npm-instance-level-install-3f87cb5ba899d065'857[Sep 23 2023 03:17:11 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'pkill -INT -f ffmpeg'`858[Sep 23 2023 03:17:11 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'rm /data/package_npm_registry_instance_level_endpoint_using_projec-2023-09-23-03-16-17-654.mp4'`859 push and pull a npm package via CI860 using personal access token861[Sep 23 2023 03:17:11 UTC (QA Tests)] INFO -- Starting test: Package npm Registry instance level endpoint using personal access token push and pull a npm package via CI862[Sep 23 2023 03:17:11 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i b66ee2bc8587:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_npm_registry_instance_level_endpoint_using_person-2023-09-23-03-17-11-419.mp4" '`863[Sep 23 2023 03:17:12 UTC (QA Tests)] INFO -- filling :login_field with "root"864[Sep 23 2023 03:17:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field865[Sep 23 2023 03:17:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"866[Sep 23 2023 03:17:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field867[Sep 23 2023 03:17:12 UTC (QA Tests)] INFO -- clicking :sign_in_button868[Sep 23 2023 03:17:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.844s869[Sep 23 2023 03:17:15 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA870[Sep 23 2023 03:17:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-5u8n7h93' via cache in 0.0 seconds871[Sep 23 2023 03:17:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.06 seconds872[Sep 23 2023 03:17:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb' via api in 0.14 seconds873[Sep 23 2023 03:17:17 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.874[Sep 23 2023 03:17:17 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`875[Sep 23 2023 03:17:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`876[Sep 23 2023 03:17:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`877[Sep 23 2023 03:17:17 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695439037 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695439037 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-1695439037 --url http://gitlab-ce-6e7b2310.test --registration-token **** --tag-list runner-for-qa-test-2023-09-23-03-02-47-30814cb40158a7cb --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" `878[Sep 23 2023 03:17:18 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695439037`879[Sep 23 2023 03:17:18 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`880[Sep 23 2023 03:17:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695439037' via api in 2.18 seconds881[Sep 23 2023 03:17:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds882[Sep 23 2023 03:17:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds883[Sep 23 2023 03:17:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.94 seconds884[Sep 23 2023 03:17:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/npm-instance-level-publish-080dd08124a56f51885[Sep 23 2023 03:17:22 UTC (QA Tests)] INFO -- clicking :menu_section_button886[Sep 23 2023 03:17:22 UTC (QA Tests)] INFO -- clicking :nav_item_link887[Sep 23 2023 03:17:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.852s888[Sep 23 2023 03:17:24 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present889[Sep 23 2023 03:17:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.384s890[Sep 23 2023 03:17:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.93 seconds891[Sep 23 2023 03:17:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/npm-instance-level-install-f6486ffe4c975c20892[Sep 23 2023 03:17:41 UTC (QA Tests)] INFO -- clicking :menu_section_button893[Sep 23 2023 03:17:41 UTC (QA Tests)] INFO -- clicking :nav_item_link894[Sep 23 2023 03:17:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.951s895[Sep 23 2023 03:17:43 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present896[Sep 23 2023 03:17:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.401s897[Sep 23 2023 03:17:57 UTC (QA Tests)] INFO -- clicking :browse-artifacts-button898[Sep 23 2023 03:17:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse-artifacts-button' took 0.759s899[Sep 23 2023 03:17:58 UTC (QA Tests)] INFO -- clicking :directory-name-link900[Sep 23 2023 03:17:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.724s901[Sep 23 2023 03:17:59 UTC (QA Tests)] INFO -- clicking :directory-name-link902[Sep 23 2023 03:18:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.788s903[Sep 23 2023 03:18:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/npm-instance-level-publish-080dd08124a56f51904[Sep 23 2023 03:18:01 UTC (QA Tests)] INFO -- clicking :menu_section_button905[Sep 23 2023 03:18:01 UTC (QA Tests)] INFO -- clicking :nav_item_link906[Sep 23 2023 03:18:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.768s907[Sep 23 2023 03:18:02 UTC (QA Tests)] INFO -- clicking :details-link908[Sep 23 2023 03:18:03 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-7/npm-instance-level-publish-080dd08124a56f51-b2db9ef4556aad8a'909[Sep 23 2023 03:18:03 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695439037'910[Sep 23 2023 03:18:03 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695439037`911[Sep 23 2023 03:18:03 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/npm-instance-level-publish-080dd08124a56f51'912[Sep 23 2023 03:18:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/npm-instance-level-install-f6486ffe4c975c20'913[Sep 23 2023 03:18:04 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'pkill -INT -f ffmpeg'`914[Sep 23 2023 03:18:04 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'rm /data/package_npm_registry_instance_level_endpoint_using_person-2023-09-23-03-17-11-419.mp4'`915 push and pull a npm package via CI916 using ci job token917[Sep 23 2023 03:18:04 UTC (QA Tests)] INFO -- Starting test: Package npm Registry instance level endpoint using ci job token push and pull a npm package via CI918[Sep 23 2023 03:18:04 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i b66ee2bc8587:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/package_npm_registry_instance_level_endpoint_using_ci_job-2023-09-23-03-18-04-570.mp4" '`919[Sep 23 2023 03:18:05 UTC (QA Tests)] INFO -- filling :login_field with "root"920[Sep 23 2023 03:18:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field921[Sep 23 2023 03:18:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"922[Sep 23 2023 03:18:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field923[Sep 23 2023 03:18:06 UTC (QA Tests)] INFO -- clicking :sign_in_button924[Sep 23 2023 03:18:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.963s925[Sep 23 2023 03:18:08 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA926[Sep 23 2023 03:18:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-m4ti65ds' via cache in 0.0 seconds927[Sep 23 2023 03:18:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-7' via api in 0.07 seconds928[Sep 23 2023 03:18:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb' via api in 0.14 seconds929[Sep 23 2023 03:18:10 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.930[Sep 23 2023 03:18:10 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`931[Sep 23 2023 03:18:10 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`932[Sep 23 2023 03:18:10 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`933[Sep 23 2023 03:18:10 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695439090 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695439090 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-1695439090 --url http://gitlab-ce-6e7b2310.test --registration-token **** --tag-list runner-for-qa-test-2023-09-23-03-02-47-30814cb40158a7cb --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" `934[Sep 23 2023 03:18:11 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695439090`935[Sep 23 2023 03:18:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`936[Sep 23 2023 03:18:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695439090' via api in 2.05 seconds937[Sep 23 2023 03:18:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.89 seconds938[Sep 23 2023 03:18:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/npm-instance-level-publish-e8ed0683db0e4ba8939[Sep 23 2023 03:18:15 UTC (QA Tests)] INFO -- clicking :menu_section_button940[Sep 23 2023 03:18:15 UTC (QA Tests)] INFO -- clicking :nav_item_link941[Sep 23 2023 03:18:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.829s942[Sep 23 2023 03:18:17 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present943[Sep 23 2023 03:18:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.51s944[Sep 23 2023 03:18:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.89 seconds945[Sep 23 2023 03:18:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/npm-instance-level-install-60f434f0711c986b946[Sep 23 2023 03:18:33 UTC (QA Tests)] INFO -- clicking :menu_section_button947[Sep 23 2023 03:18:34 UTC (QA Tests)] INFO -- clicking :nav_item_link948[Sep 23 2023 03:18:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.751s949[Sep 23 2023 03:18:36 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present950[Sep 23 2023 03:18:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.349s951[Sep 23 2023 03:18:49 UTC (QA Tests)] INFO -- clicking :browse-artifacts-button952[Sep 23 2023 03:18:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse-artifacts-button' took 0.671s953[Sep 23 2023 03:18:50 UTC (QA Tests)] INFO -- clicking :directory-name-link954[Sep 23 2023 03:18:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.69s955[Sep 23 2023 03:18:51 UTC (QA Tests)] INFO -- clicking :directory-name-link956[Sep 23 2023 03:18:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.659s957[Sep 23 2023 03:18:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6e7b2310.test/gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/npm-instance-level-publish-e8ed0683db0e4ba8958[Sep 23 2023 03:18:53 UTC (QA Tests)] INFO -- clicking :menu_section_button959[Sep 23 2023 03:18:53 UTC (QA Tests)] INFO -- clicking :nav_item_link960[Sep 23 2023 03:18:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.782s961[Sep 23 2023 03:18:54 UTC (QA Tests)] INFO -- clicking :details-link962[Sep 23 2023 03:18:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-7/npm-instance-level-publish-e8ed0683db0e4ba8-47b67b3e3344974f'963[Sep 23 2023 03:18:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695439090'964[Sep 23 2023 03:18:55 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695439090`965[Sep 23 2023 03:18:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/npm-instance-level-publish-e8ed0683db0e4ba8'966[Sep 23 2023 03:18:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-7/qa-test-2023-09-23-03-02-47-30814cb40158a7cb/npm-instance-level-install-60f434f0711c986b'967[Sep 23 2023 03:18:56 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'pkill -INT -f ffmpeg'`968[Sep 23 2023 03:18:56 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_tharp sh -c 'rm /data/package_npm_registry_instance_level_endpoint_using_ci_job-2023-09-23-03-18-04-570.mp4'`969 push and pull a npm package via CI970[Sep 23 2023 03:18:56 UTC (QA Tests)] WARN -- 971========= Knapsack Time Offset Warning ==========972Time offset: 30s973Max allowed node time execution: 16m 08s974Exceeded time: 01s976Test on this CI node ran for longer than the max allowed node time execution.977Please regenerate your knapsack report.978If that doesn't help, you can split your slowest test files into smaller files, or bump up the time_offset_in_seconds setting.979You can also allow the knapsack_pro gem to automatically divide your slow test files across parallel CI nodes.980https://knapsackpro.com/faq/question/how-to-auto-split-test-files-by-test-cases-on-parallel-jobs-ci-nodes?utm_source=knapsack_gem&utm_medium=knapsack_gem_output&utm_campaign=knapsack_gem_time_offset_warning981Need explanation? See FAQ:983=================================================984Read up on the benefits of a dynamic test split with Knapsack Pro Queue Mode:985https://docs.knapsackpro.com/2020/how-to-speed-up-ruby-and-javascript-tests-with-ci-parallelisation986Sign up for Knapsack Pro here:988=================================================989[Sep 23 2023 03:18:56 UTC (QA Tests)] INFO -- 990Knapsack global time execution for tests: 16m 10s991Finished in 16 minutes 14 seconds (files took 4.29 seconds to load)99217 examples, 0 failures993Randomized with seed 1901994[Sep 23 2023 03:18:56 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=selenoid`995[Sep 23 2023 03:18:56 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f selenoid`996[Sep 23 2023 03:18:57 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-6e7b2310 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;'"`997[Sep 23 2023 03:18:57 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-6e7b2310 bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`998[Sep 23 2023 03:18:57 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ce-6e7b2310`999[Sep 23 2023 03:18:57 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ce-6e7b2310`1000[Sep 23 2023 03:18:57 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=minio-6fd51397`1001[Sep 23 2023 03:18:57 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f minio-6fd51397`1003Running after script...1004$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command1005$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")1006$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"1052Not uploading cache qa-e2e-ruby-3.0-58a919b5573be149d65a5bc220d6fbc3-16 due to policy1054Uploading artifacts...1055gitlab-qa-run-*: found 166 matching artifact files and directories 1056Uploading artifacts as "archive" to coordinator... 201 Created id=5149984366 responseStatus=201 Created token=64_i2aWS1057Uploading artifacts...1058gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 1059Uploading artifacts as "junit" to coordinator... 201 Created id=5149984366 responseStatus=201 Created token=64_i2aWS1060Uploading artifacts...1061/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 1062Uploading artifacts as "dotenv" to coordinator... 201 Created id=5149984366 responseStatus=201 Created token=64_i2aWS1064Job succeeded