object-storage-gcs 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-1685411671-d91f5d58-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: 154155, done. 20remote: Counting objects: 100% (154155/154155), done. 21remote: Compressing objects: 100% (96439/96439), done. 22remote: Total 154155 (delta 72479), reused 107333 (delta 51924), pack-reused 0 23Receiving objects: 100% (154155/154155), 128.75 MiB | 43.47 MiB/s, done.24Resolving deltas: 100% (72479/72479), done.26 * [new ref] refs/pipelines/882411299 -> refs/pipelines/88241129927 * [new branch] master -> origin/master28Checking out 29999e7d 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-ce (4370061730)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4370061730 responseStatus=200 OK token=64_Ns5Rm38Downloading artifacts for download-knapsack-report (4370061733)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4370061733 responseStatus=200 OK token=64_Ns5Rm41Using 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-ce:29999e7df1369e9013fd24ccd7e45971a743d462 --omnibus-config object_storage_gcs --set-feature-flags super_sidebar_nav_enrolled=enabled -- --tag object_storage --format QA::Support::JsonFormatter --out tmp/rspec-4370061788.json --format RspecJunitFormatter --out tmp/rspec-4370061788.xml --format html --out tmp/rspec-$(echo object-storage-gcs 2/2 | sed 's/[ /]/_/g').htm --color --format documentation'50$ eval "$QA_COMMAND"51[May 30 2023 03:00:35 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-42cbcfee$`52[May 30 2023 03:00:35 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-42cbcfee --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`53[May 30 2023 03:00:37 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/tls_certificates/authority/. alpine-42cbcfee:/etc/gitlab/trusted-certs`54[May 30 2023 03:00:37 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/tls_certificates/gitlab/. alpine-42cbcfee:/etc/gitlab/ssl`55[May 30 2023 03:00:37 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-42cbcfee`56[May 30 2023 03:00:37 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-42cbcfee`57[May 30 2023 03:00:37 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "[MASKED]-token" --password "*****" registry.gitlab.com`58[May 30 2023 03:00:37 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:29999e7df1369e9013fd24ccd7e45971a743d462`59[May 30 2023 03:01:10 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ce-6674a924$`60[May 30 2023 03:01:10 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`61[May 30 2023 03:01:10 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`62[May 30 2023 03:01:10 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ce-6674a924 --net test --hostname gitlab-ce-6674a924.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-03-00-35-d96b086c/gitlab-ce-6674a924/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:29999e7df1369e9013fd24ccd7e45971a743d462`63[May 30 2023 03:01:18 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-6674a924 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-05-30 03:00:3564# 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::ObjectStorageGcs70gitlab_rails['object_store']['connection'] = { 'provider' => 'Google', 'google_project' => 'group-qa-tests-566cc6', 'google_client_email' => '[MASKED]', 'google_json_key_location' => '/builds/gitlab-org/gitlab/gcs-json-key20230530-23-h0bioj' }71gitlab_rails['object_store']['objects']['artifacts']['bucket'] = 'object_storage_tests'72gitlab_rails['object_store']['objects']['external_diffs']['bucket'] = 'object_storage_tests'73gitlab_rails['object_store']['objects']['lfs']['bucket'] = 'object_storage_tests'74gitlab_rails['object_store']['objects']['uploads']['bucket'] = 'object_storage_tests'75gitlab_rails['object_store']['objects']['packages']['bucket'] = 'object_storage_tests'76gitlab_rails['object_store']['objects']['dependency_proxy']['bucket'] = 'object_storage_tests'77gitlab_rails['object_store']['objects']['pages']['bucket'] = 'object_storage_tests'78gitlab_rails['object_store']['objects']['terraform_state']['bucket'] = 'object_storage_tests'79gitlab_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;"`80[May 30 2023 03:01:18 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ce-6674a924`81[May 30 2023 03:04:46 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...82[May 30 2023 03:04:46 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-6674a924`83[May 30 2023 03:04:46 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ce-6674a924 80/tcp`84[May 30 2023 03:04:46 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!85[May 30 2023 03:04:46 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-6674a924 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`86[May 30 2023 03:04:46 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-6674a924 bash -c "echo '#!/usr/bin/env bash87if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then88 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'89 exit 190fi91' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`92[May 30 2023 03:04:47 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-6674a924 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`93[May 30 2023 03:04:47 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/support/data gitlab-ce-6674a924:/tmp/data-seeds`94[May 30 2023 03:04:47 UTC (Gitlab QA)] INFO -- Running exec_commands...95[May 30 2023 03:04:47 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-6674a924 bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`96[May 30 2023 03:05:35 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "[MASKED]-token" --password "*****" registry.gitlab.com`97[May 30 2023 03:05:36 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:29999e7df1369e9013fd24ccd7e45971a743d462`98[May 30 2023 03:06:19 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ce99[May 30 2023 03:06:19 UTC (Gitlab QA)] INFO -- Running with feature flag: --set-feature-flags super_sidebar_nav_enrolled=enabled100[May 30 2023 03:06:19 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_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_TRIGGER_AUTO_QUARANTINE="$QA_TRIGGER_AUTO_QUARANTINE" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_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 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 GOOGLE_PROJECT="$GOOGLE_PROJECT" --env GOOGLE_CLIENT_EMAIL="$GOOGLE_CLIENT_EMAIL" --env GOOGLE_JSON_KEY="$GOOGLE_JSON_KEY" --env GCS_BUCKET_NAME="$GCS_BUCKET_NAME" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="[MASKED]-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-05-30-03-00-35-d96b086c/selenoid" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-05-30-03-00-35-d96b086c/gitlab-ce-qa-07aade5a:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ce-qa-07aade5a registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:29999e7df1369e9013fd24ccd7e45971a743d462 Test::Instance::All http://gitlab-ce-6674a924.test --set-feature-flags super_sidebar_nav_enrolled=enabled -- --tag object_storage --format QA::Support::JsonFormatter --out tmp/rspec-4370061788.json --format RspecJunitFormatter --out tmp/rspec-4370061788.xml --format html --out tmp/rspec-object-storage-gcs_2_2.htm --color --format documentation`101warning: parser/current is loading parser/ruby30, which recognizes3.0.5-compliant syntax, but you are running 3.0.6.1032023-05-30 03:06:37 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:1052023-05-30 03:06:37 WARN Selenium [DEPRECATION] [:caps_browsers] Remote::Capabilities.chrome is deprecated. Use Options.chrome instead.1062023-05-30 03:06:37 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.1072023-05-30 03:06:38 / CONF :: 108 ==> Base URL: http://gitlab-ce-6674a924.test109 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007fd1083b0368>110 ==> Libraries: Chemlab::Vendor111[May 30 2023 03:06:38 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA112[May 30 2023 03:06:38 UTC (QA Tests)] INFO -- Browser: chrome113[May 30 2023 03:06:38 UTC (QA Tests)] INFO -- Browser version: latest114[May 30 2023 03:06:38 UTC (QA Tests)] INFO -- Performing sanity check for environment!115[May 30 2023 03:06:39 UTC (QA Tests)] INFO -- Enabling feature: super_sidebar_nav_enrolled116[May 30 2023 03:06:39 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: super_sidebar_nav_enrolled117[May 30 2023 03:06:39 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'object-storage-gcs' to 'knapsack/object-storage-gcs.json'118[May 30 2023 03:06:40 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====119[May 30 2023 03:06:40 UTC (QA Tests)] INFO -- Report specs:120[May 30 2023 03:06:40 UTC (QA Tests)] INFO -- ["qa/specs/features/browser_ui/5_package/package_registry/npm/npm_instance_level_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/helm_registry_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/nuget/nuget_project_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/pypi_repository_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/composer_registry_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/rubygems_registry_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb"]121[May 30 2023 03:06:40 UTC (QA Tests)] INFO -- Leftover specs:122[May 30 2023 03:06:40 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/sanity/framework_spec.rb", "qa/specs/features/sanity/version_spec.rb"]123[May 30 2023 03:06:40 UTC (QA Tests)] INFO -- Knapsack time offset warning enabled!124[May 30 2023 03:06:40 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'object-storage-gcs' to 'knapsack/object-storage-gcs.json'125[May 30 2023 03:06:40 UTC (QA Tests)] INFO -- Report already exists, skipping!126Run options:127 include {:object_storage=>true}128 exclude {:geo=>true, :requires_praefect=>true}129Randomized with seed 61561130Package131 PyPI Repository132 when at the project level133[May 30 2023 03:06:42 UTC (QA Tests)] INFO -- Starting test: Package PyPI Repository when at the project level publishes and installs a pypi package134[May 30 2023 03:06:42 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA135[May 30 2023 03:06:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-4s8fbo8e' via cache in 0.0 seconds136[May 30 2023 03:06:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.94 seconds137[May 30 2023 03:06:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849' via api in 1.8 seconds138[May 30 2023 03:06:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/pypi-package-project-1f417fe9be66e448' via api in 3.42 seconds139[May 30 2023 03:06:45 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.140[May 30 2023 03:06:45 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`141[May 30 2023 03:06:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`142[May 30 2023 03:06:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`143[May 30 2023 03:06:49 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685416002 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685416002 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-1685416002 --url http://gitlab-ce-6674a924.test --registration-token **** --tag-list runner-for-pypi-package-project-1f417fe9be66e448 --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" `144[May 30 2023 03:06:51 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685416002`145[May 30 2023 03:06:51 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`146[May 30 2023 03:06:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685416002' via api in 7.44 seconds147[May 30 2023 03:06:53 UTC (QA Tests)] INFO -- filling :login_field with "root"148[May 30 2023 03:06:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field149[May 30 2023 03:06:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"150[May 30 2023 03:06:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field151[May 30 2023 03:06:54 UTC (QA Tests)] INFO -- clicking :sign_in_button152[May 30 2023 03:06:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.476s153[May 30 2023 03:06:55 UTC (QA Tests)] INFO -- Enabling super sidebar!154[May 30 2023 03:06:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled155[May 30 2023 03:06:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.25 seconds156[May 30 2023 03:06:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.04 seconds157[May 30 2023 03:06:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/pypi-package-project-1f417fe9be66e448158[May 30 2023 03:07:01 UTC (QA Tests)] INFO -- clicking :menu_section_button159[May 30 2023 03:07:01 UTC (QA Tests)] INFO -- clicking :nav_item_link160[May 30 2023 03:07:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.032s161[May 30 2023 03:07:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 1.015s162[May 30 2023 03:07:05 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present163[May 30 2023 03:07:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.663s164[May 30 2023 03:07:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 2.484s165[May 30 2023 03:07:41 UTC (QA Tests)] INFO -- clicking :nav_item_link166[May 30 2023 03:07:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.964s167[May 30 2023 03:07:44 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present168[May 30 2023 03:07:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.257s169[May 30 2023 03:07:46 UTC (QA Tests)] INFO -- clicking :menu_section_button170[May 30 2023 03:07:46 UTC (QA Tests)] INFO -- clicking :nav_item_link171[May 30 2023 03:07:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.038s172[May 30 2023 03:07:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1685416002'173[May 30 2023 03:07:47 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685416002`174[May 30 2023 03:07:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'mypypipackage-8633ba4339115a15'175[May 30 2023 03:07:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/pypi-package-project-1f417fe9be66e448'176 publishes and installs a pypi package177Package178 NuGet project level endpoint179 using a ci job token180[May 30 2023 03:07:48 UTC (QA Tests)] INFO -- Starting test: Package NuGet project level endpoint using a ci job token publishes a nuget package and installs181[May 30 2023 03:07:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.11 seconds182[May 30 2023 03:07:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849' via api in 0.2 seconds183[May 30 2023 03:07:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-313a72fe6336d2e0' via api in 6.37 seconds184[May 30 2023 03:07:54 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.185[May 30 2023 03:07:54 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`186[May 30 2023 03:07:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`187[May 30 2023 03:07:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`188[May 30 2023 03:07:55 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685416068 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685416068 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-1685416068 --url http://gitlab-ce-6674a924.test --registration-token **** --tag-list runner-for-nuget-package-project-313a72fe6336d2e0 --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" `189[May 30 2023 03:07:55 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685416068`190[May 30 2023 03:07:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`191[May 30 2023 03:07:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685416068' via api in 1.19 seconds192[May 30 2023 03:07:56 UTC (QA Tests)] INFO -- filling :login_field with "root"193[May 30 2023 03:07:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field194[May 30 2023 03:07:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"195[May 30 2023 03:07:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field196[May 30 2023 03:07:57 UTC (QA Tests)] INFO -- clicking :sign_in_button197[May 30 2023 03:07:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.873s198[May 30 2023 03:07:58 UTC (QA Tests)] INFO -- Enabling super sidebar!199[May 30 2023 03:07:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled200[May 30 2023 03:08:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds201[May 30 2023 03:08:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-313a72fe6336d2e0202[May 30 2023 03:08:02 UTC (QA Tests)] INFO -- clicking :menu_section_button203[May 30 2023 03:08:03 UTC (QA Tests)] INFO -- clicking :nav_item_link204[May 30 2023 03:08:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.89s205[May 30 2023 03:08:05 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present206[May 30 2023 03:08:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.657s207[May 30 2023 03:08:29 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present208[May 30 2023 03:08:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.185s209[May 30 2023 03:08:30 UTC (QA Tests)] INFO -- clicking :menu_section_button210[May 30 2023 03:08:30 UTC (QA Tests)] INFO -- clicking :nav_item_link211[May 30 2023 03:08:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.804s212[May 30 2023 03:08:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1685416068'213[May 30 2023 03:08:31 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685416068`214[May 30 2023 03:08:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-bb76172979b1d3fd'215[May 30 2023 03:08:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-313a72fe6336d2e0'216 publishes a nuget package and installs217 using a project deploy token218[May 30 2023 03:08:32 UTC (QA Tests)] INFO -- Starting test: Package NuGet project level endpoint using a project deploy token publishes a nuget package and installs219[May 30 2023 03:08:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.11 seconds220[May 30 2023 03:08:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849' via api in 0.17 seconds221[May 30 2023 03:08:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-62f21d63de7fc79c' via api in 6.25 seconds222[May 30 2023 03:08:39 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.223[May 30 2023 03:08:39 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`224[May 30 2023 03:08:39 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`225[May 30 2023 03:08:39 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`226[May 30 2023 03:08:39 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685416112 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685416112 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-1685416112 --url http://gitlab-ce-6674a924.test --registration-token **** --tag-list runner-for-nuget-package-project-62f21d63de7fc79c --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" `227[May 30 2023 03:08:40 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685416112`228[May 30 2023 03:08:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`229[May 30 2023 03:08:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685416112' via api in 2.27 seconds230[May 30 2023 03:08:42 UTC (QA Tests)] INFO -- filling :login_field with "root"231[May 30 2023 03:08:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field232[May 30 2023 03:08:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"233[May 30 2023 03:08:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field234[May 30 2023 03:08:42 UTC (QA Tests)] INFO -- clicking :sign_in_button235[May 30 2023 03:08:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.138s236[May 30 2023 03:08:44 UTC (QA Tests)] INFO -- Enabling super sidebar!237[May 30 2023 03:08:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled238[May 30 2023 03:08:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-1' via api in 0.09 seconds239[May 30 2023 03:08:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds240[May 30 2023 03:08:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.53 seconds241[May 30 2023 03:08:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-62f21d63de7fc79c242[May 30 2023 03:08:48 UTC (QA Tests)] INFO -- clicking :menu_section_button243[May 30 2023 03:08:48 UTC (QA Tests)] INFO -- clicking :nav_item_link244[May 30 2023 03:08:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.737s245[May 30 2023 03:08:50 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present246[May 30 2023 03:08:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.271s247[May 30 2023 03:09:04 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present248[May 30 2023 03:09:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.316s249[May 30 2023 03:09:18 UTC (QA Tests)] INFO -- clicking :menu_section_button250[May 30 2023 03:09:18 UTC (QA Tests)] INFO -- clicking :nav_item_link251[May 30 2023 03:09:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.833s252[May 30 2023 03:09:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1685416112'253[May 30 2023 03:09:19 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685416112`254[May 30 2023 03:09:20 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-fef0f37a07939363'255[May 30 2023 03:09:20 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-62f21d63de7fc79c'256 publishes a nuget package and installs257 using a personal access token258[May 30 2023 03:09:20 UTC (QA Tests)] INFO -- Starting test: Package NuGet project level endpoint using a personal access token publishes a nuget package and installs259[May 30 2023 03:09:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds260[May 30 2023 03:09:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849' via api in 0.12 seconds261[May 30 2023 03:09:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-567c06e30555eea7' via api in 5.95 seconds262[May 30 2023 03:09:26 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.263[May 30 2023 03:09:26 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`264[May 30 2023 03:09:26 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`265[May 30 2023 03:09:26 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`266[May 30 2023 03:09:26 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685416160 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685416160 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-1685416160 --url http://gitlab-ce-6674a924.test --registration-token **** --tag-list runner-for-nuget-package-project-567c06e30555eea7 --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" `267[May 30 2023 03:09:27 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685416160`268[May 30 2023 03:09:27 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`269[May 30 2023 03:09:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685416160' via api in 1.2 seconds270[May 30 2023 03:09:27 UTC (QA Tests)] INFO -- filling :login_field with "root"271[May 30 2023 03:09:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field272[May 30 2023 03:09:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"273[May 30 2023 03:09:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field274[May 30 2023 03:09:28 UTC (QA Tests)] INFO -- clicking :sign_in_button275[May 30 2023 03:09:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.715s276[May 30 2023 03:09:29 UTC (QA Tests)] INFO -- Enabling super sidebar!277[May 30 2023 03:09:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled278[May 30 2023 03:09:30 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA279[May 30 2023 03:09:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-4b5wk2xe' via cache in 0.0 seconds280[May 30 2023 03:09:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds281[May 30 2023 03:09:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds282[May 30 2023 03:09:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-567c06e30555eea7283[May 30 2023 03:09:33 UTC (QA Tests)] INFO -- clicking :menu_section_button284[May 30 2023 03:09:33 UTC (QA Tests)] INFO -- clicking :nav_item_link285[May 30 2023 03:09:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.769s286[May 30 2023 03:09:35 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present287[May 30 2023 03:09:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.552s288[May 30 2023 03:09:50 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present289[May 30 2023 03:09:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.162s290[May 30 2023 03:10:04 UTC (QA Tests)] INFO -- clicking :menu_section_button291[May 30 2023 03:10:04 UTC (QA Tests)] INFO -- clicking :nav_item_link292[May 30 2023 03:10:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.821s293[May 30 2023 03:10:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1685416160'294[May 30 2023 03:10:05 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685416160`295[May 30 2023 03:10:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-1a0c03c7f3088d84'296[May 30 2023 03:10:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-567c06e30555eea7'297 publishes a nuget package and installs298Package299 Package Registry300 npm instance level endpoint301 using project deploy token302[May 30 2023 03:10:05 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm instance level endpoint using project deploy token push and pull a npm package via CI303[May 30 2023 03:10:06 UTC (QA Tests)] INFO -- filling :login_field with "root"304[May 30 2023 03:10:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field305[May 30 2023 03:10:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"306[May 30 2023 03:10:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field307[May 30 2023 03:10:07 UTC (QA Tests)] INFO -- clicking :sign_in_button308[May 30 2023 03:10:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.711s309[May 30 2023 03:10:08 UTC (QA Tests)] INFO -- Enabling super sidebar!310[May 30 2023 03:10:08 UTC (QA Tests)] INFO -- Super sidebar is already enabled311[May 30 2023 03:10:09 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA312[May 30 2023 03:10:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-7o04iwnm' via cache in 0.0 seconds313[May 30 2023 03:10:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds314[May 30 2023 03:10:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849' via api in 0.14 seconds315[May 30 2023 03:10:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instace-level-publish-dd327e012e5fc2e5' via api in 0.54 seconds316[May 30 2023 03:10:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instance-level-install-50e5880f051ffdb1' via api in 0.51 seconds317[May 30 2023 03:10:10 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.318[May 30 2023 03:10:10 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`319[May 30 2023 03:10:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`320[May 30 2023 03:10:16 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`321[May 30 2023 03:10:16 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685416210 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685416210 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-1685416210 --url http://gitlab-ce-6674a924.test --registration-token **** --tag-list runner-for-qa-test-2023-05-30-03-06-42-23d51a160195b849 --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" `322[May 30 2023 03:10:16 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685416210`323[May 30 2023 03:10:16 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`324[May 30 2023 03:10:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1685416210' via api in 6.13 seconds325[May 30 2023 03:10:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-2' via api in 0.09 seconds326[May 30 2023 03:10:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds327[May 30 2023 03:10:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds328[May 30 2023 03:10:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds329[May 30 2023 03:10:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instace-level-publish-dd327e012e5fc2e5330[May 30 2023 03:10:19 UTC (QA Tests)] INFO -- clicking :menu_section_button331[May 30 2023 03:10:19 UTC (QA Tests)] INFO -- clicking :nav_item_link332[May 30 2023 03:10:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.829s333[May 30 2023 03:10:21 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present334[May 30 2023 03:10:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.239s335[May 30 2023 03:10:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds336[May 30 2023 03:10:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instance-level-install-50e5880f051ffdb1337[May 30 2023 03:10:37 UTC (QA Tests)] INFO -- clicking :menu_section_button338[May 30 2023 03:10:37 UTC (QA Tests)] INFO -- clicking :nav_item_link339[May 30 2023 03:10:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.822s340[May 30 2023 03:10:39 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present341[May 30 2023 03:10:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.268s342[May 30 2023 03:10:53 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button343[May 30 2023 03:10:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.75s344[May 30 2023 03:10:53 UTC (QA Tests)] INFO -- clicking :directory_name_link345[May 30 2023 03:10:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.695s346[May 30 2023 03:10:54 UTC (QA Tests)] INFO -- clicking :directory_name_link347[May 30 2023 03:10:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.729s348[May 30 2023 03:10:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instace-level-publish-dd327e012e5fc2e5349[May 30 2023 03:10:56 UTC (QA Tests)] INFO -- clicking :menu_section_button350[May 30 2023 03:10:56 UTC (QA Tests)] INFO -- clicking :nav_item_link351[May 30 2023 03:10:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.76s352[May 30 2023 03:10:57 UTC (QA Tests)] INFO -- clicking :package_link353[May 30 2023 03:10:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-3/npm-instace-level-publish-dd327e012e5fc2e5-10abf167cf4cab39'354[May 30 2023 03:10:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1685416210'355[May 30 2023 03:10:58 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685416210`356[May 30 2023 03:10:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instace-level-publish-dd327e012e5fc2e5'357[May 30 2023 03:10:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instance-level-install-50e5880f051ffdb1'358 push and pull a npm package via CI359 using personal access token360[May 30 2023 03:10:59 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm instance level endpoint using personal access token push and pull a npm package via CI361[May 30 2023 03:10:59 UTC (QA Tests)] INFO -- filling :login_field with "root"362[May 30 2023 03:10:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field363[May 30 2023 03:11:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"364[May 30 2023 03:11:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field365[May 30 2023 03:11:00 UTC (QA Tests)] INFO -- clicking :sign_in_button366[May 30 2023 03:11:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.754s367[May 30 2023 03:11:01 UTC (QA Tests)] INFO -- Enabling super sidebar!368[May 30 2023 03:11:01 UTC (QA Tests)] INFO -- Super sidebar is already enabled369[May 30 2023 03:11:02 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA370[May 30 2023 03:11:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-912zopfu' via cache in 0.0 seconds371[May 30 2023 03:11:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds372[May 30 2023 03:11:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849' via api in 0.14 seconds373[May 30 2023 03:11:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instace-level-publish-afe15d4be203da45' via api in 0.76 seconds374[May 30 2023 03:11:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instance-level-install-1db62a75854deee8' via api in 0.42 seconds375[May 30 2023 03:11:03 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.376[May 30 2023 03:11:03 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`377[May 30 2023 03:11:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`378[May 30 2023 03:11:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`379[May 30 2023 03:11:04 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685416263 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685416263 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-1685416263 --url http://gitlab-ce-6674a924.test --registration-token **** --tag-list runner-for-qa-test-2023-05-30-03-06-42-23d51a160195b849 --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" `380[May 30 2023 03:11:04 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685416263`381[May 30 2023 03:11:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`382[May 30 2023 03:11:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1685416263' via api in 1.19 seconds383[May 30 2023 03:11:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds384[May 30 2023 03:11:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds385[May 30 2023 03:11:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds386[May 30 2023 03:11:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instace-level-publish-afe15d4be203da45387[May 30 2023 03:11:07 UTC (QA Tests)] INFO -- clicking :menu_section_button388[May 30 2023 03:11:07 UTC (QA Tests)] INFO -- clicking :nav_item_link389[May 30 2023 03:11:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.697s390[May 30 2023 03:11:09 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present391[May 30 2023 03:11:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.222s392[May 30 2023 03:11:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds393[May 30 2023 03:11:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instance-level-install-1db62a75854deee8394[May 30 2023 03:11:25 UTC (QA Tests)] INFO -- clicking :menu_section_button395[May 30 2023 03:11:25 UTC (QA Tests)] INFO -- clicking :nav_item_link396[May 30 2023 03:11:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.776s397[May 30 2023 03:11:27 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present398[May 30 2023 03:11:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.306s399[May 30 2023 03:11:40 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button400[May 30 2023 03:11:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.877s401[May 30 2023 03:11:41 UTC (QA Tests)] INFO -- clicking :directory_name_link402[May 30 2023 03:11:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.745s403[May 30 2023 03:11:42 UTC (QA Tests)] INFO -- clicking :directory_name_link404[May 30 2023 03:11:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.687s405[May 30 2023 03:11:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instace-level-publish-afe15d4be203da45406[May 30 2023 03:11:44 UTC (QA Tests)] INFO -- clicking :menu_section_button407[May 30 2023 03:11:44 UTC (QA Tests)] INFO -- clicking :nav_item_link408[May 30 2023 03:11:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.806s409[May 30 2023 03:11:45 UTC (QA Tests)] INFO -- clicking :package_link410[May 30 2023 03:11:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-3/npm-instace-level-publish-afe15d4be203da45-a46e2354e61bb66b'411[May 30 2023 03:11:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1685416263'412[May 30 2023 03:11:46 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685416263`413[May 30 2023 03:11:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instace-level-publish-afe15d4be203da45'414[May 30 2023 03:11:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instance-level-install-1db62a75854deee8'415 push and pull a npm package via CI416 using ci job token417[May 30 2023 03:11:47 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm instance level endpoint using ci job token push and pull a npm package via CI418[May 30 2023 03:11:47 UTC (QA Tests)] INFO -- filling :login_field with "root"419[May 30 2023 03:11:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field420[May 30 2023 03:11:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"421[May 30 2023 03:11:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field422[May 30 2023 03:11:48 UTC (QA Tests)] INFO -- clicking :sign_in_button423[May 30 2023 03:11:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.693s424[May 30 2023 03:11:49 UTC (QA Tests)] INFO -- Enabling super sidebar!425[May 30 2023 03:11:49 UTC (QA Tests)] INFO -- Super sidebar is already enabled426[May 30 2023 03:11:50 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA427[May 30 2023 03:11:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-5672223u' via cache in 0.0 seconds428[May 30 2023 03:11:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds429[May 30 2023 03:11:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849' via api in 0.11 seconds430[May 30 2023 03:11:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instace-level-publish-1a70e75325bac54f' via api in 0.59 seconds431[May 30 2023 03:11:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instance-level-install-cfee653e36fc050a' via api in 0.41 seconds432[May 30 2023 03:11:51 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.433[May 30 2023 03:11:51 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`434[May 30 2023 03:11:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`435[May 30 2023 03:11:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`436[May 30 2023 03:11:56 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685416311 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685416311 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-1685416311 --url http://gitlab-ce-6674a924.test --registration-token **** --tag-list runner-for-qa-test-2023-05-30-03-06-42-23d51a160195b849 --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" `437[May 30 2023 03:11:57 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685416311`438[May 30 2023 03:11:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`439[May 30 2023 03:11:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1685416311' via api in 6.17 seconds440[May 30 2023 03:11:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds441[May 30 2023 03:11:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instace-level-publish-1a70e75325bac54f442[May 30 2023 03:11:59 UTC (QA Tests)] INFO -- clicking :menu_section_button443[May 30 2023 03:11:59 UTC (QA Tests)] INFO -- clicking :nav_item_link444[May 30 2023 03:12:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.759s445[May 30 2023 03:12:01 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present446[May 30 2023 03:12:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.199s447[May 30 2023 03:12:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds448[May 30 2023 03:12:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instance-level-install-cfee653e36fc050a449[May 30 2023 03:12:17 UTC (QA Tests)] INFO -- clicking :menu_section_button450[May 30 2023 03:12:17 UTC (QA Tests)] INFO -- clicking :nav_item_link451[May 30 2023 03:12:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.701s452[May 30 2023 03:12:19 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present453[May 30 2023 03:12:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.445s454[May 30 2023 03:12:33 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button455[May 30 2023 03:12:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 1.078s456[May 30 2023 03:12:34 UTC (QA Tests)] INFO -- clicking :directory_name_link457[May 30 2023 03:12:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.719s458[May 30 2023 03:12:35 UTC (QA Tests)] INFO -- clicking :directory_name_link459[May 30 2023 03:12:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.648s460[May 30 2023 03:12:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instace-level-publish-1a70e75325bac54f461[May 30 2023 03:12:36 UTC (QA Tests)] INFO -- clicking :menu_section_button462[May 30 2023 03:12:37 UTC (QA Tests)] INFO -- clicking :nav_item_link463[May 30 2023 03:12:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.78s464[May 30 2023 03:12:38 UTC (QA Tests)] INFO -- clicking :package_link465[May 30 2023 03:12:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-3/npm-instace-level-publish-1a70e75325bac54f-6c6c03260e89ef1e'466[May 30 2023 03:12:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1685416311'467[May 30 2023 03:12:38 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685416311`468[May 30 2023 03:12:39 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instace-level-publish-1a70e75325bac54f'469[May 30 2023 03:12:39 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/npm-instance-level-install-cfee653e36fc050a'470 push and pull a npm package via CI471Package472 Composer Repository473[May 30 2023 03:12:39 UTC (QA Tests)] INFO -- Starting test: Package Composer Repository publishes a composer package and deletes it474[May 30 2023 03:12:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds475[May 30 2023 03:12:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849' via api in 0.13 seconds476[May 30 2023 03:12:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/composer-package-project-92b444a6491d9149' via api in 0.57 seconds477[May 30 2023 03:12:40 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.478[May 30 2023 03:12:40 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`479[May 30 2023 03:12:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`480[May 30 2023 03:12:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`481[May 30 2023 03:12:40 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685416359 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685416359 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-1685416359 --url http://gitlab-ce-6674a924.test --registration-token **** --tag-list runner-for-composer-package-project-92b444a6491d9149 --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" `482[May 30 2023 03:12:41 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685416359`483[May 30 2023 03:12:41 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`484[May 30 2023 03:12:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685416359' via api in 1.18 seconds485[May 30 2023 03:12:41 UTC (QA Tests)] INFO -- filling :login_field with "root"486[May 30 2023 03:12:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field487[May 30 2023 03:12:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"488[May 30 2023 03:12:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field489[May 30 2023 03:12:42 UTC (QA Tests)] INFO -- clicking :sign_in_button490[May 30 2023 03:12:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.824s491[May 30 2023 03:12:43 UTC (QA Tests)] INFO -- Enabling super sidebar!492[May 30 2023 03:12:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled493[May 30 2023 03:12:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds494[May 30 2023 03:12:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/composer-package-project-92b444a6491d9149495[May 30 2023 03:12:46 UTC (QA Tests)] INFO -- clicking :menu_section_button496[May 30 2023 03:12:46 UTC (QA Tests)] INFO -- clicking :nav_item_link497[May 30 2023 03:12:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.778s498[May 30 2023 03:12:49 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present499[May 30 2023 03:12:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.478s500[May 30 2023 03:13:03 UTC (QA Tests)] INFO -- clicking :menu_section_button501[May 30 2023 03:13:03 UTC (QA Tests)] INFO -- clicking :nav_item_link502[May 30 2023 03:13:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.848s503[May 30 2023 03:13:04 UTC (QA Tests)] INFO -- clicking :package_link504[May 30 2023 03:13:04 UTC (QA Tests)] INFO -- clicking :delete_button505[May 30 2023 03:13:06 UTC (QA Tests)] INFO -- clicking :delete_modal_button506[May 30 2023 03:13:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1685416359'507[May 30 2023 03:13:07 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685416359`508 publishes a composer package and deletes it509Plan510 Issue creation511 when using attachments in comments512[May 30 2023 03:13:07 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation when using attachments in comments comments on an issue with an attachment513[May 30 2023 03:13:08 UTC (QA Tests)] INFO -- filling :login_field with "root"514[May 30 2023 03:13:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field515[May 30 2023 03:13:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"516[May 30 2023 03:13:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field517[May 30 2023 03:13:09 UTC (QA Tests)] INFO -- clicking :sign_in_button518[May 30 2023 03:13:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.836s519[May 30 2023 03:13:10 UTC (QA Tests)] INFO -- Enabling super sidebar!520[May 30 2023 03:13:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled521[May 30 2023 03:13:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds522[May 30 2023 03:13:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849' via api in 0.14 seconds523[May 30 2023 03:13:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/project-for-issues-62d7f62f0768fdba' via api in 0.55 seconds524[May 30 2023 03:13:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 0.91 seconds525[May 30 2023 03:13:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/project-for-issues-62d7f62f0768fdba/-/issues/1526[May 30 2023 03:13:14 UTC (QA Tests)] INFO -- clicking :title_content527[May 30 2023 03:13:14 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown528[May 30 2023 03:13:14 UTC (QA Tests)] INFO -- filling :comment_field with "See attached image for scale529"530[May 30 2023 03:13:14 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field531[May 30 2023 03:13:16 UTC (QA Tests)] INFO -- clicking :comment_button532[May 30 2023 03:13:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.647s533[May 30 2023 03:13:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element noteable_note_container' took 0.664s534 comments on an issue with an attachment535Package536 Helm Registry537 using personal access token538[May 30 2023 03:13:16 UTC (QA Tests)] INFO -- Starting test: Package Helm Registry using personal access token pushes and pulls a helm chart539[May 30 2023 03:13:17 UTC (QA Tests)] INFO -- filling :login_field with "root"540[May 30 2023 03:13:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field541[May 30 2023 03:13:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"542[May 30 2023 03:13:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field543[May 30 2023 03:13:18 UTC (QA Tests)] INFO -- clicking :sign_in_button544[May 30 2023 03:13:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.866s545[May 30 2023 03:13:19 UTC (QA Tests)] INFO -- Enabling super sidebar!546[May 30 2023 03:13:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled547[May 30 2023 03:13:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds548[May 30 2023 03:13:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849' via api in 0.1 seconds549[May 30 2023 03:13:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_package_project-2cba8a57d8600736' via api in 0.77 seconds550[May 30 2023 03:13:21 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.551[May 30 2023 03:13:21 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`552[May 30 2023 03:13:26 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`553[May 30 2023 03:13:26 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`554[May 30 2023 03:13:26 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685416400 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685416400 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-1685416400 --url http://gitlab-ce-6674a924.test --registration-token **** --tag-list runner-for-qa-test-2023-05-30-03-06-42-23d51a160195b849 --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" `555[May 30 2023 03:13:27 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685416400`556[May 30 2023 03:13:27 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`557[May 30 2023 03:13:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1685416400' via api in 6.2 seconds558[May 30 2023 03:13:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds559[May 30 2023 03:13:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_client_project-f89831faf108ad6e' via api in 0.81 seconds560[May 30 2023 03:13:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds561[May 30 2023 03:13:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds562[May 30 2023 03:13:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_package_project-2cba8a57d8600736563[May 30 2023 03:13:30 UTC (QA Tests)] INFO -- clicking :menu_section_button564[May 30 2023 03:13:30 UTC (QA Tests)] INFO -- clicking :nav_item_link565[May 30 2023 03:13:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.813s566[May 30 2023 03:13:32 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present567[May 30 2023 03:13:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.442s568[May 30 2023 03:13:46 UTC (QA Tests)] INFO -- clicking :menu_section_button569[May 30 2023 03:13:46 UTC (QA Tests)] INFO -- clicking :nav_item_link570[May 30 2023 03:13:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.881s571[May 30 2023 03:13:47 UTC (QA Tests)] INFO -- clicking :package_link572[May 30 2023 03:13:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds573[May 30 2023 03:13:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_client_project-f89831faf108ad6e574[May 30 2023 03:13:51 UTC (QA Tests)] INFO -- clicking :menu_section_button575[May 30 2023 03:13:51 UTC (QA Tests)] INFO -- clicking :nav_item_link576[May 30 2023 03:13:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.839s577[May 30 2023 03:13:53 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present578[May 30 2023 03:13:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.392s579[May 30 2023 03:14:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1685416400'580[May 30 2023 03:14:07 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685416400`581[May 30 2023 03:14:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'gitlab_qa_helm-6a7ce936499ac1f5'582[May 30 2023 03:14:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_package_project-2cba8a57d8600736'583[May 30 2023 03:14:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_client_project-f89831faf108ad6e'584 pushes and pulls a helm chart585 using project deploy token586[May 30 2023 03:14:07 UTC (QA Tests)] INFO -- Starting test: Package Helm Registry using project deploy token pushes and pulls a helm chart587[May 30 2023 03:14:08 UTC (QA Tests)] INFO -- filling :login_field with "root"588[May 30 2023 03:14:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field589[May 30 2023 03:14:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"590[May 30 2023 03:14:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field591[May 30 2023 03:14:09 UTC (QA Tests)] INFO -- clicking :sign_in_button592[May 30 2023 03:14:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.85s593[May 30 2023 03:14:10 UTC (QA Tests)] INFO -- Enabling super sidebar!594[May 30 2023 03:14:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled595[May 30 2023 03:14:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds596[May 30 2023 03:14:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849' via api in 0.11 seconds597[May 30 2023 03:14:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_package_project-2061df0935f621a3' via api in 0.79 seconds598[May 30 2023 03:14:12 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.599[May 30 2023 03:14:12 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`600[May 30 2023 03:14:12 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`601[May 30 2023 03:14:12 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`602[May 30 2023 03:14:12 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685416451 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685416451 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-1685416451 --url http://gitlab-ce-6674a924.test --registration-token **** --tag-list runner-for-qa-test-2023-05-30-03-06-42-23d51a160195b849 --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" `603[May 30 2023 03:14:13 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685416451`604[May 30 2023 03:14:13 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`605[May 30 2023 03:14:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1685416451' via api in 1.14 seconds606[May 30 2023 03:14:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-3' via api in 0.07 seconds607[May 30 2023 03:14:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds608[May 30 2023 03:14:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_client_project-572899e99e8bef01' via api in 0.66 seconds609[May 30 2023 03:14:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds610[May 30 2023 03:14:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds611[May 30 2023 03:14:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_package_project-2061df0935f621a3612[May 30 2023 03:14:16 UTC (QA Tests)] INFO -- clicking :menu_section_button613[May 30 2023 03:14:16 UTC (QA Tests)] INFO -- clicking :nav_item_link614[May 30 2023 03:14:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.874s615[May 30 2023 03:14:18 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present616[May 30 2023 03:14:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.92s617[May 30 2023 03:14:33 UTC (QA Tests)] INFO -- clicking :menu_section_button618[May 30 2023 03:14:33 UTC (QA Tests)] INFO -- clicking :nav_item_link619[May 30 2023 03:14:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.758s620[May 30 2023 03:14:34 UTC (QA Tests)] INFO -- clicking :package_link621[May 30 2023 03:14:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds622[May 30 2023 03:14:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_client_project-572899e99e8bef01623[May 30 2023 03:14:37 UTC (QA Tests)] INFO -- clicking :menu_section_button624[May 30 2023 03:14:37 UTC (QA Tests)] INFO -- clicking :nav_item_link625[May 30 2023 03:14:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.82s626[May 30 2023 03:14:39 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present627[May 30 2023 03:14:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.191s628[May 30 2023 03:14:52 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1685416451'629[May 30 2023 03:14:52 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685416451`630[May 30 2023 03:14:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'gitlab_qa_helm-e8b987f374f151cc'631[May 30 2023 03:14:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_package_project-2061df0935f621a3'632[May 30 2023 03:14:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_client_project-572899e99e8bef01'633 pushes and pulls a helm chart634 using ci job token635[May 30 2023 03:14:53 UTC (QA Tests)] INFO -- Starting test: Package Helm Registry using ci job token pushes and pulls a helm chart636[May 30 2023 03:14:54 UTC (QA Tests)] INFO -- filling :login_field with "root"637[May 30 2023 03:14:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field638[May 30 2023 03:14:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"639[May 30 2023 03:14:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field640[May 30 2023 03:14:54 UTC (QA Tests)] INFO -- clicking :sign_in_button641[May 30 2023 03:14:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.753s642[May 30 2023 03:14:55 UTC (QA Tests)] INFO -- Enabling super sidebar!643[May 30 2023 03:14:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled644[May 30 2023 03:14:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.18 seconds645[May 30 2023 03:14:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849' via api in 0.3 seconds646[May 30 2023 03:14:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_package_project-ccc93057f78866f0' via api in 1.45 seconds647[May 30 2023 03:14:58 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.648[May 30 2023 03:14:58 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`649[May 30 2023 03:15:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`650[May 30 2023 03:15:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`651[May 30 2023 03:15:04 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685416497 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685416497 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-1685416497 --url http://gitlab-ce-6674a924.test --registration-token **** --tag-list runner-for-qa-test-2023-05-30-03-06-42-23d51a160195b849 --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" `652[May 30 2023 03:15:04 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685416497`653[May 30 2023 03:15:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`654[May 30 2023 03:15:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1685416497' via api in 6.19 seconds655[May 30 2023 03:15:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.06 seconds656[May 30 2023 03:15:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_client_project-4a57f87f0c47a6f6' via api in 1.06 seconds657[May 30 2023 03:15:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.07 seconds658[May 30 2023 03:15:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds659[May 30 2023 03:15:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_package_project-ccc93057f78866f0660[May 30 2023 03:15:08 UTC (QA Tests)] INFO -- clicking :menu_section_button661[May 30 2023 03:15:08 UTC (QA Tests)] INFO -- clicking :nav_item_link662[May 30 2023 03:15:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.795s663[May 30 2023 03:15:10 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present664[May 30 2023 03:15:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.356s665[May 30 2023 03:15:23 UTC (QA Tests)] INFO -- clicking :menu_section_button666[May 30 2023 03:15:23 UTC (QA Tests)] INFO -- clicking :nav_item_link667[May 30 2023 03:15:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.797s668[May 30 2023 03:15:24 UTC (QA Tests)] INFO -- clicking :package_link669[May 30 2023 03:15:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds670[May 30 2023 03:15:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_client_project-4a57f87f0c47a6f6671[May 30 2023 03:15:27 UTC (QA Tests)] INFO -- clicking :menu_section_button672[May 30 2023 03:15:27 UTC (QA Tests)] INFO -- clicking :nav_item_link673[May 30 2023 03:15:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.716s674[May 30 2023 03:15:29 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present675[May 30 2023 03:15:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.324s676[May 30 2023 03:15:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.537s677[May 30 2023 03:15:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 0.554s678[May 30 2023 03:15:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1685416497'679[May 30 2023 03:15:44 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685416497`680[May 30 2023 03:15:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'gitlab_qa_helm-c13e9128eb779fe7'681[May 30 2023 03:15:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_package_project-ccc93057f78866f0'682[May 30 2023 03:15:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/helm_client_project-4a57f87f0c47a6f6'683 pushes and pulls a helm chart684Package685 NuGet group level endpoint686 using group deploy token687[May 30 2023 03:15:44 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 endpoint688[May 30 2023 03:15:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds689[May 30 2023 03:15:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849' via api in 0.13 seconds690[May 30 2023 03:15:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-e5bf88d960838c3b' via api in 5.77 seconds691[May 30 2023 03:15:50 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.692[May 30 2023 03:15:50 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`693[May 30 2023 03:15:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`694[May 30 2023 03:15:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`695[May 30 2023 03:15:56 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685416544 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685416544 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-1685416544 --url http://gitlab-ce-6674a924.test --registration-token **** --tag-list runner-for-qa-test-2023-05-30-03-06-42-23d51a160195b849 --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" `696[May 30 2023 03:15:56 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685416544`697[May 30 2023 03:15:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`698[May 30 2023 03:15:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1685416544' via api in 6.14 seconds699[May 30 2023 03:15:57 UTC (QA Tests)] INFO -- filling :login_field with "root"700[May 30 2023 03:15:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field701[May 30 2023 03:15:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"702[May 30 2023 03:15:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field703[May 30 2023 03:15:58 UTC (QA Tests)] INFO -- clicking :sign_in_button704[May 30 2023 03:15:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.764s705[May 30 2023 03:15:59 UTC (QA Tests)] INFO -- Enabling super sidebar!706[May 30 2023 03:15:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled707[May 30 2023 03:16:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupDeployToken with username 'gitlab+deploy-token-4' via api in 0.08 seconds708[May 30 2023 03:16:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds709[May 30 2023 03:16:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-install-project-aea96f385928cc91' via api in 5.57 seconds710[May 30 2023 03:16:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.11 seconds711[May 30 2023 03:16:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds712[May 30 2023 03:16:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-e5bf88d960838c3b713[May 30 2023 03:16:08 UTC (QA Tests)] INFO -- clicking :menu_section_button714[May 30 2023 03:16:08 UTC (QA Tests)] INFO -- clicking :nav_item_link715[May 30 2023 03:16:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.746s716[May 30 2023 03:16:10 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present717[May 30 2023 03:16:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.14s718[May 30 2023 03:16:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 1.125s719[May 30 2023 03:16:12 UTC (QA Tests)] INFO -- refreshing http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-e5bf88d960838c3b/-/jobs/22720[May 30 2023 03:16:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.668s721[May 30 2023 03:16:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-install-project-aea96f385928cc91722[May 30 2023 03:16:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.4 seconds723[May 30 2023 03:16:47 UTC (QA Tests)] INFO -- clicking :menu_section_button724[May 30 2023 03:16:47 UTC (QA Tests)] INFO -- clicking :nav_item_link725[May 30 2023 03:16:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.797s726[May 30 2023 03:16:49 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present727[May 30 2023 03:16:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.166s728[May 30 2023 03:17:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-6674a924.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849729[May 30 2023 03:17:04 UTC (QA Tests)] INFO -- clicking :menu_section_button730[May 30 2023 03:17:04 UTC (QA Tests)] INFO -- clicking :nav_item_link731[May 30 2023 03:17:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.706s732[May 30 2023 03:17:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1685416544'733[May 30 2023 03:17:05 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685416544`734[May 30 2023 03:17:06 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-23dab4c3a3fcdb85'735[May 30 2023 03:17:06 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-e5bf88d960838c3b'736[May 30 2023 03:17:06 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-install-project-aea96f385928cc91'737 publishes a nuget package at the project endpoint and installs it from the group endpoint738 using personal access token739[May 30 2023 03:17:06 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 endpoint740[May 30 2023 03:17:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds741[May 30 2023 03:17:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849' via api in 0.2 seconds742[May 30 2023 03:17:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-105dc6ed070e103a' via api in 6.36 seconds743[May 30 2023 03:17:13 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.744[May 30 2023 03:17:13 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`745[May 30 2023 03:17:18 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`746[May 30 2023 03:17:18 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`747[May 30 2023 03:17:18 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685416626 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685416626 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-1685416626 --url http://gitlab-ce-6674a924.test --registration-token **** --tag-list runner-for-qa-test-2023-05-30-03-06-42-23d51a160195b849 --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" `748[May 30 2023 03:17:19 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685416626`749[May 30 2023 03:17:19 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`750[May 30 2023 03:17:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1685416626' via api in 6.51 seconds751[May 30 2023 03:17:20 UTC (QA Tests)] INFO -- filling :login_field with "root"752[May 30 2023 03:17:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field753[May 30 2023 03:17:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"754[May 30 2023 03:17:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field755[May 30 2023 03:17:20 UTC (QA Tests)] INFO -- clicking :sign_in_button756[May 30 2023 03:17:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.776s757[May 30 2023 03:17:22 UTC (QA Tests)] INFO -- Enabling super sidebar!758[May 30 2023 03:17:22 UTC (QA Tests)] INFO -- Super sidebar is already enabled759[May 30 2023 03:17:24 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA760[May 30 2023 03:17:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-y5j072um' via cache in 0.0 seconds761[May 30 2023 03:17:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.53 seconds762[May 30 2023 03:17:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-install-project-ba8bd311cc581074' via api in 5.78 seconds763[May 30 2023 03:17:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.22 seconds764[May 30 2023 03:17:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.55 seconds765[May 30 2023 03:17:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-105dc6ed070e103a766[May 30 2023 03:17:33 UTC (QA Tests)] INFO -- clicking :menu_section_button767[May 30 2023 03:17:33 UTC (QA Tests)] INFO -- clicking :nav_item_link768[May 30 2023 03:17:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.21s769[May 30 2023 03:17:36 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present770[May 30 2023 03:17:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.714s771[May 30 2023 03:17:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-install-project-ba8bd311cc581074772[May 30 2023 03:17:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds773[May 30 2023 03:17:53 UTC (QA Tests)] INFO -- clicking :menu_section_button774[May 30 2023 03:17:53 UTC (QA Tests)] INFO -- clicking :nav_item_link775[May 30 2023 03:17:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.807s776[May 30 2023 03:17:55 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present777[May 30 2023 03:17:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_path' took 0.555s778[May 30 2023 03:17:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.793s779[May 30 2023 03:18:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-6674a924.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849780[May 30 2023 03:18:10 UTC (QA Tests)] INFO -- clicking :menu_section_button781[May 30 2023 03:18:10 UTC (QA Tests)] INFO -- clicking :nav_item_link782[May 30 2023 03:18:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.775s783[May 30 2023 03:18:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1685416626'784[May 30 2023 03:18:11 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685416626`785[May 30 2023 03:18:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-009fd42a451fa54d'786[May 30 2023 03:18:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-105dc6ed070e103a'787[May 30 2023 03:18:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-install-project-ba8bd311cc581074'788 publishes a nuget package at the project endpoint and installs it from the group endpoint789 using ci job token790[May 30 2023 03:18:12 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 endpoint791[May 30 2023 03:18:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds792[May 30 2023 03:18:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849' via api in 0.14 seconds793[May 30 2023 03:18:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-dd044866ef0b3ac5' via api in 6.68 seconds794[May 30 2023 03:18:19 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.795[May 30 2023 03:18:19 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`796[May 30 2023 03:18:19 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`797[May 30 2023 03:18:19 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`798[May 30 2023 03:18:19 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685416692 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685416692 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-1685416692 --url http://gitlab-ce-6674a924.test --registration-token **** --tag-list runner-for-qa-test-2023-05-30-03-06-42-23d51a160195b849 --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" `799[May 30 2023 03:18:20 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685416692`800[May 30 2023 03:18:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`801[May 30 2023 03:18:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1685416692' via api in 1.14 seconds802[May 30 2023 03:18:20 UTC (QA Tests)] INFO -- filling :login_field with "root"803[May 30 2023 03:18:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field804[May 30 2023 03:18:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"805[May 30 2023 03:18:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field806[May 30 2023 03:18:21 UTC (QA Tests)] INFO -- clicking :sign_in_button807[May 30 2023 03:18:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.796s808[May 30 2023 03:18:22 UTC (QA Tests)] INFO -- Enabling super sidebar!809[May 30 2023 03:18:22 UTC (QA Tests)] INFO -- Super sidebar is already enabled810[May 30 2023 03:18:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.07 seconds811[May 30 2023 03:18:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-install-project-446e4e391e54ff08' via api in 6.1 seconds812[May 30 2023 03:18:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.07 seconds813[May 30 2023 03:18:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds814[May 30 2023 03:18:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-dd044866ef0b3ac5815[May 30 2023 03:18:32 UTC (QA Tests)] INFO -- clicking :menu_section_button816[May 30 2023 03:18:32 UTC (QA Tests)] INFO -- clicking :nav_item_link817[May 30 2023 03:18:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.751s818[May 30 2023 03:18:34 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present819[May 30 2023 03:18:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.481s820[May 30 2023 03:18:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-install-project-446e4e391e54ff08821[May 30 2023 03:18:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds822[May 30 2023 03:18:51 UTC (QA Tests)] INFO -- clicking :menu_section_button823[May 30 2023 03:18:51 UTC (QA Tests)] INFO -- clicking :nav_item_link824[May 30 2023 03:18:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.813s825[May 30 2023 03:18:53 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present826[May 30 2023 03:18:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.228s827[May 30 2023 03:19:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-6674a924.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849828[May 30 2023 03:19:07 UTC (QA Tests)] INFO -- clicking :menu_section_button829[May 30 2023 03:19:07 UTC (QA Tests)] INFO -- clicking :nav_item_link830[May 30 2023 03:19:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.676s831[May 30 2023 03:19:08 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1685416692'832[May 30 2023 03:19:08 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685416692`833[May 30 2023 03:19:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'dotnetcore-573e2e204ee3d25e'834[May 30 2023 03:19:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-project-dd044866ef0b3ac5'835[May 30 2023 03:19:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/nuget-package-install-project-446e4e391e54ff08'836 publishes a nuget package at the project endpoint and installs it from the group endpoint837Package838 RubyGems Repository839[May 30 2023 03:19:09 UTC (QA Tests)] INFO -- Starting test: Package RubyGems Repository publishes a Ruby gem840[May 30 2023 03:19:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds841[May 30 2023 03:19:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849' via api in 0.15 seconds842[May 30 2023 03:19:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/rubygems-package-project-cd4a3322a86e219d' via api in 1.03 seconds843[May 30 2023 03:19:11 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.844[May 30 2023 03:19:11 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`845[May 30 2023 03:19:16 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`846[May 30 2023 03:19:16 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`847[May 30 2023 03:19:16 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685416749 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685416749 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-1685416749 --url http://gitlab-ce-6674a924.test --registration-token **** --tag-list runner-for-rubygems-package-project-cd4a3322a86e219d --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" `848[May 30 2023 03:19:16 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685416749`849[May 30 2023 03:19:16 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`850[May 30 2023 03:19:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685416749' via api in 6.19 seconds851[May 30 2023 03:19:17 UTC (QA Tests)] INFO -- Enabling feature: rubygem_packages for scope "project: gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/rubygems-package-project-cd4a3322a86e219d"852[May 30 2023 03:19:18 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: rubygem_packages853[May 30 2023 03:19:19 UTC (QA Tests)] INFO -- filling :login_field with "root"854[May 30 2023 03:19:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field855[May 30 2023 03:19:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"856[May 30 2023 03:19:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field857[May 30 2023 03:19:19 UTC (QA Tests)] INFO -- clicking :sign_in_button858[May 30 2023 03:19:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.109s859[May 30 2023 03:19:21 UTC (QA Tests)] INFO -- Enabling super sidebar!860[May 30 2023 03:19:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled861[May 30 2023 03:19:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds862[May 30 2023 03:19:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-6674a924.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/rubygems-package-project-cd4a3322a86e219d863[May 30 2023 03:19:24 UTC (QA Tests)] INFO -- clicking :menu_section_button864[May 30 2023 03:19:24 UTC (QA Tests)] INFO -- clicking :nav_item_link865[May 30 2023 03:19:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.035s866[May 30 2023 03:19:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 0.971s867[May 30 2023 03:19:28 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present868[May 30 2023 03:19:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.319s869[May 30 2023 03:19:41 UTC (QA Tests)] INFO -- clicking :menu_section_button870[May 30 2023 03:19:42 UTC (QA Tests)] INFO -- clicking :nav_item_link871[May 30 2023 03:19:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.791s872[May 30 2023 03:19:43 UTC (QA Tests)] INFO -- Disabling feature: rubygem_packages for scope "project: gitlab-qa-sandbox-group-3/qa-test-2023-05-30-03-06-42-23d51a160195b849/rubygems-package-project-cd4a3322a86e219d"873[May 30 2023 03:19:43 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: rubygem_packages874 publishes a Ruby gem875[May 30 2023 03:19:43 UTC (QA Tests)] INFO -- 876========= Knapsack Time Offset Warning ==========877Time offset: 30s878Max allowed node time execution: 15m 14s879Exceeded time: -02m 13s881Global time execution for this CI node is fine.882Happy testing!883Need explanation? See FAQ:885=================================================886Read up on the benefits of a dynamic test split with Knapsack Pro Queue Mode:887https://docs.knapsackpro.com/2020/how-to-speed-up-ruby-and-javascript-tests-with-ci-parallelisation888Sign up for Knapsack Pro here:890=================================================891[May 30 2023 03:19:43 UTC (QA Tests)] INFO -- 892Knapsack global time execution for tests: 13m893Finished in 13 minutes 2 seconds (files took 4.69 seconds to load)89416 examples, 0 failures895Randomized with seed 61561896[May 30 2023 03:19:43 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ce-6674a924`897[May 30 2023 03:19:43 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ce-6674a924`899Running after script...900$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command901$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")902$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"946Not uploading cache qa-e2e-ruby-3.0-6a056e500f83db53eb3d88c766f9864d-16 due to policy948Uploading artifacts...949gitlab-qa-run-*: found 161 matching artifact files and directories 950Uploading artifacts as "archive" to coordinator... 201 Created id=4370061788 responseStatus=201 Created token=64_Ns5Rm951Uploading artifacts...952gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 953Uploading artifacts as "junit" to coordinator... 201 Created id=4370061788 responseStatus=201 Created token=64_Ns5Rm954Uploading artifacts...955/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 956Uploading artifacts as "dotenv" to coordinator... 201 Created id=4370061788 responseStatus=201 Created token=64_Ns5Rm958Job succeeded