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

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.11.0 (436955cb)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:0965b14b96d892eee2a963801769af5328817a64ed1af67ec4d76364ddd62706 for docker:23.0.1-dind with digest docker@sha256:d9a0fd8bdd156aae6e9be5db0264e0bc99e000e89e92055d4567e27ff13daff0 ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:5a7c4217b9356aeaa6ac75a2c357d6340db62f2cec6c7eaa5abb0a0dd6790f75 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:8ef72d41bf089694a13bb148e12368e5fc1cfe1322d56e98f151b703153efe57 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1685464963-027aae22-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: 195870, done. 20remote: Counting objects: 100% (195870/195870), done. 21remote: Compressing objects: 100% (110696/110696), done. 22remote: Total 195870 (delta 105048), reused 143500 (delta 78394), pack-reused 0 23Receiving objects: 100% (195870/195870), 143.62 MiB | 42.04 MiB/s, done.24Resolving deltas: 100% (105048/105048), done.26 * [new ref] refs/pipelines/883502161 -> refs/pipelines/88350216127 * [new branch] master -> origin/master28Checking out 862e43ab as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-6a056e500f83db53eb3d88c766f9864d-16...32cache.zip is up to date 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 trigger-omnibus-env (4376891857)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4376891857 responseStatus=200 OK token=64_HNFVP38Downloading artifacts for download-knapsack-report (4376891863)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4376891863 responseStatus=200 OK token=64_HNFVP41Using docker image sha256:5a7c4217b9356aeaa6ac75a2c357d6340db62f2cec6c7eaa5abb0a0dd6790f75 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:8ef72d41bf089694a13bb148e12368e5fc1cfe1322d56e98f151b703153efe57 ...42$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE43$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")44$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command45Bundle complete! 37 Gemfile dependencies, 129 gems now installed.46Use `bundle info [gemname]` to see where a bundled gem is installed.47$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"48$ echo "Running - '$QA_COMMAND'"49Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86 --omnibus-config object_storage_aws --set-feature-flags super_sidebar_nav_enrolled=enabled -- --tag object_storage --format QA::Support::JsonFormatter --out tmp/rspec-4376891956.json --format RspecJunitFormatter --out tmp/rspec-4376891956.xml --format html --out tmp/rspec-$(echo object-storage-aws 2/2 | sed 's/[ /]/_/g').htm --color --format documentation'50$ eval "$QA_COMMAND"51[May 30 2023 17:49:04 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-b512a7bb$`52[May 30 2023 17:49:04 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-b512a7bb --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`53[May 30 2023 17:49:11 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/tls_certificates/authority/. alpine-b512a7bb:/etc/gitlab/trusted-certs`54[May 30 2023 17:49:11 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/tls_certificates/gitlab/. alpine-b512a7bb:/etc/gitlab/ssl`55[May 30 2023 17:49:11 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-b512a7bb`56[May 30 2023 17:49:11 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-b512a7bb`57[May 30 2023 17:49:11 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`58[May 30 2023 17:49:11 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`59[May 30 2023 17:49:47 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ee-8a38d70b$`60[May 30 2023 17:49:47 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`61[May 30 2023 17:49:47 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`62[May 30 2023 17:49:47 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ee-8a38d70b --net test --hostname gitlab-ee-8a38d70b.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-05-30-17-49-04-36775a3f/gitlab-ee-8a38d70b/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`63[May 30 2023 17:49:58 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-8a38d70b bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-05-30 17:49:0464# Gitlab::QA::Runtime::OmnibusConfigurations::Default65gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme66gitlab_rails['gitlab_disable_animations'] = true # Disable animations67gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry68gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password69# Gitlab::QA::Runtime::OmnibusConfigurations::ObjectStorageAws70gitlab_rails['object_store']['enabled'] = true71gitlab_rails['object_store']['proxy_download'] = false72gitlab_rails['object_store']['connection'] = { 'provider' => 'AWS', 'region' => 'eu-central-1', 'aws_access_key_id' => '[MASKED]', 'aws_secret_access_key' => '[MASKED]' }73gitlab_rails['object_store']['objects']['artifacts']['bucket'] = 'test-object-storage-20210802'74gitlab_rails['object_store']['objects']['external_diffs']['bucket'] = 'test-object-storage-20210802'75gitlab_rails['object_store']['objects']['lfs']['bucket'] = 'test-object-storage-20210802'76gitlab_rails['object_store']['objects']['uploads']['bucket'] = 'test-object-storage-20210802'77gitlab_rails['object_store']['objects']['packages']['bucket'] = 'test-object-storage-20210802'78gitlab_rails['object_store']['objects']['dependency_proxy']['bucket'] = 'test-object-storage-20210802'79gitlab_rails['object_store']['objects']['pages']['bucket'] = 'test-object-storage-20210802'80gitlab_rails['object_store']['objects']['terraform_state']['bucket'] = 'test-object-storage-20210802'81gitlab_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;"`82[May 30 2023 17:49:58 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ee-8a38d70b`83[May 30 2023 17:53:35 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...84[May 30 2023 17:53:35 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`85[May 30 2023 17:53:36 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`86[May 30 2023 17:53:38 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`87[May 30 2023 17:53:39 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`88[May 30 2023 17:53:40 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`89[May 30 2023 17:53:41 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`90[May 30 2023 17:53:42 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`91[May 30 2023 17:53:43 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`92[May 30 2023 17:53:44 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`93[May 30 2023 17:53:45 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`94[May 30 2023 17:53:46 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`95[May 30 2023 17:53:47 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`96[May 30 2023 17:53:48 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`97[May 30 2023 17:53:49 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`98[May 30 2023 17:53:50 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`99[May 30 2023 17:53:51 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`100[May 30 2023 17:53:52 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`101[May 30 2023 17:53:54 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`102[May 30 2023 17:53:55 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`103[May 30 2023 17:53:56 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`104[May 30 2023 17:53:57 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`105[May 30 2023 17:53:58 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`106[May 30 2023 17:53:59 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8a38d70b`107[May 30 2023 17:53:59 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ee-8a38d70b 80/tcp`108[May 30 2023 17:53:59 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!109[May 30 2023 17:53:59 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-8a38d70b bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`110[May 30 2023 17:54:00 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-8a38d70b bash -c "echo '#!/usr/bin/env bash111if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then112 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'113 exit 1114fi115' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`116[May 30 2023 17:54:00 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-8a38d70b bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`117[May 30 2023 17:54:00 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/support/data gitlab-ee-8a38d70b:/tmp/data-seeds`118[May 30 2023 17:54:00 UTC (Gitlab QA)] INFO -- Running exec_commands...119[May 30 2023 17:54:00 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-8a38d70b bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`120[May 30 2023 17:54:51 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`121[May 30 2023 17:54:52 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:862e43ab58dd2c1440d62e568cd21cc19d97fb86`122[May 30 2023 17:55:48 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee123[May 30 2023 17:55:48 UTC (Gitlab QA)] INFO -- Running with feature flag: --set-feature-flags super_sidebar_nav_enrolled=enabled124[May 30 2023 17:55:48 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_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_RSPEC_TAGS="$QA_RSPEC_TAGS" --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_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITHUB_ACCESS_TOKEN="$GITHUB_ACCESS_TOKEN" --env EE_LICENSE="$EE_LICENSE" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --env CI="$CI" --env CI_COMMIT_REF_NAME="$CI_COMMIT_REF_NAME" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_INDEX="$CI_NODE_INDEX" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_ID="$CI_PROJECT_ID" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_SLACK_WEBHOOK_URL="$CI_SLACK_WEBHOOK_URL" --env CI_PIPELINE_ID="$CI_PIPELINE_ID" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env CI_API_V4_URL="$CI_API_V4_URL" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env AWS_S3_REGION="$AWS_S3_REGION" --env AWS_S3_KEY_ID="$AWS_S3_KEY_ID" --env AWS_S3_ACCESS_KEY="$AWS_S3_ACCESS_KEY" --env AWS_S3_BUCKET_NAME="$AWS_S3_BUCKET_NAME" --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-05-30-17-49-04-36775a3f/selenoid" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-05-30-17-49-04-36775a3f/gitlab-ee-qa-8fda13e2:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ee-qa-8fda13e2 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:862e43ab58dd2c1440d62e568cd21cc19d97fb86 Test::Instance::All http://gitlab-ee-8a38d70b.test --set-feature-flags super_sidebar_nav_enrolled=enabled -- --tag object_storage --format QA::Support::JsonFormatter --out tmp/rspec-4376891956.json --format RspecJunitFormatter --out tmp/rspec-4376891956.xml --format html --out tmp/rspec-object-storage-aws_2_2.htm --color --format documentation`125warning: parser/current is loading parser/ruby30, which recognizes3.0.5-compliant syntax, but you are running 3.0.6.1272023-05-30 17:55:53 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:1292023-05-30 17:55:53 WARN Selenium [DEPRECATION] [:caps_browsers] Remote::Capabilities.chrome is deprecated. Use Options.chrome instead.1302023-05-30 17:55:53 WARN Selenium [DEPRECATION] [:capabilities] The :capabilities parameter for Selenium::WebDriver::Chrome::Driver is deprecated. Use :options argument with an instance of Selenium::WebDriver::Chrome::Driver instead.1312023-05-30 17:55:53 / CONF :: 132 ==> Base URL: http://gitlab-ee-8a38d70b.test133 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f8e531115f0>134 ==> Libraries: Chemlab::Vendor135[May 30 2023 17:55:54 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA136[May 30 2023 17:55:54 UTC (QA Tests)] INFO -- Browser: chrome137[May 30 2023 17:55:54 UTC (QA Tests)] INFO -- Browser version: latest138[May 30 2023 17:55:54 UTC (QA Tests)] INFO -- Performing sanity check for environment!139[May 30 2023 17:55:54 UTC (QA Tests)] INFO -- Performing initial license fabrication!140[May 30 2023 17:55:55 UTC (QA Tests)] INFO -- Successfully added license key. Details:141{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}142[May 30 2023 17:55:55 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.28 seconds143[May 30 2023 17:55:55 UTC (QA Tests)] INFO -- Enabling feature: super_sidebar_nav_enrolled144[May 30 2023 17:55:55 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: super_sidebar_nav_enrolled145[May 30 2023 17:55:55 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'object-storage-aws' to 'knapsack/object-storage-aws.json'146[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====147[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- Report specs:148[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- ["qa/specs/features/browser_ui/5_package/package_registry/maven_gradle_repository_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/nuget/nuget_group_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/npm/npm_project_level_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/conan_repository_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/pypi_repository_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/composer_registry_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb"]149[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- Leftover specs:150[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/backend_node_recovery_spec.rb", "qa/specs/features/api/12_systems/gitaly/distributed_reads_spec.rb", "qa/specs/features/api/12_systems/gitaly/praefect_connectivity_spec.rb", "qa/specs/features/api/12_systems/gitaly/praefect_replication_queue_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/1_manage/user_access_termination_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_labels_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_remove_source_branch_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_title_description_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/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/login/2fa_recovery_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_into_gitlab_via_ldap_spec.rb", "qa/specs/features/browser_ui/1_manage/login/login_via_instance_wide_saml_sso_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/archive_design_content_spec.rb", "qa/specs/features/browser_ui/2_plan/email/trigger_email_notification_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/collapse_comments_in_discussions_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/custom_issue_template_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/filter_issue_comments_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/mentions_spec.rb", "qa/specs/features/browser_ui/2_plan/issue_boards/focus_mode_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/create_group_milestone_spec.rb", "qa/specs/features/browser_ui/2_plan/pages/new_static_page_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_manipulation_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_file_upload_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_page_deletion_spec.rb", "qa/specs/features/browser_ui/2_plan/transient/comment_on_discussion_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/cherry_pick/cherry_pick_commit_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/merge_merge_request_from_fork_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/rebase_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/revert/reverting_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/suggestions/batch_suggestion_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/view_merge_request_diff_patch_spec.rb", "qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_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/create_first_file_in_web_ide_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/open_web_ide_from_diff_tab_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/server_hooks_custom_error_message_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_parent_child_pipelines_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/custom_variable_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/prefill_variables_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_inheritable_when_forward_pipeline_variables_true_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/include_local_config_file_paths_with_wildcard_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_multiple_projects_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_independent_relationship_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/pipeline_editor_branch_switcher_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/pipeline_editor_tabs_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/register_runner_spec.rb", "qa/specs/features/browser_ui/4_verify/testing/view_code_coverage_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/clone_using_deploy_key_spec.rb", "qa/specs/features/browser_ui/7_configure/auto_devops/auto_devops_templates_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/alert_settings_create_new_alerts_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/create_alert_using_authorization_key_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/recovery_alert_resolves_correct_alert_spec.rb", "qa/specs/features/browser_ui/9_data_stores/group/group_member_access_request_spec.rb", "qa/specs/features/browser_ui/9_data_stores/group/transfer_project_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/create_project_badge_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/dashboard_images_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/project_owner_permissions_spec.rb", "qa/specs/features/browser_ui/9_data_stores/user/follow_user_activity_spec.rb", "qa/specs/features/browser_ui/9_data_stores/user/user_inherited_access_spec.rb", "qa/specs/features/ee/api/1_manage/import/import_github_repo_spec.rb", "qa/specs/features/ee/api/1_manage/migration/gitlab_migration_group_spec.rb", "qa/specs/features/ee/api/2_plan/epics_milestone_dates_spec.rb", "qa/specs/features/ee/api/7_configure/kubernetes/kubernetes_agent_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/elasticsearch_api_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/issues_index/issue_index_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/merge_request_index/merge_request_index_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/user_index/user_index_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/change_vulnerability_status_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/export_vulnerability_report_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/group/compliance_framework_report_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/group/group_audit_logs_2_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/instance/instance_audit_logs_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/project/project_audit_logs_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/scan_result_policy_vulnerabilities_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/vulnerabilities_jira_integration_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/vulnerability_security_training_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/license/license_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/purchase/upgrade_group_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/saas_user_limit_experience_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/utilization/free_namespace_storage_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/utilization/usage_quotas_seats_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/database_delete_replication_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/geo_replication_maven_package_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/geo_replication_project_snippets_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/http_push_to_secondary_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/ssh_push_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/wiki_http_push_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/wiki_ssh_push_spec.rb", "qa/specs/features/ee/browser_ui/13_secure/enable_scanning_from_configuration_spec.rb", "qa/specs/features/ee/browser_ui/13_secure/merge_request_license_widget_spec.rb", "qa/specs/features/ee/browser_ui/15_growth/free_trial_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/group/group_saml_enforced_sso_git_access_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/group/group_saml_non_enforced_sso_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/integrations/jira_issues_list_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/ldap/admin_ldap_sync_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/burndown_chart/burndown_chart_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/custom_email/custom_email_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/epic/promote_issue_to_epic_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/group_wiki/create_group_wiki_page_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/group_wiki/file_upload_group_wiki_page_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue/default_issue_template_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/configure_issue_board_by_label_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/group_issue_boards_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/read_only_board_configuration_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issues_analytics/issues_analytics_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/iterations/assign_group_iteration_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/multiple_assignees_for_issues/four_assignees_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/scoped_labels/editing_scoped_labels_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb", "qa/specs/features/ee/browser_ui/3_create/remote_development/create_new_workspace_and_terminate_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/merge_with_code_owner_in_root_group_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/project_templates_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_ssh_with_key_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/restrict_push_protected_branch_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/multi-project_pipelines_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/pipeline_for_project_mirror_github_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/pipelines_for_merged_results_and_merge_trains_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/transient/merge_trains_transient_bug_spec.rb", "qa/specs/features/ee/browser_ui/5_package/dependency_proxy_sso_spec.rb", "qa/specs/features/ee/browser_ui/8_monitor/alert_management/alert_with_escalation_policy_spec.rb", "qa/specs/features/ee/browser_ui/9_data_stores/group/prevent_forking_outside_group_spec.rb", "qa/specs/features/sanity/feature_flags_spec.rb", "qa/specs/features/sanity/interception_spec.rb"]151[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- Knapsack report generator started!152[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'object-storage-aws' to 'knapsack/object-storage-aws.json'153[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- Report already exists, skipping!154Run options:155 include {:object_storage=>true}156 exclude {:geo=>true, :requires_praefect=>true}157Randomized with seed 63650158Plan159 Issue creation160 when using attachments in comments161[May 30 2023 17:57:48 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation when using attachments in comments comments on an issue with an attachment162[May 30 2023 17:57:48 UTC (QA Tests)] INFO -- filling :login_field with "root"163[May 30 2023 17:57:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field164[May 30 2023 17:57:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"165[May 30 2023 17:57:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field166[May 30 2023 17:57:49 UTC (QA Tests)] INFO -- clicking :sign_in_button167[May 30 2023 17:57:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.853s168[May 30 2023 17:57:51 UTC (QA Tests)] INFO -- Enabling super sidebar!169[May 30 2023 17:57:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled170[May 30 2023 17:57:52 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA171[May 30 2023 17:57:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-qe361do3' via cache in 0.0 seconds172[May 30 2023 17:57:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.58 seconds173[May 30 2023 17:57:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718' via api in 0.91 seconds174[May 30 2023 17:57:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/project-for-issues-4125f455b92af5e4' via api in 2.56 seconds175[May 30 2023 17:57:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 3.02 seconds176[May 30 2023 17:57:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/project-for-issues-4125f455b92af5e4/-/issues/1177[May 30 2023 17:57:59 UTC (QA Tests)] INFO -- clicking :title_content178[May 30 2023 17:57:59 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown179[May 30 2023 17:57:59 UTC (QA Tests)] INFO -- filling :comment_field with "See attached image for scale180"181[May 30 2023 17:57:59 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field182[May 30 2023 17:58:04 UTC (QA Tests)] INFO -- clicking :comment_button183[May 30 2023 17:58:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.172s184[May 30 2023 17:58:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element noteable_note_container' took 1.19s185 comments on an issue with an attachment186Package187 Conan Repository188[May 30 2023 17:58:05 UTC (QA Tests)] INFO -- Starting test: Package Conan Repository publishes, installs, and deletes a Conan package189[May 30 2023 17:58:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds190[May 30 2023 17:58:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718' via api in 0.23 seconds191[May 30 2023 17:58:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/conan-package-project-ae98f89d0d9d1807' via api in 2.0 seconds192[May 30 2023 17:58:07 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.193[May 30 2023 17:58:07 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`194[May 30 2023 17:58:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`195[May 30 2023 17:58:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`196[May 30 2023 17:58:11 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685469485 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685469485 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-1685469485 --url http://gitlab-ee-8a38d70b.test --registration-token **** --tag-list runner-for-conan-package-project-ae98f89d0d9d1807 --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" `197[May 30 2023 17:58:14 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685469485`198[May 30 2023 17:58:14 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`199[May 30 2023 17:58:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685469485' via api in 7.89 seconds200[May 30 2023 17:58:16 UTC (QA Tests)] INFO -- filling :login_field with "root"201[May 30 2023 17:58:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field202[May 30 2023 17:58:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"203[May 30 2023 17:58:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field204[May 30 2023 17:58:17 UTC (QA Tests)] INFO -- clicking :sign_in_button205[May 30 2023 17:58:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.1s206[May 30 2023 17:58:18 UTC (QA Tests)] INFO -- Enabling super sidebar!207[May 30 2023 17:58:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled208[May 30 2023 17:58:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.68 seconds209[May 30 2023 17:58:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/conan-package-project-ae98f89d0d9d1807210[May 30 2023 17:58:23 UTC (QA Tests)] INFO -- clicking :menu_section_button211[May 30 2023 17:58:23 UTC (QA Tests)] INFO -- clicking :nav_item_link212[May 30 2023 17:58:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.483s213[May 30 2023 17:58:26 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present214[May 30 2023 17:58:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.804s215[May 30 2023 17:59:12 UTC (QA Tests)] INFO -- clicking :menu_section_button216[May 30 2023 17:59:12 UTC (QA Tests)] INFO -- clicking :nav_item_link217[May 30 2023 17:59:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.998s218[May 30 2023 17:59:13 UTC (QA Tests)] INFO -- clicking :package_link219[May 30 2023 17:59:13 UTC (QA Tests)] INFO -- clicking :delete_button220[May 30 2023 17:59:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.734s221[May 30 2023 17:59:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element delete_button' took 0.815s222[May 30 2023 17:59:15 UTC (QA Tests)] INFO -- clicking :delete_modal_button223[May 30 2023 17:59:17 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1685469485'224[May 30 2023 17:59:17 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685469485`225 publishes, installs, and deletes a Conan package226Package227 NuGet group level endpoint228 using ci job token229[May 30 2023 17:59:17 UTC (QA Tests)] INFO -- Starting test: Package NuGet group level endpoint using ci job token publishes a nuget package at the project endpoint and installs it from the group endpoint230[May 30 2023 17:59:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.12 seconds231[May 30 2023 17:59:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718' via api in 0.26 seconds232[May 30 2023 17:59:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-3eb80e691895281e' via api in 7.28 seconds233[May 30 2023 17:59:25 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.234[May 30 2023 17:59:25 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`235[May 30 2023 17:59:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`236[May 30 2023 17:59:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`237[May 30 2023 17:59:25 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685469557 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685469557 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-1685469557 --url http://gitlab-ee-8a38d70b.test --registration-token **** --tag-list runner-for-qa-test-2023-05-30-17-57-52-df09074d5a8b1718 --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" `238[May 30 2023 17:59:26 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685469557`239[May 30 2023 17:59:26 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`240[May 30 2023 17:59:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1685469557' via api in 1.67 seconds241[May 30 2023 17:59:27 UTC (QA Tests)] INFO -- filling :login_field with "root"242[May 30 2023 17:59:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field243[May 30 2023 17:59:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"244[May 30 2023 17:59:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field245[May 30 2023 17:59:28 UTC (QA Tests)] INFO -- clicking :sign_in_button246[May 30 2023 17:59:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.257s247[May 30 2023 17:59:29 UTC (QA Tests)] INFO -- Enabling super sidebar!248[May 30 2023 17:59:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled249[May 30 2023 17:59:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.1 seconds250[May 30 2023 17:59:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-install-project-f6d476be781e30ef' via api in 6.49 seconds251[May 30 2023 17:59:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.11 seconds252[May 30 2023 17:59:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.59 seconds253[May 30 2023 17:59:38 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-3eb80e691895281e254[May 30 2023 17:59:40 UTC (QA Tests)] INFO -- clicking :menu_section_button255[May 30 2023 17:59:40 UTC (QA Tests)] INFO -- clicking :nav_item_link256[May 30 2023 17:59:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.801s257[May 30 2023 17:59:42 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present258[May 30 2023 17:59:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.423s259[May 30 2023 18:00:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-install-project-f6d476be781e30ef260[May 30 2023 18:00:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.61 seconds261[May 30 2023 18:00:17 UTC (QA Tests)] INFO -- clicking :menu_section_button262[May 30 2023 18:00:17 UTC (QA Tests)] INFO -- clicking :nav_item_link263[May 30 2023 18:00:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.095s264[May 30 2023 18:00:20 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present265[May 30 2023 18:00:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.385s266[May 30 2023 18:00:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-8a38d70b.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718267[May 30 2023 18:00:35 UTC (QA Tests)] INFO -- clicking :menu_section_button268[May 30 2023 18:00:35 UTC (QA Tests)] INFO -- clicking :nav_item_link269[May 30 2023 18:00:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.848s270[May 30 2023 18:00:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1685469557'271[May 30 2023 18:00:37 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685469557`272[May 30 2023 18:00:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-0fee00b993c4a2b2'273[May 30 2023 18:00:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-3eb80e691895281e'274[May 30 2023 18:00:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-install-project-f6d476be781e30ef'275 publishes a nuget package at the project endpoint and installs it from the group endpoint276 using personal access token277[May 30 2023 18:00:38 UTC (QA Tests)] INFO -- Starting test: Package NuGet group level endpoint using personal access token publishes a nuget package at the project endpoint and installs it from the group endpoint278[May 30 2023 18:00:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds279[May 30 2023 18:00:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718' via api in 0.21 seconds280[May 30 2023 18:00:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-9e64393e4cb49521' via api in 7.05 seconds281[May 30 2023 18:00:45 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.282[May 30 2023 18:00:45 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`283[May 30 2023 18:00:46 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`284[May 30 2023 18:00:46 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`285[May 30 2023 18:00:46 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685469638 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685469638 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-1685469638 --url http://gitlab-ee-8a38d70b.test --registration-token **** --tag-list runner-for-qa-test-2023-05-30-17-57-52-df09074d5a8b1718 --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" `286[May 30 2023 18:00:47 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685469638`287[May 30 2023 18:00:47 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`288[May 30 2023 18:00:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1685469638' via api in 1.62 seconds289[May 30 2023 18:00:48 UTC (QA Tests)] INFO -- filling :login_field with "root"290[May 30 2023 18:00:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field291[May 30 2023 18:00:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"292[May 30 2023 18:00:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field293[May 30 2023 18:00:48 UTC (QA Tests)] INFO -- clicking :sign_in_button294[May 30 2023 18:00:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.921s295[May 30 2023 18:00:50 UTC (QA Tests)] INFO -- Enabling super sidebar!296[May 30 2023 18:00:50 UTC (QA Tests)] INFO -- Super sidebar is already enabled297[May 30 2023 18:00:51 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA298[May 30 2023 18:00:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-fcwxjqdl' via cache in 0.0 seconds299[May 30 2023 18:00:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.21 seconds300[May 30 2023 18:00:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-install-project-0c70ff15deb58329' via api in 6.42 seconds301[May 30 2023 18:00:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.2 seconds302[May 30 2023 18:00:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds303[May 30 2023 18:00:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-9e64393e4cb49521304[May 30 2023 18:01:00 UTC (QA Tests)] INFO -- clicking :menu_section_button305[May 30 2023 18:01:00 UTC (QA Tests)] INFO -- clicking :nav_item_link306[May 30 2023 18:01:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.857s307[May 30 2023 18:01:03 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present308[May 30 2023 18:01:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.428s309[May 30 2023 18:01:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-install-project-0c70ff15deb58329310[May 30 2023 18:01:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds311[May 30 2023 18:01:28 UTC (QA Tests)] INFO -- clicking :menu_section_button312[May 30 2023 18:01:28 UTC (QA Tests)] INFO -- clicking :nav_item_link313[May 30 2023 18:01:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.81s314[May 30 2023 18:01:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 10.362s315[May 30 2023 18:01:40 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present316[May 30 2023 18:01:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.31s317[May 30 2023 18:01:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-8a38d70b.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718318[May 30 2023 18:01:43 UTC (QA Tests)] INFO -- clicking :menu_section_button319[May 30 2023 18:01:43 UTC (QA Tests)] INFO -- clicking :nav_item_link320[May 30 2023 18:01:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.795s321[May 30 2023 18:01:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1685469638'322[May 30 2023 18:01:44 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685469638`323[May 30 2023 18:01:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-58041e7eb6658550'324[May 30 2023 18:01:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-9e64393e4cb49521'325[May 30 2023 18:01:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-install-project-0c70ff15deb58329'326 publishes a nuget package at the project endpoint and installs it from the group endpoint327 using group deploy token328[May 30 2023 18:01:46 UTC (QA Tests)] INFO -- Starting test: Package NuGet group level endpoint using group deploy token publishes a nuget package at the project endpoint and installs it from the group endpoint329[May 30 2023 18:01:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds330[May 30 2023 18:01:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718' via api in 0.19 seconds331[May 30 2023 18:01:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-369a86d88bbc05fe' via api in 6.56 seconds332[May 30 2023 18:01:52 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.333[May 30 2023 18:01:52 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`334[May 30 2023 18:01:53 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`335[May 30 2023 18:01:53 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`336[May 30 2023 18:01:53 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685469706 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685469706 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-1685469706 --url http://gitlab-ee-8a38d70b.test --registration-token **** --tag-list runner-for-qa-test-2023-05-30-17-57-52-df09074d5a8b1718 --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" `337[May 30 2023 18:01:54 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685469706`338[May 30 2023 18:01:54 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`339[May 30 2023 18:01:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1685469706' via api in 1.71 seconds340[May 30 2023 18:01:55 UTC (QA Tests)] INFO -- filling :login_field with "root"341[May 30 2023 18:01:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field342[May 30 2023 18:01:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"343[May 30 2023 18:01:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field344[May 30 2023 18:01:56 UTC (QA Tests)] INFO -- clicking :sign_in_button345[May 30 2023 18:01:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.982s346[May 30 2023 18:01:57 UTC (QA Tests)] INFO -- Enabling super sidebar!347[May 30 2023 18:01:57 UTC (QA Tests)] INFO -- Super sidebar is already enabled348[May 30 2023 18:01:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupDeployToken with username 'gitlab+deploy-token-1' via api in 0.12 seconds349[May 30 2023 18:01:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.18 seconds350[May 30 2023 18:02:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-install-project-ab3d7f0acd6b5c37' via api in 6.47 seconds351[May 30 2023 18:02:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.21 seconds352[May 30 2023 18:02:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.53 seconds353[May 30 2023 18:02:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-369a86d88bbc05fe354[May 30 2023 18:02:07 UTC (QA Tests)] INFO -- clicking :menu_section_button355[May 30 2023 18:02:08 UTC (QA Tests)] INFO -- clicking :nav_item_link356[May 30 2023 18:02:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.818s357[May 30 2023 18:02:10 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present358[May 30 2023 18:02:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.386s359[May 30 2023 18:02:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-install-project-ab3d7f0acd6b5c37360[May 30 2023 18:02:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds361[May 30 2023 18:02:35 UTC (QA Tests)] INFO -- clicking :menu_section_button362[May 30 2023 18:02:35 UTC (QA Tests)] INFO -- clicking :nav_item_link363[May 30 2023 18:02:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.864s364[May 30 2023 18:02:38 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present365[May 30 2023 18:02:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.367s366[May 30 2023 18:02:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-8a38d70b.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718367[May 30 2023 18:02:52 UTC (QA Tests)] INFO -- clicking :menu_section_button368[May 30 2023 18:02:53 UTC (QA Tests)] INFO -- clicking :nav_item_link369[May 30 2023 18:02:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.674s370[May 30 2023 18:02:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1685469706'371[May 30 2023 18:02:54 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685469706`372[May 30 2023 18:02:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-2f3afcdd16d43d4e'373[May 30 2023 18:02:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-369a86d88bbc05fe'374[May 30 2023 18:02:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-install-project-ab3d7f0acd6b5c37'375 publishes a nuget package at the project endpoint and installs it from the group endpoint376Package377 Package Registry378 npm project level endpoint379 using personal access token380[May 30 2023 18:02:55 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm project level endpoint using personal access token push and pull a npm package via CI381[May 30 2023 18:02:56 UTC (QA Tests)] INFO -- filling :login_field with "root"382[May 30 2023 18:02:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field383[May 30 2023 18:02:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"384[May 30 2023 18:02:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field385[May 30 2023 18:02:56 UTC (QA Tests)] INFO -- clicking :sign_in_button386[May 30 2023 18:02:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.015s387[May 30 2023 18:02:58 UTC (QA Tests)] INFO -- Enabling super sidebar!388[May 30 2023 18:02:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled389[May 30 2023 18:02:59 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA390[May 30 2023 18:02:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-u31iq927' via cache in 0.0 seconds391[May 30 2023 18:02:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds392[May 30 2023 18:02:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718' via api in 0.19 seconds393[May 30 2023 18:03:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/npm-project-level-91ba2162c92e7f15' via api in 0.75 seconds394[May 30 2023 18:03:00 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.395[May 30 2023 18:03:00 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`396[May 30 2023 18:03:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`397[May 30 2023 18:03:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`398[May 30 2023 18:03:05 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685469780 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685469780 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-1685469780 --url http://gitlab-ee-8a38d70b.test --registration-token **** --tag-list runner-for-npm-project-level-91ba2162c92e7f15 --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" `399[May 30 2023 18:03:06 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685469780`400[May 30 2023 18:03:06 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`401[May 30 2023 18:03:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685469780' via api in 6.7 seconds402[May 30 2023 18:03:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.2 seconds403[May 30 2023 18:03:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.55 seconds404[May 30 2023 18:03:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/npm-project-level-91ba2162c92e7f15405[May 30 2023 18:03:09 UTC (QA Tests)] INFO -- clicking :menu_section_button406[May 30 2023 18:03:09 UTC (QA Tests)] INFO -- clicking :nav_item_link407[May 30 2023 18:03:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.837s408[May 30 2023 18:03:12 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present409[May 30 2023 18:03:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.386s410[May 30 2023 18:03:35 UTC (QA Tests)] INFO -- clicking :nav_item_link411[May 30 2023 18:03:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.866s412[May 30 2023 18:03:37 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present413[May 30 2023 18:03:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.412s414[May 30 2023 18:04:00 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button415[May 30 2023 18:04:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 1.326s416[May 30 2023 18:04:01 UTC (QA Tests)] INFO -- clicking :directory_name_link417[May 30 2023 18:04:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 1.251s418[May 30 2023 18:04:03 UTC (QA Tests)] INFO -- clicking :directory_name_link419[May 30 2023 18:04:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 1.29s420[May 30 2023 18:04:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/npm-project-level-91ba2162c92e7f15421[May 30 2023 18:04:06 UTC (QA Tests)] INFO -- clicking :menu_section_button422[May 30 2023 18:04:06 UTC (QA Tests)] INFO -- clicking :nav_item_link423[May 30 2023 18:04:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.867s424[May 30 2023 18:04:07 UTC (QA Tests)] INFO -- clicking :package_link425[May 30 2023 18:04:08 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-3/mypackage-7ead77e220d653c3'426[May 30 2023 18:04:08 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1685469780'427[May 30 2023 18:04:08 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685469780`428[May 30 2023 18:04:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/npm-project-level-91ba2162c92e7f15'429 push and pull a npm package via CI430 using project deploy token431[May 30 2023 18:04:09 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm project level endpoint using project deploy token push and pull a npm package via CI432[May 30 2023 18:04:10 UTC (QA Tests)] INFO -- filling :login_field with "root"433[May 30 2023 18:04:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field434[May 30 2023 18:04:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"435[May 30 2023 18:04:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field436[May 30 2023 18:04:10 UTC (QA Tests)] INFO -- clicking :sign_in_button437[May 30 2023 18:04:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.786s438[May 30 2023 18:04:12 UTC (QA Tests)] INFO -- Enabling super sidebar!439[May 30 2023 18:04:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled440[May 30 2023 18:04:13 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA441[May 30 2023 18:04:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-3lvzhopc' via cache in 0.0 seconds442[May 30 2023 18:04:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds443[May 30 2023 18:04:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718' via api in 0.21 seconds444[May 30 2023 18:04:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/npm-project-level-1509a23edd9ed02e' via api in 0.83 seconds445[May 30 2023 18:04:14 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.446[May 30 2023 18:04:14 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`447[May 30 2023 18:04:14 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`448[May 30 2023 18:04:14 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`449[May 30 2023 18:04:14 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685469854 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685469854 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-1685469854 --url http://gitlab-ee-8a38d70b.test --registration-token **** --tag-list runner-for-npm-project-level-1509a23edd9ed02e --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" `450[May 30 2023 18:04:15 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685469854`451[May 30 2023 18:04:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`452[May 30 2023 18:04:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685469854' via api in 1.72 seconds453[May 30 2023 18:04:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-2' via api in 0.13 seconds454[May 30 2023 18:04:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds455[May 30 2023 18:04:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.72 seconds456[May 30 2023 18:04:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/npm-project-level-1509a23edd9ed02e457[May 30 2023 18:04:19 UTC (QA Tests)] INFO -- clicking :menu_section_button458[May 30 2023 18:04:19 UTC (QA Tests)] INFO -- clicking :nav_item_link459[May 30 2023 18:04:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.904s460[May 30 2023 18:04:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 0.66s461[May 30 2023 18:04:21 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present462[May 30 2023 18:04:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.391s463[May 30 2023 18:04:35 UTC (QA Tests)] INFO -- clicking :nav_item_link464[May 30 2023 18:04:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.846s465[May 30 2023 18:04:38 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present466[May 30 2023 18:04:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.678s467[May 30 2023 18:04:40 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button468[May 30 2023 18:04:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 1.307s469[May 30 2023 18:04:41 UTC (QA Tests)] INFO -- clicking :directory_name_link470[May 30 2023 18:04:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 1.201s471[May 30 2023 18:04:43 UTC (QA Tests)] INFO -- clicking :directory_name_link472[May 30 2023 18:04:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 1.159s473[May 30 2023 18:04:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/npm-project-level-1509a23edd9ed02e474[May 30 2023 18:04:45 UTC (QA Tests)] INFO -- clicking :menu_section_button475[May 30 2023 18:04:46 UTC (QA Tests)] INFO -- clicking :nav_item_link476[May 30 2023 18:04:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.849s477[May 30 2023 18:04:47 UTC (QA Tests)] INFO -- clicking :package_link478[May 30 2023 18:04:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-3/mypackage-e4a0c5384465b7ee'479[May 30 2023 18:04:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1685469854'480[May 30 2023 18:04:47 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685469854`481[May 30 2023 18:04:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/npm-project-level-1509a23edd9ed02e'482 push and pull a npm package via CI483 using ci job token484[May 30 2023 18:04:49 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm project level endpoint using ci job token push and pull a npm package via CI485[May 30 2023 18:04:49 UTC (QA Tests)] INFO -- filling :login_field with "root"486[May 30 2023 18:04:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field487[May 30 2023 18:04:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"488[May 30 2023 18:04:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field489[May 30 2023 18:04:50 UTC (QA Tests)] INFO -- clicking :sign_in_button490[May 30 2023 18:04:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.208s491[May 30 2023 18:04:51 UTC (QA Tests)] INFO -- Enabling super sidebar!492[May 30 2023 18:04:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled493[May 30 2023 18:04:53 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA494[May 30 2023 18:04:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-1w4j8gly' via cache in 0.0 seconds495[May 30 2023 18:04:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds496[May 30 2023 18:04:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718' via api in 0.21 seconds497[May 30 2023 18:04:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/npm-project-level-ad2d17e8519d4d60' via api in 0.9 seconds498[May 30 2023 18:04:54 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.499[May 30 2023 18:04:54 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`500[May 30 2023 18:04:59 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`501[May 30 2023 18:04:59 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`502[May 30 2023 18:04:59 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685469894 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685469894 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-1685469894 --url http://gitlab-ee-8a38d70b.test --registration-token **** --tag-list runner-for-npm-project-level-ad2d17e8519d4d60 --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" `503[May 30 2023 18:05:00 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685469894`504[May 30 2023 18:05:00 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`505[May 30 2023 18:05:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685469894' via api in 6.73 seconds506[May 30 2023 18:05:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.58 seconds507[May 30 2023 18:05:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/npm-project-level-ad2d17e8519d4d60508[May 30 2023 18:05:03 UTC (QA Tests)] INFO -- clicking :menu_section_button509[May 30 2023 18:05:03 UTC (QA Tests)] INFO -- clicking :nav_item_link510[May 30 2023 18:05:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.014s511[May 30 2023 18:05:05 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present512[May 30 2023 18:05:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.373s513[May 30 2023 18:05:19 UTC (QA Tests)] INFO -- clicking :nav_item_link514[May 30 2023 18:05:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.045s515[May 30 2023 18:05:22 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present516[May 30 2023 18:05:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 2.024s517[May 30 2023 18:05:36 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button518[May 30 2023 18:05:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 1.205s519[May 30 2023 18:05:38 UTC (QA Tests)] INFO -- clicking :directory_name_link520[May 30 2023 18:05:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 1.276s521[May 30 2023 18:05:39 UTC (QA Tests)] INFO -- clicking :directory_name_link522[May 30 2023 18:05:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 1.967s523[May 30 2023 18:05:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/npm-project-level-ad2d17e8519d4d60524[May 30 2023 18:05:43 UTC (QA Tests)] INFO -- clicking :menu_section_button525[May 30 2023 18:05:43 UTC (QA Tests)] INFO -- clicking :nav_item_link526[May 30 2023 18:05:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.82s527[May 30 2023 18:05:45 UTC (QA Tests)] INFO -- clicking :package_link528[May 30 2023 18:05:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-3/mypackage-9c3ac6cf8caa0b19'529[May 30 2023 18:05:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1685469894'530[May 30 2023 18:05:46 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685469894`531[May 30 2023 18:05:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/npm-project-level-ad2d17e8519d4d60'532 push and pull a npm package via CI533Package534 Composer Repository535[May 30 2023 18:05:46 UTC (QA Tests)] INFO -- Starting test: Package Composer Repository publishes a composer package and deletes it536[May 30 2023 18:05:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds537[May 30 2023 18:05:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718' via api in 0.21 seconds538[May 30 2023 18:05:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/composer-package-project-5f212bda71636e00' via api in 0.85 seconds539[May 30 2023 18:05:47 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.540[May 30 2023 18:05:47 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`541[May 30 2023 18:05:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`542[May 30 2023 18:05:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`543[May 30 2023 18:05:48 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685469946 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685469946 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-1685469946 --url http://gitlab-ee-8a38d70b.test --registration-token **** --tag-list runner-for-composer-package-project-5f212bda71636e00 --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" `544[May 30 2023 18:05:49 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685469946`545[May 30 2023 18:05:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`546[May 30 2023 18:05:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685469946' via api in 1.71 seconds547[May 30 2023 18:05:50 UTC (QA Tests)] INFO -- filling :login_field with "root"548[May 30 2023 18:05:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field549[May 30 2023 18:05:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"550[May 30 2023 18:05:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field551[May 30 2023 18:05:50 UTC (QA Tests)] INFO -- clicking :sign_in_button552[May 30 2023 18:05:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.81s553[May 30 2023 18:05:52 UTC (QA Tests)] INFO -- Enabling super sidebar!554[May 30 2023 18:05:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled555[May 30 2023 18:05:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds556[May 30 2023 18:05:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/composer-package-project-5f212bda71636e00557[May 30 2023 18:05:55 UTC (QA Tests)] INFO -- clicking :menu_section_button558[May 30 2023 18:05:55 UTC (QA Tests)] INFO -- clicking :nav_item_link559[May 30 2023 18:05:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.811s560[May 30 2023 18:05:57 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present561[May 30 2023 18:05:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.619s562[May 30 2023 18:06:11 UTC (QA Tests)] INFO -- clicking :menu_section_button563[May 30 2023 18:06:11 UTC (QA Tests)] INFO -- clicking :nav_item_link564[May 30 2023 18:06:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.806s565[May 30 2023 18:06:12 UTC (QA Tests)] INFO -- clicking :package_link566[May 30 2023 18:06:12 UTC (QA Tests)] INFO -- clicking :delete_button567[May 30 2023 18:06:14 UTC (QA Tests)] INFO -- clicking :delete_modal_button568[May 30 2023 18:06:15 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1685469946'569[May 30 2023 18:06:15 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685469946`570 publishes a composer package and deletes it571Package572 NuGet project level endpoint573 using a ci job token574[May 30 2023 18:06:16 UTC (QA Tests)] INFO -- Starting test: Package NuGet project level endpoint using a ci job token publishes a nuget package and installs575[May 30 2023 18:06:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds576[May 30 2023 18:06:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718' via api in 0.2 seconds577[May 30 2023 18:06:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-bef256c1d6fc07bd' via api in 6.6 seconds578[May 30 2023 18:06:23 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.579[May 30 2023 18:06:23 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`580[May 30 2023 18:06:23 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`581[May 30 2023 18:06:23 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`582[May 30 2023 18:06:23 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685469976 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685469976 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-1685469976 --url http://gitlab-ee-8a38d70b.test --registration-token **** --tag-list runner-for-nuget-package-project-bef256c1d6fc07bd --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `583[May 30 2023 18:06:24 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685469976`584[May 30 2023 18:06:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`585[May 30 2023 18:06:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685469976' via api in 1.73 seconds586[May 30 2023 18:06:25 UTC (QA Tests)] INFO -- filling :login_field with "root"587[May 30 2023 18:06:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field588[May 30 2023 18:06:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"589[May 30 2023 18:06:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field590[May 30 2023 18:06:26 UTC (QA Tests)] INFO -- clicking :sign_in_button591[May 30 2023 18:06:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.825s592[May 30 2023 18:06:27 UTC (QA Tests)] INFO -- Enabling super sidebar!593[May 30 2023 18:06:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled594[May 30 2023 18:06:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds595[May 30 2023 18:06:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-bef256c1d6fc07bd596[May 30 2023 18:06:30 UTC (QA Tests)] INFO -- clicking :menu_section_button597[May 30 2023 18:06:31 UTC (QA Tests)] INFO -- clicking :nav_item_link598[May 30 2023 18:06:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.792s599[May 30 2023 18:06:33 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present600[May 30 2023 18:06:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.421s601[May 30 2023 18:07:06 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present602[May 30 2023 18:07:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.206s603[May 30 2023 18:07:07 UTC (QA Tests)] INFO -- clicking :menu_section_button604[May 30 2023 18:07:07 UTC (QA Tests)] INFO -- clicking :nav_item_link605[May 30 2023 18:07:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.826s606[May 30 2023 18:07:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1685469976'607[May 30 2023 18:07:09 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685469976`608[May 30 2023 18:07:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-63f488fe40a1de1a'609[May 30 2023 18:07:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-bef256c1d6fc07bd'610 publishes a nuget package and installs611 using a project deploy token612[May 30 2023 18:07:10 UTC (QA Tests)] INFO -- Starting test: Package NuGet project level endpoint using a project deploy token publishes a nuget package and installs613[May 30 2023 18:07:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds614[May 30 2023 18:07:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718' via api in 0.19 seconds615[May 30 2023 18:07:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-f3ded0bc4e62b2e7' via api in 6.55 seconds616[May 30 2023 18:07:16 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.617[May 30 2023 18:07:16 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`618[May 30 2023 18:07:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`619[May 30 2023 18:07:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`620[May 30 2023 18:07:17 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685470030 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685470030 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-1685470030 --url http://gitlab-ee-8a38d70b.test --registration-token **** --tag-list runner-for-nuget-package-project-f3ded0bc4e62b2e7 --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" `621[May 30 2023 18:07:17 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685470030`622[May 30 2023 18:07:18 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`623[May 30 2023 18:07:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685470030' via api in 1.71 seconds624[May 30 2023 18:07:19 UTC (QA Tests)] INFO -- filling :login_field with "root"625[May 30 2023 18:07:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field626[May 30 2023 18:07:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"627[May 30 2023 18:07:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field628[May 30 2023 18:07:19 UTC (QA Tests)] INFO -- clicking :sign_in_button629[May 30 2023 18:07:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.888s630[May 30 2023 18:07:20 UTC (QA Tests)] INFO -- Enabling super sidebar!631[May 30 2023 18:07:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled632[May 30 2023 18:07:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-3' via api in 0.11 seconds633[May 30 2023 18:07:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds634[May 30 2023 18:07:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds635[May 30 2023 18:07:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-f3ded0bc4e62b2e7636[May 30 2023 18:07:25 UTC (QA Tests)] INFO -- clicking :menu_section_button637[May 30 2023 18:07:25 UTC (QA Tests)] INFO -- clicking :nav_item_link638[May 30 2023 18:07:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.817s639[May 30 2023 18:07:27 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present640[May 30 2023 18:07:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.373s641[May 30 2023 18:07:51 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present642[May 30 2023 18:07:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.19s643[May 30 2023 18:07:52 UTC (QA Tests)] INFO -- clicking :menu_section_button644[May 30 2023 18:07:53 UTC (QA Tests)] INFO -- clicking :nav_item_link645[May 30 2023 18:07:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.879s646[May 30 2023 18:07:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1685470030'647[May 30 2023 18:07:54 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685470030`648[May 30 2023 18:07:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-1497a40a1414f1dd'649[May 30 2023 18:07:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-f3ded0bc4e62b2e7'650 publishes a nuget package and installs651 using a personal access token652[May 30 2023 18:07:55 UTC (QA Tests)] INFO -- Starting test: Package NuGet project level endpoint using a personal access token publishes a nuget package and installs653[May 30 2023 18:07:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds654[May 30 2023 18:07:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718' via api in 0.2 seconds655[May 30 2023 18:08:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-4bc44ae93a82d1d4' via api in 6.56 seconds656[May 30 2023 18:08:02 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.657[May 30 2023 18:08:02 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`658[May 30 2023 18:08:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`659[May 30 2023 18:08:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`660[May 30 2023 18:08:02 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685470075 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685470075 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-1685470075 --url http://gitlab-ee-8a38d70b.test --registration-token **** --tag-list runner-for-nuget-package-project-4bc44ae93a82d1d4 --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" `661[May 30 2023 18:08:03 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685470075`662[May 30 2023 18:08:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`663[May 30 2023 18:08:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685470075' via api in 2.12 seconds664[May 30 2023 18:08:04 UTC (QA Tests)] INFO -- filling :login_field with "root"665[May 30 2023 18:08:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field666[May 30 2023 18:08:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"667[May 30 2023 18:08:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field668[May 30 2023 18:08:05 UTC (QA Tests)] INFO -- clicking :sign_in_button669[May 30 2023 18:08:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.148s670[May 30 2023 18:08:06 UTC (QA Tests)] INFO -- Enabling super sidebar!671[May 30 2023 18:08:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled672[May 30 2023 18:08:08 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA673[May 30 2023 18:08:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-em2w3co6' via cache in 0.0 seconds674[May 30 2023 18:08:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds675[May 30 2023 18:08:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.62 seconds676[May 30 2023 18:08:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-4bc44ae93a82d1d4677[May 30 2023 18:08:11 UTC (QA Tests)] INFO -- clicking :menu_section_button678[May 30 2023 18:08:11 UTC (QA Tests)] INFO -- clicking :nav_item_link679[May 30 2023 18:08:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.591s680[May 30 2023 18:08:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 1.402s681[May 30 2023 18:08:15 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present682[May 30 2023 18:08:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.861s683[May 30 2023 18:08:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.539s684[May 30 2023 18:08:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 0.556s685[May 30 2023 18:08:30 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present686[May 30 2023 18:08:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.364s687[May 30 2023 18:08:44 UTC (QA Tests)] INFO -- clicking :menu_section_button688[May 30 2023 18:08:44 UTC (QA Tests)] INFO -- clicking :nav_item_link689[May 30 2023 18:08:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.918s690[May 30 2023 18:08:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1685470075'691[May 30 2023 18:08:46 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685470075`692[May 30 2023 18:08:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-526c81c0db2c11dc'693[May 30 2023 18:08:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/nuget-package-project-4bc44ae93a82d1d4'694 publishes a nuget package and installs695Package696 Maven Repository with Gradle697 using ci job token698[May 30 2023 18:08:47 UTC (QA Tests)] INFO -- Starting test: Package Maven Repository with Gradle using ci job token pushes and pulls a maven package via gradle699[May 30 2023 18:08:47 UTC (QA Tests)] INFO -- filling :login_field with "root"700[May 30 2023 18:08:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field701[May 30 2023 18:08:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"702[May 30 2023 18:08:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field703[May 30 2023 18:08:48 UTC (QA Tests)] INFO -- clicking :sign_in_button704[May 30 2023 18:08:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.409s705[May 30 2023 18:08:50 UTC (QA Tests)] INFO -- Enabling super sidebar!706[May 30 2023 18:08:50 UTC (QA Tests)] INFO -- Super sidebar is already enabled707[May 30 2023 18:08:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds708[May 30 2023 18:08:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718' via api in 0.22 seconds709[May 30 2023 18:08:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_package_project-71dcbec627ea689d' via api in 1.24 seconds710[May 30 2023 18:08:52 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.711[May 30 2023 18:08:52 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`712[May 30 2023 18:08:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`713[May 30 2023 18:08:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`714[May 30 2023 18:08:58 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685470131 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685470131 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-1685470131 --url http://gitlab-ee-8a38d70b.test --registration-token **** --tag-list runner-for-qa-test-2023-05-30-17-57-52-df09074d5a8b1718 --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" `715[May 30 2023 18:08:59 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685470131`716[May 30 2023 18:08:59 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`717[May 30 2023 18:08:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1685470131' via api in 6.71 seconds718[May 30 2023 18:09:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.53 seconds719[May 30 2023 18:09:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_package_project-71dcbec627ea689d720[May 30 2023 18:09:02 UTC (QA Tests)] INFO -- clicking :menu_section_button721[May 30 2023 18:09:02 UTC (QA Tests)] INFO -- clicking :nav_item_link722[May 30 2023 18:09:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.996s723[May 30 2023 18:09:06 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present724[May 30 2023 18:09:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.57s725[May 30 2023 18:10:00 UTC (QA Tests)] INFO -- clicking :menu_section_button726[May 30 2023 18:10:00 UTC (QA Tests)] INFO -- clicking :nav_item_link727[May 30 2023 18:10:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.896s728[May 30 2023 18:10:01 UTC (QA Tests)] INFO -- clicking :package_link729[May 30 2023 18:10:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? package_information_content' took 0.716s730[May 30 2023 18:10:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_client_project-e8dbe65c3bd9802d' via api in 1.67 seconds731[May 30 2023 18:10:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.09 seconds732[May 30 2023 18:10:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.09 seconds733[May 30 2023 18:10:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.8 seconds734[May 30 2023 18:10:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_client_project-e8dbe65c3bd9802d735[May 30 2023 18:10:07 UTC (QA Tests)] INFO -- clicking :menu_section_button736[May 30 2023 18:10:07 UTC (QA Tests)] INFO -- clicking :nav_item_link737[May 30 2023 18:10:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.992s738[May 30 2023 18:10:09 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present739[May 30 2023 18:10:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.502s740[May 30 2023 18:10:24 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1685470131'741[May 30 2023 18:10:24 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685470131`742[May 30 2023 18:10:24 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven_gradle-f8e61294c33d2ecb'743[May 30 2023 18:10:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_package_project-71dcbec627ea689d'744[May 30 2023 18:10:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_client_project-e8dbe65c3bd9802d'745 pushes and pulls a maven package via gradle746 using project deploy token747[May 30 2023 18:10:26 UTC (QA Tests)] INFO -- Starting test: Package Maven Repository with Gradle using project deploy token pushes and pulls a maven package via gradle748[May 30 2023 18:10:26 UTC (QA Tests)] INFO -- filling :login_field with "root"749[May 30 2023 18:10:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field750[May 30 2023 18:10:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"751[May 30 2023 18:10:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field752[May 30 2023 18:10:27 UTC (QA Tests)] INFO -- clicking :sign_in_button753[May 30 2023 18:10:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.049s754[May 30 2023 18:10:28 UTC (QA Tests)] INFO -- Enabling super sidebar!755[May 30 2023 18:10:28 UTC (QA Tests)] INFO -- Super sidebar is already enabled756[May 30 2023 18:10:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds757[May 30 2023 18:10:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718' via api in 0.18 seconds758[May 30 2023 18:10:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_package_project-9d5a211882c603a2' via api in 1.11 seconds759[May 30 2023 18:10:31 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.760[May 30 2023 18:10:31 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`761[May 30 2023 18:10:31 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`762[May 30 2023 18:10:31 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`763[May 30 2023 18:10:31 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685470229 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685470229 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-1685470229 --url http://gitlab-ee-8a38d70b.test --registration-token **** --tag-list runner-for-qa-test-2023-05-30-17-57-52-df09074d5a8b1718 --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" `764[May 30 2023 18:10:32 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685470229`765[May 30 2023 18:10:32 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`766[May 30 2023 18:10:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1685470229' via api in 1.76 seconds767[May 30 2023 18:10:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.22 seconds768[May 30 2023 18:10:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_package_project-9d5a211882c603a2769[May 30 2023 18:10:36 UTC (QA Tests)] INFO -- clicking :menu_section_button770[May 30 2023 18:10:36 UTC (QA Tests)] INFO -- clicking :nav_item_link771[May 30 2023 18:10:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.431s772[May 30 2023 18:10:39 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present773[May 30 2023 18:10:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.466s774[May 30 2023 18:11:23 UTC (QA Tests)] INFO -- clicking :menu_section_button775[May 30 2023 18:11:23 UTC (QA Tests)] INFO -- clicking :nav_item_link776[May 30 2023 18:11:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.939s777[May 30 2023 18:11:25 UTC (QA Tests)] INFO -- clicking :package_link778[May 30 2023 18:11:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_client_project-75d9d85bf3e12e22' via api in 1.04 seconds779[May 30 2023 18:11:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-4' via api in 0.13 seconds780[May 30 2023 18:11:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds781[May 30 2023 18:11:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_client_project-75d9d85bf3e12e22782[May 30 2023 18:11:30 UTC (QA Tests)] INFO -- clicking :menu_section_button783[May 30 2023 18:11:30 UTC (QA Tests)] INFO -- clicking :nav_item_link784[May 30 2023 18:11:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.987s785[May 30 2023 18:11:33 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present786[May 30 2023 18:11:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.784s787[May 30 2023 18:11:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1685470229'788[May 30 2023 18:11:47 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685470229`789[May 30 2023 18:11:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven_gradle-9bc49b2590bac87f'790[May 30 2023 18:11:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_package_project-9d5a211882c603a2'791[May 30 2023 18:11:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_client_project-75d9d85bf3e12e22'792 pushes and pulls a maven package via gradle793 using personal access token794[May 30 2023 18:11:49 UTC (QA Tests)] INFO -- Starting test: Package Maven Repository with Gradle using personal access token pushes and pulls a maven package via gradle795[May 30 2023 18:11:50 UTC (QA Tests)] INFO -- filling :login_field with "root"796[May 30 2023 18:11:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field797[May 30 2023 18:11:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"798[May 30 2023 18:11:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field799[May 30 2023 18:11:50 UTC (QA Tests)] INFO -- clicking :sign_in_button800[May 30 2023 18:11:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.878s801[May 30 2023 18:11:52 UTC (QA Tests)] INFO -- Enabling super sidebar!802[May 30 2023 18:11:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled803[May 30 2023 18:11:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds804[May 30 2023 18:11:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718' via api in 0.19 seconds805[May 30 2023 18:11:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_package_project-c919107e01405422' via api in 1.8 seconds806[May 30 2023 18:11:55 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.807[May 30 2023 18:11:55 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`808[May 30 2023 18:11:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`809[May 30 2023 18:11:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`810[May 30 2023 18:11:55 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685470313 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685470313 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-1685470313 --url http://gitlab-ee-8a38d70b.test --registration-token **** --tag-list runner-for-qa-test-2023-05-30-17-57-52-df09074d5a8b1718 --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" `811[May 30 2023 18:11:56 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685470313`812[May 30 2023 18:11:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`813[May 30 2023 18:11:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1685470313' via api in 2.98 seconds814[May 30 2023 18:11:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.92 seconds815[May 30 2023 18:11:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_package_project-c919107e01405422816[May 30 2023 18:12:01 UTC (QA Tests)] INFO -- clicking :menu_section_button817[May 30 2023 18:12:01 UTC (QA Tests)] INFO -- clicking :nav_item_link818[May 30 2023 18:12:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.853s819[May 30 2023 18:12:03 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present820[May 30 2023 18:12:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.659s821[May 30 2023 18:12:48 UTC (QA Tests)] INFO -- clicking :menu_section_button822[May 30 2023 18:12:48 UTC (QA Tests)] INFO -- clicking :nav_item_link823[May 30 2023 18:12:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.917s824[May 30 2023 18:12:49 UTC (QA Tests)] INFO -- clicking :package_link825[May 30 2023 18:12:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? package_information_content' took 0.627s826[May 30 2023 18:12:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_client_project-987964fca4ecda5a' via api in 1.03 seconds827[May 30 2023 18:12:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds828[May 30 2023 18:12:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_client_project-987964fca4ecda5a829[May 30 2023 18:12:53 UTC (QA Tests)] INFO -- clicking :menu_section_button830[May 30 2023 18:12:54 UTC (QA Tests)] INFO -- clicking :nav_item_link831[May 30 2023 18:12:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.021s832[May 30 2023 18:12:56 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present833[May 30 2023 18:12:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.588s834[May 30 2023 18:13:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1685470313'835[May 30 2023 18:13:11 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685470313`836[May 30 2023 18:13:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven_gradle-1d4f800b033659d2'837[May 30 2023 18:13:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_package_project-c919107e01405422'838[May 30 2023 18:13:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/maven_gradle_client_project-987964fca4ecda5a'839 pushes and pulls a maven package via gradle840Package841 PyPI Repository842 when at the project level843[May 30 2023 18:13:12 UTC (QA Tests)] INFO -- Starting test: Package PyPI Repository when at the project level publishes and installs a pypi package844[May 30 2023 18:13:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds845[May 30 2023 18:13:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718' via api in 0.37 seconds846[May 30 2023 18:13:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/pypi-package-project-1c1f470aa9798c7b' via api in 0.91 seconds847[May 30 2023 18:13:13 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.848[May 30 2023 18:13:13 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`849[May 30 2023 18:13:13 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`850[May 30 2023 18:13:13 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`851[May 30 2023 18:13:14 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685470392 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685470392 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-1685470392 --url http://gitlab-ee-8a38d70b.test --registration-token **** --tag-list runner-for-pypi-package-project-1c1f470aa9798c7b --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" `852[May 30 2023 18:13:14 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685470392`853[May 30 2023 18:13:14 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`854[May 30 2023 18:13:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685470392' via api in 1.81 seconds855[May 30 2023 18:13:15 UTC (QA Tests)] INFO -- filling :login_field with "root"856[May 30 2023 18:13:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field857[May 30 2023 18:13:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"858[May 30 2023 18:13:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field859[May 30 2023 18:13:16 UTC (QA Tests)] INFO -- clicking :sign_in_button860[May 30 2023 18:13:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.034s861[May 30 2023 18:13:19 UTC (QA Tests)] INFO -- Enabling super sidebar!862[May 30 2023 18:13:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled863[May 30 2023 18:13:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds864[May 30 2023 18:13:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.61 seconds865[May 30 2023 18:13:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/pypi-package-project-1c1f470aa9798c7b866[May 30 2023 18:13:23 UTC (QA Tests)] INFO -- clicking :menu_section_button867[May 30 2023 18:13:23 UTC (QA Tests)] INFO -- clicking :nav_item_link868[May 30 2023 18:13:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.936s869[May 30 2023 18:13:25 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present870[May 30 2023 18:13:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.434s871[May 30 2023 18:13:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 1.233s872[May 30 2023 18:13:28 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-8a38d70b.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/pypi-package-project-1c1f470aa9798c7b/-/jobs/27873[May 30 2023 18:13:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.201s874[May 30 2023 18:13:52 UTC (QA Tests)] INFO -- clicking :nav_item_link875[May 30 2023 18:13:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.919s876[May 30 2023 18:13:54 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present877[May 30 2023 18:13:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.462s878[May 30 2023 18:13:56 UTC (QA Tests)] INFO -- clicking :menu_section_button879[May 30 2023 18:13:56 UTC (QA Tests)] INFO -- clicking :nav_item_link880[May 30 2023 18:13:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.886s881[May 30 2023 18:13:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1685470392'882[May 30 2023 18:13:57 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685470392`883[May 30 2023 18:13:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'mypypipackage-15d00a826841715b'884[May 30 2023 18:13:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-52-df09074d5a8b1718/pypi-package-project-1c1f470aa9798c7b'885 publishes and installs a pypi package886[May 30 2023 18:13:59 UTC (QA Tests)] INFO -- Knapsack report was generated. Preview:887{888 "qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb": 17.480933066000034,889 "qa/specs/features/browser_ui/5_package/package_registry/conan_repository_spec.rb": 71.85017348499969,890 "qa/specs/features/browser_ui/5_package/package_registry/nuget/nuget_group_level_spec.rb": 217.7195199280004,891 "qa/specs/features/browser_ui/5_package/package_registry/npm/npm_project_level_spec.rb": 171.43498165399978,892 "qa/specs/features/browser_ui/5_package/package_registry/composer_registry_spec.rb": 29.559717968999394,893 "qa/specs/features/browser_ui/5_package/package_registry/nuget/nuget_project_level_spec.rb": 150.75039426799958,894 "qa/specs/features/browser_ui/5_package/package_registry/maven_gradle_repository_spec.rb": 265.26196124800026,895 "qa/specs/features/browser_ui/5_package/package_registry/pypi_repository_spec.rb": 46.8271387220002896}897[May 30 2023 18:13:59 UTC (QA Tests)] INFO -- 898Knapsack global time execution for tests: 16m 10s899Finished in 18 minutes 2 seconds (files took 5.21 seconds to load)90016 examples, 0 failures901Randomized with seed 63650902[May 30 2023 18:14:00 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ee-8a38d70b`903[May 30 2023 18:14:00 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ee-8a38d70b`905Running after script...906$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command907$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")908$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"952Not uploading cache qa-e2e-ruby-3.0-6a056e500f83db53eb3d88c766f9864d-16 due to policy954Uploading artifacts...955gitlab-qa-run-*: found 164 matching artifact files and directories 956Uploading artifacts as "archive" to coordinator... 201 Created id=4376891956 responseStatus=201 Created token=64_HNFVP957Uploading artifacts...958gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 959Uploading artifacts as "junit" to coordinator... 201 Created id=4376891956 responseStatus=201 Created token=64_HNFVP960Uploading artifacts...961/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 962Uploading artifacts as "dotenv" to coordinator... 201 Created id=4376891956 responseStatus=201 Created token=64_HNFVP964Job succeeded