object-storage-aws 1/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:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1687074296-2b416562-gcp...16Fetching changes with git depth set to 20...17Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/18Created fresh repository.19remote: Enumerating objects: 129829, done. 20remote: Counting objects: 100% (129829/129829), done. 21remote: Compressing objects: 100% (89767/89767), done. 22remote: Total 129829 (delta 52781), reused 85422 (delta 35058), pack-reused 0 23Receiving objects: 100% (129829/129829), 119.37 MiB | 44.64 MiB/s, done.24Resolving deltas: 100% (52781/52781), done.26 * [new ref] refs/pipelines/903503466 -> refs/pipelines/90350346627 * [new branch] master -> origin/master28Checking out 963bdc0e as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-f397e9c6e37138479b58004abf3f9032-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-f397e9c6e37138479b58004abf3f9032-16 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (4493798918)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4493798918 responseStatus=200 OK token=64_JL2_N39Using docker image sha256:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...40$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE41$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")42$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command43Bundle complete! 36 Gemfile dependencies, 128 gems now installed.44Use `bundle info [gemname]` to see where a bundled gem is installed.45$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"46$ echo "Running - '$QA_COMMAND'"47Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:963bdc0e11c104423537696fdc2fd054aa8886d8 --omnibus-config object_storage_aws --set-feature-flags super_sidebar_nav_enrolled=enabled -- --tag object_storage --format QA::Support::JsonFormatter --out tmp/rspec-4493798975.json --format RspecJunitFormatter --out tmp/rspec-4493798975.xml --format html --out tmp/rspec-$(echo object-storage-aws 1/2 | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jun 18 2023 07:47:13 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-45695d64$`50[Jun 18 2023 07:47:13 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-45695d64 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`51[Jun 18 2023 07:47:15 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/tls_certificates/authority/. alpine-45695d64:/etc/gitlab/trusted-certs`52[Jun 18 2023 07:47:15 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/tls_certificates/gitlab/. alpine-45695d64:/etc/gitlab/ssl`53[Jun 18 2023 07:47:15 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-45695d64`54[Jun 18 2023 07:47:15 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-45695d64`55[Jun 18 2023 07:47:15 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`56[Jun 18 2023 07:47:16 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:963bdc0e11c104423537696fdc2fd054aa8886d8`57[Jun 18 2023 07:47:50 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ee-744282e6$`58[Jun 18 2023 07:47:50 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`59[Jun 18 2023 07:47:51 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`60[Jun 18 2023 07:47:51 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ee-744282e6 --net test --hostname gitlab-ee-744282e6.test -p 80 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-18-07-47-13-899a8eb1/gitlab-ee-744282e6/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:963bdc0e11c104423537696fdc2fd054aa8886d8`61[Jun 18 2023 07:48:01 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-744282e6 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-06-18 07:47:1362# Gitlab::QA::Runtime::OmnibusConfigurations::Default63gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme64gitlab_rails['gitlab_disable_animations'] = true # Disable animations65gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry66gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password67# Gitlab::QA::Runtime::OmnibusConfigurations::ObjectStorageAws68gitlab_rails['object_store']['enabled'] = true69gitlab_rails['object_store']['proxy_download'] = false70gitlab_rails['object_store']['connection'] = { 'provider' => 'AWS', 'region' => 'eu-central-1', 'aws_access_key_id' => '[MASKED]', 'aws_secret_access_key' => '[MASKED]' }71gitlab_rails['object_store']['objects']['artifacts']['bucket'] = 'test-object-storage-20210802'72gitlab_rails['object_store']['objects']['external_diffs']['bucket'] = 'test-object-storage-20210802'73gitlab_rails['object_store']['objects']['lfs']['bucket'] = 'test-object-storage-20210802'74gitlab_rails['object_store']['objects']['uploads']['bucket'] = 'test-object-storage-20210802'75gitlab_rails['object_store']['objects']['packages']['bucket'] = 'test-object-storage-20210802'76gitlab_rails['object_store']['objects']['dependency_proxy']['bucket'] = 'test-object-storage-20210802'77gitlab_rails['object_store']['objects']['pages']['bucket'] = 'test-object-storage-20210802'78gitlab_rails['object_store']['objects']['terraform_state']['bucket'] = 'test-object-storage-20210802'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[Jun 18 2023 07:48:01 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ee-744282e6`81[Jun 18 2023 07:51:31 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...82[Jun 18 2023 07:51:31 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-744282e6`83[Jun 18 2023 07:51:31 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ee-744282e6 80/tcp`84[Jun 18 2023 07:51:31 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!85[Jun 18 2023 07:51:31 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-744282e6 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`86[Jun 18 2023 07:51:31 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-744282e6 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[Jun 18 2023 07:51:31 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-744282e6 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`93[Jun 18 2023 07:51:31 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/support/data gitlab-ee-744282e6:/tmp/data-seeds`94[Jun 18 2023 07:51:31 UTC (Gitlab QA)] INFO -- Running exec_commands...95[Jun 18 2023 07:51:31 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-744282e6 bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`96[Jun 18 2023 07:52:20 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`97[Jun 18 2023 07:52:20 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:963bdc0e11c104423537696fdc2fd054aa8886d8`98[Jun 18 2023 07:53:04 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee99[Jun 18 2023 07:53:04 UTC (Gitlab QA)] INFO -- Running with feature flag: --set-feature-flags super_sidebar_nav_enrolled=enabled100[Jun 18 2023 07:53:04 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_FACEBOOK_OAUTH_APP_ID="$QA_FACEBOOK_OAUTH_APP_ID" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_RSPEC_TAGS="$QA_RSPEC_TAGS" --env QA_FACEBOOK_OAUTH_APP_SECRET="$QA_FACEBOOK_OAUTH_APP_SECRET" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_FACEBOOK_PASSWORD="$QA_FACEBOOK_PASSWORD" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_BROWSER_IMAGE="selenoid/chrome" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_INDEX="$CI_NODE_INDEX" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env AWS_S3_REGION="$AWS_S3_REGION" --env AWS_S3_KEY_ID="$AWS_S3_KEY_ID" --env AWS_S3_ACCESS_KEY="$AWS_S3_ACCESS_KEY" --env AWS_S3_BUCKET_NAME="$AWS_S3_BUCKET_NAME" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-18-07-47-13-899a8eb1/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-18-07-47-13-899a8eb1/gitlab-ee-qa-0bb27d22:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ee-qa-0bb27d22 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:963bdc0e11c104423537696fdc2fd054aa8886d8 Test::Instance::All http://gitlab-ee-744282e6.test --set-feature-flags super_sidebar_nav_enrolled=enabled -- --tag object_storage --format QA::Support::JsonFormatter --out tmp/rspec-4493798975.json --format RspecJunitFormatter --out tmp/rspec-4493798975.xml --format html --out tmp/rspec-object-storage-aws_1_2.htm --color --format documentation`1012023-06-18 07:53:23 / CONF :: 102 ==> Base URL: http://gitlab-ee-744282e6.test103 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f2cfbb71b08>104 ==> Libraries: Chemlab::Vendor105[Jun 18 2023 07:53:23 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA106[Jun 18 2023 07:53:23 UTC (QA Tests)] INFO -- Browser: chrome107[Jun 18 2023 07:53:23 UTC (QA Tests)] INFO -- Performing sanity check for environment!108[Jun 18 2023 07:53:24 UTC (QA Tests)] INFO -- Performing initial license fabrication!109[Jun 18 2023 07:53:24 UTC (QA Tests)] INFO -- Successfully added license key. Details:110{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}111[Jun 18 2023 07:53:24 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.41 seconds112[Jun 18 2023 07:53:24 UTC (QA Tests)] INFO -- Enabling feature: super_sidebar_nav_enrolled113[Jun 18 2023 07:53:25 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: super_sidebar_nav_enrolled114[Jun 18 2023 07:53:25 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'object-storage-aws' to 'knapsack/object-storage-aws.json'115[Jun 18 2023 07:53:26 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====116[Jun 18 2023 07:53:26 UTC (QA Tests)] INFO -- Report specs:117[Jun 18 2023 07:53:26 UTC (QA Tests)] INFO -- ["qa/specs/features/browser_ui/5_package/package_registry/maven/maven_group_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/npm/npm_instance_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/maven/maven_project_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/conan_repository_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/rubygems_registry_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/composer_registry_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb"]118[Jun 18 2023 07:53:26 UTC (QA Tests)] INFO -- Leftover specs:119[Jun 18 2023 07:53:26 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/automatic_failover_and_recovery_spec.rb", "qa/specs/features/api/12_systems/gitaly/changing_repository_storage_spec.rb", "qa/specs/features/api/12_systems/gitaly/gitaly_mtls_spec.rb", "qa/specs/features/api/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/integrations/slash_commands_spec.rb", "qa/specs/features/browser_ui/1_manage/login/2fa_ssh_recovery_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_in_with_2fa_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_into_mattermost_via_gitlab_spec.rb", "qa/specs/features/browser_ui/1_manage/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb", "qa/specs/features/browser_ui/1_manage/login/register_spec.rb", "qa/specs/features/browser_ui/1_manage/project/project_access_token_spec.rb", "qa/specs/features/browser_ui/2_plan/design_management/add_design_content_spec.rb", "qa/specs/features/browser_ui/2_plan/design_management/modify_design_content_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/check_mentions_for_xss_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/comment_issue_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/export_as_csv_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/issue_suggestions_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/real_time_assignee_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/assign_milestone_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/create_project_milestone_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_creation_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_directory_management_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_list_spec.rb", "qa/specs/features/browser_ui/2_plan/related_issues/related_issues_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/cherry_pick/cherry_pick_a_merge_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_from_push_notification_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_via_template_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/merge_when_pipeline_succeeds_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/revert/revert_commit_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/squash_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/suggestions/custom_commit_suggestion_spec.rb", "qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb", "qa/specs/features/browser_ui/3_create/repository/add_new_branch_rule_spec.rb", "qa/specs/features/browser_ui/3_create/repository/clone_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/delete_file_via_web_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/file_with_unusual_name_spec.rb", "qa/specs/features/browser_ui/3_create/repository/move_project_create_fork_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_http_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_http_private_token_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_protected_branch_spec.rb", "qa/specs/features/browser_ui/3_create/repository/ssh_key_support_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/add_comment_to_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_personal_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_with_multiple_files_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_with_multiple_files_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/share_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/source_editor/source_editor_toolbar_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide/upload_new_file_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_can_create_merge_request_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/pipeline_with_image_pull_policy_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/run_pipeline_with_manual_jobs_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/trigger_matrix_spec.rb", "qa/specs/features/browser_ui/4_verify/runner/register_group_runner_spec.rb", "qa/specs/features/browser_ui/4_verify/testing/endpoint_coverage_spec.rb", "qa/specs/features/browser_ui/5_package/container_registry/saas/container_registry_spec.rb", "qa/specs/features/browser_ui/5_package/container_registry/self_managed/container_registry_spec.rb", "qa/specs/features/browser_ui/5_package/infrastructure_registry/terraform_module_registry_spec.rb", "qa/specs/features/browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb", "qa/specs/features/browser_ui/7_configure/auto_devops/auto_devops_templates_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/alert_settings_create_new_alerts_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/create_alert_using_authorization_key_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/recovery_alert_resolves_correct_alert_spec.rb", "qa/specs/features/browser_ui/9_data_stores/group/group_member_access_request_spec.rb", "qa/specs/features/browser_ui/9_data_stores/group/transfer_project_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/create_project_badge_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/dashboard_images_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/project_owner_permissions_spec.rb", "qa/specs/features/browser_ui/9_data_stores/user/follow_user_activity_spec.rb", "qa/specs/features/browser_ui/9_data_stores/user/user_inherited_access_spec.rb", "qa/specs/features/ee/api/12_systems/geo/geo_nodes_spec.rb", "qa/specs/features/ee/api/1_manage/integrations/group_webhook_events_spec.rb", "qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb", "qa/specs/features/ee/api/3_create/wiki/group_wiki_repository_storage_move_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/advanced_global_advanced_syntax_search_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/commit_index/commit_index_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/main_index/blob_index_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/notes_index/note_index_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/nightly_elasticsearch_test_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/create_merge_request_with_secure_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/export_vulnerability_report_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/group/compliance_framework_report_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/group/group_audit_logs_2_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/instance/instance_audit_logs_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/project/project_audit_logs_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/scan_result_policy_vulnerabilities_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/vulnerabilities_jira_integration_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/vulnerability_security_training_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/license/license_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/purchase/upgrade_group_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/saas_user_limit_experience_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/utilization/free_namespace_storage_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/utilization/usage_quotas_seats_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/database_delete_replication_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/geo_replication_maven_package_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/geo_replication_project_snippets_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/http_push_to_secondary_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/ssh_push_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/wiki_http_push_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/wiki_ssh_push_spec.rb", "qa/specs/features/ee/browser_ui/13_secure/enable_scanning_from_configuration_spec.rb", "qa/specs/features/ee/browser_ui/13_secure/merge_request_license_widget_spec.rb", "qa/specs/features/ee/browser_ui/15_growth/free_trial_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/group/group_saml_enforced_sso_git_access_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/group/group_saml_non_enforced_sso_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/integrations/jira_issues_list_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/user/minimal_access_user_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/contribution_analytics_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/epic/epics_management_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/epic/roadmap_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/group_wiki/delete_group_wiki_page_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/insights/default_insights_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/configurable_issue_board_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/create_group_issue_board_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/project_issue_boards_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/sum_of_issues_weights_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issues_weight/issue_weight_visualization_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/iterations/create_group_iteration_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/multiple_assignees_for_issues/more_than_four_assignees_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/value_stream_analytics_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb", "qa/specs/features/ee/browser_ui/3_create/remote_development/create_new_workspace_and_terminate_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/merge_with_code_owner_in_root_group_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/project_templates_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_ssh_with_key_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/restrict_push_protected_branch_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/multi-project_pipelines_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/pipeline_for_project_mirror_github_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/pipelines_for_merged_results_and_merge_trains_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/transient/merge_trains_transient_bug_spec.rb", "qa/specs/features/ee/browser_ui/6_release/pipeline_status_on_operation_dashboard_spec.rb", "qa/specs/features/ee/browser_ui/9_data_stores/elasticsearch/elasticsearch_reindexing_spec.rb", "qa/specs/features/ee/browser_ui/9_data_stores/group/share_group_with_group_spec.rb", "qa/specs/features/sanity/framework_spec.rb", "qa/specs/features/sanity/version_spec.rb"]120[Jun 18 2023 07:53:26 UTC (QA Tests)] INFO -- Knapsack report generator started!121[Jun 18 2023 07:53:26 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'object-storage-aws' to 'knapsack/object-storage-aws.json'122[Jun 18 2023 07:53:26 UTC (QA Tests)] INFO -- Report already exists, skipping!123Run options:124 include {:object_storage=>true}125 exclude {:geo=>true, :requires_praefect=>true}126Randomized with seed 50690127Package128 Maven group level endpoint129 via maven130 using a ci job token131[Jun 18 2023 07:55:19 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a ci job token pushes and pulls a maven package132[Jun 18 2023 07:55:19 UTC (QA Tests)] INFO -- filling :login_field with "root"133[Jun 18 2023 07:55:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field134[Jun 18 2023 07:55:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"135[Jun 18 2023 07:55:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field136[Jun 18 2023 07:55:20 UTC (QA Tests)] INFO -- clicking :sign_in_button137[Jun 18 2023 07:55:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.752s138[Jun 18 2023 07:55:22 UTC (QA Tests)] INFO -- Enabling super sidebar!139[Jun 18 2023 07:55:22 UTC (QA Tests)] INFO -- Super sidebar is already enabled140[Jun 18 2023 07:55:23 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA141[Jun 18 2023 07:55:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-27s4llkv' via cache in 0.0 seconds142[Jun 18 2023 07:55:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.85 seconds143[Jun 18 2023 07:55:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 1.73 seconds144[Jun 18 2023 07:55:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-1063482b473d4e46' via api in 3.79 seconds145[Jun 18 2023 07:55:27 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.146[Jun 18 2023 07:55:27 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`147[Jun 18 2023 07:55:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`148[Jun 18 2023 07:55:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`149[Jun 18 2023 07:55:30 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687074923 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687074923 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-1687074923 --url http://gitlab-ee-744282e6.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-07-55-23-aafb2414150cff86 --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" `150[Jun 18 2023 07:55:33 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687074923`151[Jun 18 2023 07:55:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`152[Jun 18 2023 07:55:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687074923' via api in 7.54 seconds153[Jun 18 2023 07:55:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.17 seconds154[Jun 18 2023 07:55:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_client_project-0233a235bbc95c94' via api in 1.61 seconds155[Jun 18 2023 07:55:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.09 seconds156[Jun 18 2023 07:55:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.12 seconds157[Jun 18 2023 07:55:38 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-1063482b473d4e46158[Jun 18 2023 07:55:40 UTC (QA Tests)] INFO -- clicking :menu_section_button159[Jun 18 2023 07:55:41 UTC (QA Tests)] INFO -- clicking :nav_item_link160[Jun 18 2023 07:55:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.139s161[Jun 18 2023 07:55:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 1.272s162[Jun 18 2023 07:55:44 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present163[Jun 18 2023 07:55:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 2.597s164[Jun 18 2023 07:56:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.571s165[Jun 18 2023 07:56:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element status_badge_link' took 0.585s166[Jun 18 2023 07:56:19 UTC (QA Tests)] INFO -- clicking :menu_section_button167[Jun 18 2023 07:56:19 UTC (QA Tests)] INFO -- clicking :nav_item_link168[Jun 18 2023 07:56:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.799s169[Jun 18 2023 07:56:20 UTC (QA Tests)] INFO -- clicking :package_link170[Jun 18 2023 07:56:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? package_information_content' took 0.551s171[Jun 18 2023 07:56:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds172[Jun 18 2023 07:56:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_client_project-0233a235bbc95c94173[Jun 18 2023 07:56:23 UTC (QA Tests)] INFO -- clicking :menu_section_button174[Jun 18 2023 07:56:23 UTC (QA Tests)] INFO -- clicking :nav_item_link175[Jun 18 2023 07:56:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.142s176[Jun 18 2023 07:56:26 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present177[Jun 18 2023 07:56:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_path' took 0.585s178[Jun 18 2023 07:56:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 2.057s179[Jun 18 2023 07:56:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687074923'180[Jun 18 2023 07:56:50 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687074923`181[Jun 18 2023 07:56:51 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-e78864648a21704e'182[Jun 18 2023 07:56:51 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-1063482b473d4e46'183[Jun 18 2023 07:56:52 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_client_project-0233a235bbc95c94'184 pushes and pulls a maven package185 using a project deploy token186[Jun 18 2023 07:56:52 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a project deploy token pushes and pulls a maven package187[Jun 18 2023 07:56:53 UTC (QA Tests)] INFO -- filling :login_field with "root"188[Jun 18 2023 07:56:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field189[Jun 18 2023 07:56:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"190[Jun 18 2023 07:56:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field191[Jun 18 2023 07:56:53 UTC (QA Tests)] INFO -- clicking :sign_in_button192[Jun 18 2023 07:56:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.553s193[Jun 18 2023 07:56:55 UTC (QA Tests)] INFO -- Enabling super sidebar!194[Jun 18 2023 07:56:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled195[Jun 18 2023 07:56:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.08 seconds196[Jun 18 2023 07:56:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 0.19 seconds197[Jun 18 2023 07:56:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-0834badfd8625e68' via api in 1.04 seconds198[Jun 18 2023 07:56:57 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.199[Jun 18 2023 07:56:57 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`200[Jun 18 2023 07:56:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`201[Jun 18 2023 07:56:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`202[Jun 18 2023 07:56:57 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687075016 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687075016 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-1687075016 --url http://gitlab-ee-744282e6.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-07-55-23-aafb2414150cff86 --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" `203[Jun 18 2023 07:56:58 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687075016`204[Jun 18 2023 07:56:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`205[Jun 18 2023 07:56:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687075016' via api in 1.46 seconds206[Jun 18 2023 07:56:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupDeployToken with username 'gitlab+deploy-token-1' via api in 0.11 seconds207[Jun 18 2023 07:56:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.19 seconds208[Jun 18 2023 07:57:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_client_project-133faa09d9a4b5e2' via api in 0.66 seconds209[Jun 18 2023 07:57:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.2 seconds210[Jun 18 2023 07:57:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds211[Jun 18 2023 07:57:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-0834badfd8625e68212[Jun 18 2023 07:57:02 UTC (QA Tests)] INFO -- clicking :menu_section_button213[Jun 18 2023 07:57:02 UTC (QA Tests)] INFO -- clicking :nav_item_link214[Jun 18 2023 07:57:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.841s215[Jun 18 2023 07:57:04 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present216[Jun 18 2023 07:57:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.446s217[Jun 18 2023 07:57:28 UTC (QA Tests)] INFO -- clicking :menu_section_button218[Jun 18 2023 07:57:28 UTC (QA Tests)] INFO -- clicking :nav_item_link219[Jun 18 2023 07:57:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.901s220[Jun 18 2023 07:57:29 UTC (QA Tests)] INFO -- clicking :package_link221[Jun 18 2023 07:57:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds222[Jun 18 2023 07:57:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_client_project-133faa09d9a4b5e2223[Jun 18 2023 07:57:32 UTC (QA Tests)] INFO -- clicking :menu_section_button224[Jun 18 2023 07:57:32 UTC (QA Tests)] INFO -- clicking :nav_item_link225[Jun 18 2023 07:57:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.865s226[Jun 18 2023 07:57:34 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present227[Jun 18 2023 07:57:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.443s228[Jun 18 2023 07:57:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687075016'229[Jun 18 2023 07:57:49 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687075016`230[Jun 18 2023 07:57:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-25cc0790a1ffbae0'231[Jun 18 2023 07:57:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-0834badfd8625e68'232[Jun 18 2023 07:57:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_client_project-133faa09d9a4b5e2'233 pushes and pulls a maven package234 using a personal access token235[Jun 18 2023 07:57:50 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a personal access token pushes and pulls a maven package236[Jun 18 2023 07:57:51 UTC (QA Tests)] INFO -- filling :login_field with "root"237[Jun 18 2023 07:57:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field238[Jun 18 2023 07:57:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"239[Jun 18 2023 07:57:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field240[Jun 18 2023 07:57:52 UTC (QA Tests)] INFO -- clicking :sign_in_button241[Jun 18 2023 07:57:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.762s242[Jun 18 2023 07:57:53 UTC (QA Tests)] INFO -- Enabling super sidebar!243[Jun 18 2023 07:57:53 UTC (QA Tests)] INFO -- Super sidebar is already enabled244[Jun 18 2023 07:57:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.08 seconds245[Jun 18 2023 07:57:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 0.24 seconds246[Jun 18 2023 07:57:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-f1d5932e077d4746' via api in 1.11 seconds247[Jun 18 2023 07:57:55 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.248[Jun 18 2023 07:57:55 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`249[Jun 18 2023 07:57:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`250[Jun 18 2023 07:57:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`251[Jun 18 2023 07:57:56 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687075074 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687075074 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-1687075074 --url http://gitlab-ee-744282e6.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-07-55-23-aafb2414150cff86 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `252[Jun 18 2023 07:57:56 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687075074`253[Jun 18 2023 07:57:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`254[Jun 18 2023 07:57:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687075074' via api in 1.46 seconds255[Jun 18 2023 07:57:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.3 seconds256[Jun 18 2023 07:57:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_client_project-90f325073cbdcab3' via api in 1.08 seconds257[Jun 18 2023 07:57:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds258[Jun 18 2023 07:57:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds259[Jun 18 2023 07:57:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-f1d5932e077d4746260[Jun 18 2023 07:58:01 UTC (QA Tests)] INFO -- clicking :menu_section_button261[Jun 18 2023 07:58:01 UTC (QA Tests)] INFO -- clicking :nav_item_link262[Jun 18 2023 07:58:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.789s263[Jun 18 2023 07:58:03 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present264[Jun 18 2023 07:58:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.429s265[Jun 18 2023 07:58:27 UTC (QA Tests)] INFO -- clicking :menu_section_button266[Jun 18 2023 07:58:27 UTC (QA Tests)] INFO -- clicking :nav_item_link267[Jun 18 2023 07:58:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.775s268[Jun 18 2023 07:58:28 UTC (QA Tests)] INFO -- clicking :package_link269[Jun 18 2023 07:58:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds270[Jun 18 2023 07:58:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_client_project-90f325073cbdcab3271[Jun 18 2023 07:58:30 UTC (QA Tests)] INFO -- clicking :menu_section_button272[Jun 18 2023 07:58:31 UTC (QA Tests)] INFO -- clicking :nav_item_link273[Jun 18 2023 07:58:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.724s274[Jun 18 2023 07:58:33 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present275[Jun 18 2023 07:58:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.481s276[Jun 18 2023 07:58:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687075074'277[Jun 18 2023 07:58:56 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687075074`278[Jun 18 2023 07:58:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-a8a3dc9b09bb74ca'279[Jun 18 2023 07:58:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-f1d5932e077d4746'280[Jun 18 2023 07:58:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_client_project-90f325073cbdcab3'281 pushes and pulls a maven package282 duplication setting283 when enabled284[Jun 18 2023 07:58:58 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint duplication setting when enabled allows users to publish duplicates285[Jun 18 2023 07:58:58 UTC (QA Tests)] INFO -- filling :login_field with "root"286[Jun 18 2023 07:58:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field287[Jun 18 2023 07:58:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"288[Jun 18 2023 07:58:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field289[Jun 18 2023 07:58:59 UTC (QA Tests)] INFO -- clicking :sign_in_button290[Jun 18 2023 07:59:00 UTC (QA Tests)] INFO -- Enabling super sidebar!291[Jun 18 2023 07:59:00 UTC (QA Tests)] INFO -- Super sidebar is already enabled292[Jun 18 2023 07:59:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds293[Jun 18 2023 07:59:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 0.18 seconds294[Jun 18 2023 07:59:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-e45e3c71bd508a49' via api in 1.02 seconds295[Jun 18 2023 07:59:02 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.296[Jun 18 2023 07:59:02 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`297[Jun 18 2023 07:59:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`298[Jun 18 2023 07:59:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`299[Jun 18 2023 07:59:03 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687075141 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687075141 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-1687075141 --url http://gitlab-ee-744282e6.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-07-55-23-aafb2414150cff86 --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" `300[Jun 18 2023 07:59:03 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687075141`301[Jun 18 2023 07:59:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`302[Jun 18 2023 07:59:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687075141' via api in 1.49 seconds303[Jun 18 2023 07:59:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds304[Jun 18 2023 07:59:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_client_project-9b5f7b42d294e05b' via api in 0.92 seconds305[Jun 18 2023 07:59:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.38 seconds306[Jun 18 2023 07:59:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-744282e6.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86307[Jun 18 2023 07:59:07 UTC (QA Tests)] INFO -- clicking :menu_section_button308[Jun 18 2023 07:59:07 UTC (QA Tests)] INFO -- clicking :nav_item_link309[Jun 18 2023 07:59:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.722s310[Jun 18 2023 07:59:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds311[Jun 18 2023 07:59:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-e45e3c71bd508a49312[Jun 18 2023 07:59:10 UTC (QA Tests)] INFO -- clicking :menu_section_button313[Jun 18 2023 07:59:11 UTC (QA Tests)] INFO -- clicking :nav_item_link314[Jun 18 2023 07:59:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.821s315[Jun 18 2023 07:59:13 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present316[Jun 18 2023 07:59:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.37s317[Jun 18 2023 07:59:36 UTC (QA Tests)] INFO -- clicking :retry_button318[Jun 18 2023 07:59:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element retry_button' took 1.12s319[Jun 18 2023 07:59:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-e45e3c71bd508a49320[Jun 18 2023 07:59:40 UTC (QA Tests)] INFO -- clicking :menu_section_button321[Jun 18 2023 07:59:40 UTC (QA Tests)] INFO -- clicking :nav_item_link322[Jun 18 2023 07:59:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.863s323[Jun 18 2023 07:59:42 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present324[Jun 18 2023 07:59:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.435s325[Jun 18 2023 08:00:06 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687075141'326[Jun 18 2023 08:00:06 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687075141`327[Jun 18 2023 08:00:06 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-de6870e5544ea391'328[Jun 18 2023 08:00:06 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-e45e3c71bd508a49'329[Jun 18 2023 08:00:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_client_project-9b5f7b42d294e05b'330 allows users to publish duplicates331 when disabled332[Jun 18 2023 08:00:07 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint duplication setting when disabled prevents users from publishing duplicates333[Jun 18 2023 08:00:08 UTC (QA Tests)] INFO -- filling :login_field with "root"334[Jun 18 2023 08:00:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field335[Jun 18 2023 08:00:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"336[Jun 18 2023 08:00:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field337[Jun 18 2023 08:00:08 UTC (QA Tests)] INFO -- clicking :sign_in_button338[Jun 18 2023 08:00:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.713s339[Jun 18 2023 08:00:09 UTC (QA Tests)] INFO -- Enabling super sidebar!340[Jun 18 2023 08:00:09 UTC (QA Tests)] INFO -- Super sidebar is already enabled341[Jun 18 2023 08:00:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds342[Jun 18 2023 08:00:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 0.17 seconds343[Jun 18 2023 08:00:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-f0157ed31a44ca44' via api in 1.08 seconds344[Jun 18 2023 08:00:12 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.345[Jun 18 2023 08:00:12 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`346[Jun 18 2023 08:00:12 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`347[Jun 18 2023 08:00:12 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`348[Jun 18 2023 08:00:12 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687075211 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687075211 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-1687075211 --url http://gitlab-ee-744282e6.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-07-55-23-aafb2414150cff86 --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" `349[Jun 18 2023 08:00:13 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687075211`350[Jun 18 2023 08:00:13 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`351[Jun 18 2023 08:00:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687075211' via api in 2.68 seconds352[Jun 18 2023 08:00:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.52 seconds353[Jun 18 2023 08:00:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_client_project-c750166da312ef4f' via api in 0.71 seconds354[Jun 18 2023 08:00:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.21 seconds355[Jun 18 2023 08:00:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-744282e6.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86356[Jun 18 2023 08:00:17 UTC (QA Tests)] INFO -- clicking :menu_section_button357[Jun 18 2023 08:00:17 UTC (QA Tests)] INFO -- clicking :nav_item_link358[Jun 18 2023 08:00:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.793s359[Jun 18 2023 08:00:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds360[Jun 18 2023 08:00:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-f0157ed31a44ca44361[Jun 18 2023 08:00:20 UTC (QA Tests)] INFO -- clicking :menu_section_button362[Jun 18 2023 08:00:21 UTC (QA Tests)] INFO -- clicking :nav_item_link363[Jun 18 2023 08:00:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.742s364[Jun 18 2023 08:00:23 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present365[Jun 18 2023 08:00:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.348s366[Jun 18 2023 08:00:46 UTC (QA Tests)] INFO -- clicking :retry_button367[Jun 18 2023 08:00:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element retry_button' took 1.564s368[Jun 18 2023 08:00:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-f0157ed31a44ca44369[Jun 18 2023 08:00:50 UTC (QA Tests)] INFO -- clicking :menu_section_button370[Jun 18 2023 08:00:50 UTC (QA Tests)] INFO -- clicking :nav_item_link371[Jun 18 2023 08:00:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.844s372[Jun 18 2023 08:00:52 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present373[Jun 18 2023 08:00:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.511s374[Jun 18 2023 08:01:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687075211'375[Jun 18 2023 08:01:07 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687075211`376[Jun 18 2023 08:01:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-f58bce17a69bbdb2'377[Jun 18 2023 08:01:08 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-f0157ed31a44ca44'378[Jun 18 2023 08:01:08 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_client_project-c750166da312ef4f'379 prevents users from publishing duplicates380Plan381 Issue creation382 when using attachments in comments383[Jun 18 2023 08:01:08 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation when using attachments in comments comments on an issue with an attachment384[Jun 18 2023 08:01:09 UTC (QA Tests)] INFO -- filling :login_field with "root"385[Jun 18 2023 08:01:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field386[Jun 18 2023 08:01:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"387[Jun 18 2023 08:01:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field388[Jun 18 2023 08:01:10 UTC (QA Tests)] INFO -- clicking :sign_in_button389[Jun 18 2023 08:01:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.681s390[Jun 18 2023 08:01:11 UTC (QA Tests)] INFO -- Enabling super sidebar!391[Jun 18 2023 08:01:11 UTC (QA Tests)] INFO -- Super sidebar is already enabled392[Jun 18 2023 08:01:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds393[Jun 18 2023 08:01:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 0.17 seconds394[Jun 18 2023 08:01:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/project-for-issues-4e31e127298dbc2a' via api in 0.69 seconds395[Jun 18 2023 08:01:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 1.09 seconds396[Jun 18 2023 08:01:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/project-for-issues-4e31e127298dbc2a/-/issues/1397[Jun 18 2023 08:01:17 UTC (QA Tests)] INFO -- clicking :issue_title398[Jun 18 2023 08:01:17 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown399[Jun 18 2023 08:01:17 UTC (QA Tests)] INFO -- filling :comment_field with "See attached image for scale400"401[Jun 18 2023 08:01:17 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field402[Jun 18 2023 08:01:21 UTC (QA Tests)] INFO -- clicking :comment_button403[Jun 18 2023 08:01:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.593s404[Jun 18 2023 08:01:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element noteable_note_container' took 0.61s405 comments on an issue with an attachment406Package407 Helm Registry408 using personal access token409[Jun 18 2023 08:01:22 UTC (QA Tests)] INFO -- Starting test: Package Helm Registry using personal access token pushes and pulls a helm chart410[Jun 18 2023 08:01:23 UTC (QA Tests)] INFO -- filling :login_field with "root"411[Jun 18 2023 08:01:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field412[Jun 18 2023 08:01:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"413[Jun 18 2023 08:01:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field414[Jun 18 2023 08:01:23 UTC (QA Tests)] INFO -- clicking :sign_in_button415[Jun 18 2023 08:01:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.798s416[Jun 18 2023 08:01:25 UTC (QA Tests)] INFO -- Enabling super sidebar!417[Jun 18 2023 08:01:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled418[Jun 18 2023 08:01:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.05 seconds419[Jun 18 2023 08:01:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 0.29 seconds420[Jun 18 2023 08:01:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_package_project-38d2175003d3b834' via api in 1.15 seconds421[Jun 18 2023 08:01:27 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.422[Jun 18 2023 08:01:27 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`423[Jun 18 2023 08:01:27 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`424[Jun 18 2023 08:01:28 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`425[Jun 18 2023 08:01:28 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687075286 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687075286 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-1687075286 --url http://gitlab-ee-744282e6.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-07-55-23-aafb2414150cff86 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `426[Jun 18 2023 08:01:28 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687075286`427[Jun 18 2023 08:01:28 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`428[Jun 18 2023 08:01:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687075286' via api in 1.53 seconds429[Jun 18 2023 08:01:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.18 seconds430[Jun 18 2023 08:01:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_client_project-f00f7b67c6a64ef4' via api in 0.7 seconds431[Jun 18 2023 08:01:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.2 seconds432[Jun 18 2023 08:01:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds433[Jun 18 2023 08:01:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_package_project-38d2175003d3b834434[Jun 18 2023 08:01:33 UTC (QA Tests)] INFO -- clicking :menu_section_button435[Jun 18 2023 08:01:33 UTC (QA Tests)] INFO -- clicking :nav_item_link436[Jun 18 2023 08:01:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.764s437[Jun 18 2023 08:01:35 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present438[Jun 18 2023 08:01:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.363s439[Jun 18 2023 08:01:49 UTC (QA Tests)] INFO -- clicking :menu_section_button440[Jun 18 2023 08:01:49 UTC (QA Tests)] INFO -- clicking :nav_item_link441[Jun 18 2023 08:01:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.838s442[Jun 18 2023 08:01:50 UTC (QA Tests)] INFO -- clicking :package_link443[Jun 18 2023 08:01:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds444[Jun 18 2023 08:01:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_client_project-f00f7b67c6a64ef4445[Jun 18 2023 08:01:53 UTC (QA Tests)] INFO -- clicking :menu_section_button446[Jun 18 2023 08:01:53 UTC (QA Tests)] INFO -- clicking :nav_item_link447[Jun 18 2023 08:01:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.726s448[Jun 18 2023 08:01:55 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present449[Jun 18 2023 08:01:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.256s450[Jun 18 2023 08:02:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687075286'451[Jun 18 2023 08:02:09 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687075286`452[Jun 18 2023 08:02:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'gitlab_qa_helm-59763483cd364824'453[Jun 18 2023 08:02:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_package_project-38d2175003d3b834'454[Jun 18 2023 08:02:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_client_project-f00f7b67c6a64ef4'455 pushes and pulls a helm chart456 using project deploy token457[Jun 18 2023 08:02:10 UTC (QA Tests)] INFO -- Starting test: Package Helm Registry using project deploy token pushes and pulls a helm chart458[Jun 18 2023 08:02:11 UTC (QA Tests)] INFO -- filling :login_field with "root"459[Jun 18 2023 08:02:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field460[Jun 18 2023 08:02:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"461[Jun 18 2023 08:02:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field462[Jun 18 2023 08:02:12 UTC (QA Tests)] INFO -- clicking :sign_in_button463[Jun 18 2023 08:02:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.56s464[Jun 18 2023 08:02:13 UTC (QA Tests)] INFO -- Enabling super sidebar!465[Jun 18 2023 08:02:13 UTC (QA Tests)] INFO -- Super sidebar is already enabled466[Jun 18 2023 08:02:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds467[Jun 18 2023 08:02:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 0.17 seconds468[Jun 18 2023 08:02:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_package_project-ed6b8af0e616d174' via api in 0.91 seconds469[Jun 18 2023 08:02:15 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.470[Jun 18 2023 08:02:15 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`471[Jun 18 2023 08:02:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`472[Jun 18 2023 08:02:16 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`473[Jun 18 2023 08:02:16 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687075334 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687075334 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-1687075334 --url http://gitlab-ee-744282e6.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-07-55-23-aafb2414150cff86 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `474[Jun 18 2023 08:02:16 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687075334`475[Jun 18 2023 08:02:16 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`476[Jun 18 2023 08:02:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687075334' via api in 1.47 seconds477[Jun 18 2023 08:02:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-2' via api in 0.09 seconds478[Jun 18 2023 08:02:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds479[Jun 18 2023 08:02:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_client_project-fa5f66cbd34905b4' via api in 0.74 seconds480[Jun 18 2023 08:02:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds481[Jun 18 2023 08:02:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds482[Jun 18 2023 08:02:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_package_project-ed6b8af0e616d174483[Jun 18 2023 08:02:20 UTC (QA Tests)] INFO -- clicking :menu_section_button484[Jun 18 2023 08:02:20 UTC (QA Tests)] INFO -- clicking :nav_item_link485[Jun 18 2023 08:02:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.704s486[Jun 18 2023 08:02:22 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present487[Jun 18 2023 08:02:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.364s488[Jun 18 2023 08:02:35 UTC (QA Tests)] INFO -- clicking :menu_section_button489[Jun 18 2023 08:02:35 UTC (QA Tests)] INFO -- clicking :nav_item_link490[Jun 18 2023 08:02:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.78s491[Jun 18 2023 08:02:36 UTC (QA Tests)] INFO -- clicking :package_link492[Jun 18 2023 08:02:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds493[Jun 18 2023 08:02:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_client_project-fa5f66cbd34905b4494[Jun 18 2023 08:02:39 UTC (QA Tests)] INFO -- clicking :menu_section_button495[Jun 18 2023 08:02:39 UTC (QA Tests)] INFO -- clicking :nav_item_link496[Jun 18 2023 08:02:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.716s497[Jun 18 2023 08:02:41 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present498[Jun 18 2023 08:02:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.348s499[Jun 18 2023 08:02:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687075334'500[Jun 18 2023 08:02:55 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687075334`501[Jun 18 2023 08:02:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'gitlab_qa_helm-5035c0464fdcf148'502[Jun 18 2023 08:02:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_package_project-ed6b8af0e616d174'503[Jun 18 2023 08:02:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_client_project-fa5f66cbd34905b4'504 pushes and pulls a helm chart505 using ci job token506[Jun 18 2023 08:02:56 UTC (QA Tests)] INFO -- Starting test: Package Helm Registry using ci job token pushes and pulls a helm chart507[Jun 18 2023 08:02:57 UTC (QA Tests)] INFO -- filling :login_field with "root"508[Jun 18 2023 08:02:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field509[Jun 18 2023 08:02:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"510[Jun 18 2023 08:02:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field511[Jun 18 2023 08:02:57 UTC (QA Tests)] INFO -- clicking :sign_in_button512[Jun 18 2023 08:02:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.735s513[Jun 18 2023 08:02:58 UTC (QA Tests)] INFO -- Enabling super sidebar!514[Jun 18 2023 08:02:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled515[Jun 18 2023 08:03:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.09 seconds516[Jun 18 2023 08:03:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 0.21 seconds517[Jun 18 2023 08:03:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_package_project-0faaef8053ad7d61' via api in 0.98 seconds518[Jun 18 2023 08:03:01 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.519[Jun 18 2023 08:03:01 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`520[Jun 18 2023 08:03:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`521[Jun 18 2023 08:03:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`522[Jun 18 2023 08:03:01 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687075380 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687075380 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-1687075380 --url http://gitlab-ee-744282e6.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-07-55-23-aafb2414150cff86 --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" `523[Jun 18 2023 08:03:02 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687075380`524[Jun 18 2023 08:03:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`525[Jun 18 2023 08:03:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687075380' via api in 1.53 seconds526[Jun 18 2023 08:03:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.08 seconds527[Jun 18 2023 08:03:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_client_project-bd8b3a325b875ba6' via api in 0.69 seconds528[Jun 18 2023 08:03:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.09 seconds529[Jun 18 2023 08:03:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds530[Jun 18 2023 08:03:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_package_project-0faaef8053ad7d61531[Jun 18 2023 08:03:05 UTC (QA Tests)] INFO -- clicking :menu_section_button532[Jun 18 2023 08:03:05 UTC (QA Tests)] INFO -- clicking :nav_item_link533[Jun 18 2023 08:03:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.836s534[Jun 18 2023 08:03:08 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present535[Jun 18 2023 08:03:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.23s536[Jun 18 2023 08:03:21 UTC (QA Tests)] INFO -- clicking :menu_section_button537[Jun 18 2023 08:03:22 UTC (QA Tests)] INFO -- clicking :nav_item_link538[Jun 18 2023 08:03:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.715s539[Jun 18 2023 08:03:23 UTC (QA Tests)] INFO -- clicking :package_link540[Jun 18 2023 08:03:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? package_information_content' took 0.513s541[Jun 18 2023 08:03:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds542[Jun 18 2023 08:03:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_client_project-bd8b3a325b875ba6543[Jun 18 2023 08:03:25 UTC (QA Tests)] INFO -- clicking :menu_section_button544[Jun 18 2023 08:03:26 UTC (QA Tests)] INFO -- clicking :nav_item_link545[Jun 18 2023 08:03:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.913s546[Jun 18 2023 08:03:28 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present547[Jun 18 2023 08:03:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.325s548[Jun 18 2023 08:03:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687075380'549[Jun 18 2023 08:03:42 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687075380`550[Jun 18 2023 08:03:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'gitlab_qa_helm-a6ac816303e245b0'551[Jun 18 2023 08:03:43 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_package_project-0faaef8053ad7d61'552[Jun 18 2023 08:03:43 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/helm_client_project-bd8b3a325b875ba6'553 pushes and pulls a helm chart554Package555 Maven project level endpoint556 using a ci job token557[Jun 18 2023 08:03:43 UTC (QA Tests)] INFO -- Starting test: Package Maven project level endpoint using a ci job token pushes and pulls a maven package via maven558[Jun 18 2023 08:03:44 UTC (QA Tests)] INFO -- filling :login_field with "root"559[Jun 18 2023 08:03:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field560[Jun 18 2023 08:03:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"561[Jun 18 2023 08:03:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field562[Jun 18 2023 08:03:44 UTC (QA Tests)] INFO -- clicking :sign_in_button563[Jun 18 2023 08:03:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.732s564[Jun 18 2023 08:03:45 UTC (QA Tests)] INFO -- Enabling super sidebar!565[Jun 18 2023 08:03:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled566[Jun 18 2023 08:03:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds567[Jun 18 2023 08:03:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 0.22 seconds568[Jun 18 2023 08:03:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-fcc22b18eb223ca0' via api in 0.98 seconds569[Jun 18 2023 08:03:48 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.570[Jun 18 2023 08:03:48 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`571[Jun 18 2023 08:03:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`572[Jun 18 2023 08:03:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`573[Jun 18 2023 08:03:48 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687075427 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687075427 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-1687075427 --url http://gitlab-ee-744282e6.test --registration-token **** --tag-list runner-for-maven_package_project-fcc22b18eb223ca0 --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" `574[Jun 18 2023 08:03:49 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687075427`575[Jun 18 2023 08:03:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`576[Jun 18 2023 08:03:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687075427' via api in 1.59 seconds577[Jun 18 2023 08:03:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds578[Jun 18 2023 08:03:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-fcc22b18eb223ca0579[Jun 18 2023 08:03:51 UTC (QA Tests)] INFO -- clicking :menu_section_button580[Jun 18 2023 08:03:51 UTC (QA Tests)] INFO -- clicking :nav_item_link581[Jun 18 2023 08:03:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.729s582[Jun 18 2023 08:03:54 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present583[Jun 18 2023 08:03:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.172s584[Jun 18 2023 08:04:17 UTC (QA Tests)] INFO -- clicking :menu_section_button585[Jun 18 2023 08:04:17 UTC (QA Tests)] INFO -- clicking :nav_item_link586[Jun 18 2023 08:04:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.738s587[Jun 18 2023 08:04:18 UTC (QA Tests)] INFO -- clicking :package_link588[Jun 18 2023 08:04:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687075427'589[Jun 18 2023 08:04:19 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687075427`590[Jun 18 2023 08:04:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-8e70beb9c7873b8c'591[Jun 18 2023 08:04:20 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-fcc22b18eb223ca0'592 pushes and pulls a maven package via maven593 using a personal access token594[Jun 18 2023 08:04:20 UTC (QA Tests)] INFO -- Starting test: Package Maven project level endpoint using a personal access token pushes and pulls a maven package via maven595[Jun 18 2023 08:04:20 UTC (QA Tests)] INFO -- filling :login_field with "root"596[Jun 18 2023 08:04:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field597[Jun 18 2023 08:04:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"598[Jun 18 2023 08:04:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field599[Jun 18 2023 08:04:21 UTC (QA Tests)] INFO -- clicking :sign_in_button600[Jun 18 2023 08:04:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.678s601[Jun 18 2023 08:04:22 UTC (QA Tests)] INFO -- Enabling super sidebar!602[Jun 18 2023 08:04:22 UTC (QA Tests)] INFO -- Super sidebar is already enabled603[Jun 18 2023 08:04:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds604[Jun 18 2023 08:04:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 0.17 seconds605[Jun 18 2023 08:04:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-d0f836acad07ad8f' via api in 0.91 seconds606[Jun 18 2023 08:04:24 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.607[Jun 18 2023 08:04:24 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`608[Jun 18 2023 08:04:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`609[Jun 18 2023 08:04:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`610[Jun 18 2023 08:04:25 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687075463 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687075463 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-1687075463 --url http://gitlab-ee-744282e6.test --registration-token **** --tag-list runner-for-maven_package_project-d0f836acad07ad8f --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" `611[Jun 18 2023 08:04:26 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687075463`612[Jun 18 2023 08:04:26 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`613[Jun 18 2023 08:04:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687075463' via api in 1.52 seconds614[Jun 18 2023 08:04:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds615[Jun 18 2023 08:04:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds616[Jun 18 2023 08:04:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-d0f836acad07ad8f617[Jun 18 2023 08:04:28 UTC (QA Tests)] INFO -- clicking :menu_section_button618[Jun 18 2023 08:04:28 UTC (QA Tests)] INFO -- clicking :nav_item_link619[Jun 18 2023 08:04:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.743s620[Jun 18 2023 08:04:30 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present621[Jun 18 2023 08:04:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.213s622[Jun 18 2023 08:04:53 UTC (QA Tests)] INFO -- clicking :menu_section_button623[Jun 18 2023 08:04:53 UTC (QA Tests)] INFO -- clicking :nav_item_link624[Jun 18 2023 08:04:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.75s625[Jun 18 2023 08:04:54 UTC (QA Tests)] INFO -- clicking :package_link626[Jun 18 2023 08:04:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687075463'627[Jun 18 2023 08:04:55 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687075463`628[Jun 18 2023 08:04:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-3eb4536ca17c7b8c'629[Jun 18 2023 08:04:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-d0f836acad07ad8f'630 pushes and pulls a maven package via maven631 using a project deploy token632[Jun 18 2023 08:04:56 UTC (QA Tests)] INFO -- Starting test: Package Maven project level endpoint using a project deploy token pushes and pulls a maven package via maven633[Jun 18 2023 08:04:57 UTC (QA Tests)] INFO -- filling :login_field with "root"634[Jun 18 2023 08:04:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field635[Jun 18 2023 08:04:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"636[Jun 18 2023 08:04:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field637[Jun 18 2023 08:04:57 UTC (QA Tests)] INFO -- clicking :sign_in_button638[Jun 18 2023 08:04:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.687s639[Jun 18 2023 08:04:58 UTC (QA Tests)] INFO -- Enabling super sidebar!640[Jun 18 2023 08:04:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled641[Jun 18 2023 08:05:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds642[Jun 18 2023 08:05:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 0.17 seconds643[Jun 18 2023 08:05:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-529c58bbee2040bf' via api in 0.9 seconds644[Jun 18 2023 08:05:01 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.645[Jun 18 2023 08:05:01 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`646[Jun 18 2023 08:05:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`647[Jun 18 2023 08:05:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`648[Jun 18 2023 08:05:01 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687075500 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687075500 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-1687075500 --url http://gitlab-ee-744282e6.test --registration-token **** --tag-list runner-for-maven_package_project-529c58bbee2040bf --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" `649[Jun 18 2023 08:05:02 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687075500`650[Jun 18 2023 08:05:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`651[Jun 18 2023 08:05:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687075500' via api in 1.63 seconds652[Jun 18 2023 08:05:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-3' via api in 0.1 seconds653[Jun 18 2023 08:05:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds654[Jun 18 2023 08:05:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds655[Jun 18 2023 08:05:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-529c58bbee2040bf656[Jun 18 2023 08:05:05 UTC (QA Tests)] INFO -- clicking :menu_section_button657[Jun 18 2023 08:05:05 UTC (QA Tests)] INFO -- clicking :nav_item_link658[Jun 18 2023 08:05:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.734s659[Jun 18 2023 08:05:07 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present660[Jun 18 2023 08:05:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.324s661[Jun 18 2023 08:05:30 UTC (QA Tests)] INFO -- clicking :menu_section_button662[Jun 18 2023 08:05:30 UTC (QA Tests)] INFO -- clicking :nav_item_link663[Jun 18 2023 08:05:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.854s664[Jun 18 2023 08:05:31 UTC (QA Tests)] INFO -- clicking :package_link665[Jun 18 2023 08:05:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687075500'666[Jun 18 2023 08:05:32 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687075500`667[Jun 18 2023 08:05:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-cb25dd05343c9412'668[Jun 18 2023 08:05:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/maven_package_project-529c58bbee2040bf'669 pushes and pulls a maven package via maven670Package671 Package Registry672 npm instance level endpoint673 using personal access token674[Jun 18 2023 08:05:33 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm instance level endpoint using personal access token push and pull a npm package via CI675[Jun 18 2023 08:05:34 UTC (QA Tests)] INFO -- filling :login_field with "root"676[Jun 18 2023 08:05:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field677[Jun 18 2023 08:05:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"678[Jun 18 2023 08:05:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field679[Jun 18 2023 08:05:34 UTC (QA Tests)] INFO -- clicking :sign_in_button680[Jun 18 2023 08:05:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.787s681[Jun 18 2023 08:05:35 UTC (QA Tests)] INFO -- Enabling super sidebar!682[Jun 18 2023 08:05:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled683[Jun 18 2023 08:05:37 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA684[Jun 18 2023 08:05:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-g5jwt9nc' via cache in 0.0 seconds685[Jun 18 2023 08:05:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds686[Jun 18 2023 08:05:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 0.17 seconds687[Jun 18 2023 08:05:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instace-level-publish-ad58cc7e82e86589' via api in 0.63 seconds688[Jun 18 2023 08:05:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instance-level-install-90da8ca5d6f97417' via api in 0.4 seconds689[Jun 18 2023 08:05:38 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.690[Jun 18 2023 08:05:38 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`691[Jun 18 2023 08:05:38 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`692[Jun 18 2023 08:05:38 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`693[Jun 18 2023 08:05:39 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687075538 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687075538 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-1687075538 --url http://gitlab-ee-744282e6.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-07-55-23-aafb2414150cff86 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `694[Jun 18 2023 08:05:39 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687075538`695[Jun 18 2023 08:05:39 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`696[Jun 18 2023 08:05:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687075538' via api in 1.5 seconds697[Jun 18 2023 08:05:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds698[Jun 18 2023 08:05:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds699[Jun 18 2023 08:05:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds700[Jun 18 2023 08:05:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instace-level-publish-ad58cc7e82e86589701[Jun 18 2023 08:05:42 UTC (QA Tests)] INFO -- clicking :menu_section_button702[Jun 18 2023 08:05:42 UTC (QA Tests)] INFO -- clicking :nav_item_link703[Jun 18 2023 08:05:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.784s704[Jun 18 2023 08:05:44 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present705[Jun 18 2023 08:05:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.446s706[Jun 18 2023 08:06:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds707[Jun 18 2023 08:06:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instance-level-install-90da8ca5d6f97417708[Jun 18 2023 08:06:09 UTC (QA Tests)] INFO -- clicking :menu_section_button709[Jun 18 2023 08:06:09 UTC (QA Tests)] INFO -- clicking :nav_item_link710[Jun 18 2023 08:06:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.811s711[Jun 18 2023 08:06:11 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present712[Jun 18 2023 08:06:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.241s713[Jun 18 2023 08:06:25 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button714[Jun 18 2023 08:06:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 1.118s715[Jun 18 2023 08:06:26 UTC (QA Tests)] INFO -- clicking :directory_name_link716[Jun 18 2023 08:06:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 1.154s717[Jun 18 2023 08:06:27 UTC (QA Tests)] INFO -- clicking :directory_name_link718[Jun 18 2023 08:06:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 1.073s719[Jun 18 2023 08:06:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instace-level-publish-ad58cc7e82e86589720[Jun 18 2023 08:06:30 UTC (QA Tests)] INFO -- clicking :menu_section_button721[Jun 18 2023 08:06:30 UTC (QA Tests)] INFO -- clicking :nav_item_link722[Jun 18 2023 08:06:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.848s723[Jun 18 2023 08:06:31 UTC (QA Tests)] INFO -- clicking :package_link724[Jun 18 2023 08:06:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-1/npm-instace-level-publish-ad58cc7e82e86589-18ef808315aff450'725[Jun 18 2023 08:06:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687075538'726[Jun 18 2023 08:06:32 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687075538`727[Jun 18 2023 08:06:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instace-level-publish-ad58cc7e82e86589'728[Jun 18 2023 08:06:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instance-level-install-90da8ca5d6f97417'729 push and pull a npm package via CI730 using ci job token731[Jun 18 2023 08:06:33 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm instance level endpoint using ci job token push and pull a npm package via CI732[Jun 18 2023 08:06:34 UTC (QA Tests)] INFO -- filling :login_field with "root"733[Jun 18 2023 08:06:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field734[Jun 18 2023 08:06:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"735[Jun 18 2023 08:06:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field736[Jun 18 2023 08:06:34 UTC (QA Tests)] INFO -- clicking :sign_in_button737[Jun 18 2023 08:06:35 UTC (QA Tests)] INFO -- Enabling super sidebar!738[Jun 18 2023 08:06:35 UTC (QA Tests)] INFO -- Super sidebar is already enabled739[Jun 18 2023 08:06:37 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA740[Jun 18 2023 08:06:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-vawumr5n' via cache in 0.0 seconds741[Jun 18 2023 08:06:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.05 seconds742[Jun 18 2023 08:06:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 0.18 seconds743[Jun 18 2023 08:06:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instace-level-publish-46b44fb9a5559940' via api in 0.64 seconds744[Jun 18 2023 08:06:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instance-level-install-b5b6e98f123295e4' via api in 0.42 seconds745[Jun 18 2023 08:06:38 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.746[Jun 18 2023 08:06:38 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`747[Jun 18 2023 08:06:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`748[Jun 18 2023 08:06:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`749[Jun 18 2023 08:06:43 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687075598 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687075598 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-1687075598 --url http://gitlab-ee-744282e6.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-07-55-23-aafb2414150cff86 --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" `750[Jun 18 2023 08:06:44 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687075598`751[Jun 18 2023 08:06:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`752[Jun 18 2023 08:06:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687075598' via api in 6.49 seconds753[Jun 18 2023 08:06:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds754[Jun 18 2023 08:06:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instace-level-publish-46b44fb9a5559940755[Jun 18 2023 08:06:46 UTC (QA Tests)] INFO -- clicking :menu_section_button756[Jun 18 2023 08:06:46 UTC (QA Tests)] INFO -- clicking :nav_item_link757[Jun 18 2023 08:06:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.783s758[Jun 18 2023 08:06:48 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present759[Jun 18 2023 08:06:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.305s760[Jun 18 2023 08:07:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds761[Jun 18 2023 08:07:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instance-level-install-b5b6e98f123295e4762[Jun 18 2023 08:07:04 UTC (QA Tests)] INFO -- clicking :menu_section_button763[Jun 18 2023 08:07:04 UTC (QA Tests)] INFO -- clicking :nav_item_link764[Jun 18 2023 08:07:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.847s765[Jun 18 2023 08:07:07 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present766[Jun 18 2023 08:07:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.302s767[Jun 18 2023 08:07:20 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button768[Jun 18 2023 08:07:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 1.153s769[Jun 18 2023 08:07:22 UTC (QA Tests)] INFO -- clicking :directory_name_link770[Jun 18 2023 08:07:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 1.143s771[Jun 18 2023 08:07:23 UTC (QA Tests)] INFO -- clicking :directory_name_link772[Jun 18 2023 08:07:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 1.168s773[Jun 18 2023 08:07:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instace-level-publish-46b44fb9a5559940774[Jun 18 2023 08:07:25 UTC (QA Tests)] INFO -- clicking :menu_section_button775[Jun 18 2023 08:07:25 UTC (QA Tests)] INFO -- clicking :nav_item_link776[Jun 18 2023 08:07:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.739s777[Jun 18 2023 08:07:26 UTC (QA Tests)] INFO -- clicking :package_link778[Jun 18 2023 08:07:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-1/npm-instace-level-publish-46b44fb9a5559940-349def826abef6c8'779[Jun 18 2023 08:07:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687075598'780[Jun 18 2023 08:07:27 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687075598`781[Jun 18 2023 08:07:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instace-level-publish-46b44fb9a5559940'782[Jun 18 2023 08:07:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instance-level-install-b5b6e98f123295e4'783 push and pull a npm package via CI784 using project deploy token785[Jun 18 2023 08:07:28 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm instance level endpoint using project deploy token push and pull a npm package via CI786[Jun 18 2023 08:07:29 UTC (QA Tests)] INFO -- filling :login_field with "root"787[Jun 18 2023 08:07:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field788[Jun 18 2023 08:07:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"789[Jun 18 2023 08:07:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field790[Jun 18 2023 08:07:30 UTC (QA Tests)] INFO -- clicking :sign_in_button791[Jun 18 2023 08:07:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.809s792[Jun 18 2023 08:07:31 UTC (QA Tests)] INFO -- Enabling super sidebar!793[Jun 18 2023 08:07:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled794[Jun 18 2023 08:07:32 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA795[Jun 18 2023 08:07:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-rkxk6blf' via cache in 0.0 seconds796[Jun 18 2023 08:07:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds797[Jun 18 2023 08:07:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 0.18 seconds798[Jun 18 2023 08:07:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instace-level-publish-da9d39a7132363ce' via api in 0.63 seconds799[Jun 18 2023 08:07:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instance-level-install-53f4d6c098886135' via api in 0.41 seconds800[Jun 18 2023 08:07:33 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.801[Jun 18 2023 08:07:33 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`802[Jun 18 2023 08:07:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`803[Jun 18 2023 08:07:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`804[Jun 18 2023 08:07:34 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687075653 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687075653 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-1687075653 --url http://gitlab-ee-744282e6.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-07-55-23-aafb2414150cff86 --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" `805[Jun 18 2023 08:07:34 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687075653`806[Jun 18 2023 08:07:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`807[Jun 18 2023 08:07:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687075653' via api in 1.5 seconds808[Jun 18 2023 08:07:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-4' via api in 0.09 seconds809[Jun 18 2023 08:07:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.18 seconds810[Jun 18 2023 08:07:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds811[Jun 18 2023 08:07:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds812[Jun 18 2023 08:07:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instace-level-publish-da9d39a7132363ce813[Jun 18 2023 08:07:37 UTC (QA Tests)] INFO -- clicking :menu_section_button814[Jun 18 2023 08:07:37 UTC (QA Tests)] INFO -- clicking :nav_item_link815[Jun 18 2023 08:07:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.708s816[Jun 18 2023 08:07:39 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present817[Jun 18 2023 08:07:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.304s818[Jun 18 2023 08:07:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds819[Jun 18 2023 08:07:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instance-level-install-53f4d6c098886135820[Jun 18 2023 08:07:55 UTC (QA Tests)] INFO -- clicking :menu_section_button821[Jun 18 2023 08:07:55 UTC (QA Tests)] INFO -- clicking :nav_item_link822[Jun 18 2023 08:07:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.76s823[Jun 18 2023 08:07:57 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present824[Jun 18 2023 08:07:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.272s825[Jun 18 2023 08:08:20 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button826[Jun 18 2023 08:08:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 1.166s827[Jun 18 2023 08:08:21 UTC (QA Tests)] INFO -- clicking :directory_name_link828[Jun 18 2023 08:08:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 1.15s829[Jun 18 2023 08:08:22 UTC (QA Tests)] INFO -- clicking :directory_name_link830[Jun 18 2023 08:08:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 1.095s831[Jun 18 2023 08:08:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instace-level-publish-da9d39a7132363ce832[Jun 18 2023 08:08:24 UTC (QA Tests)] INFO -- clicking :menu_section_button833[Jun 18 2023 08:08:25 UTC (QA Tests)] INFO -- clicking :nav_item_link834[Jun 18 2023 08:08:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.719s835[Jun 18 2023 08:08:25 UTC (QA Tests)] INFO -- clicking :package_link836[Jun 18 2023 08:08:26 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-1/npm-instace-level-publish-da9d39a7132363ce-af2717984d1b3c1b'837[Jun 18 2023 08:08:26 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687075653'838[Jun 18 2023 08:08:26 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687075653`839[Jun 18 2023 08:08:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instace-level-publish-da9d39a7132363ce'840[Jun 18 2023 08:08:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/npm-instance-level-install-53f4d6c098886135'841 push and pull a npm package via CI842Package843 Conan Repository844[Jun 18 2023 08:08:27 UTC (QA Tests)] INFO -- Starting test: Package Conan Repository publishes, installs, and deletes a Conan package845[Jun 18 2023 08:08:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds846[Jun 18 2023 08:08:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 0.16 seconds847[Jun 18 2023 08:08:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/conan-package-project-9f87a8051ab8462b' via api in 0.65 seconds848[Jun 18 2023 08:08:28 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.849[Jun 18 2023 08:08:28 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`850[Jun 18 2023 08:08:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`851[Jun 18 2023 08:08:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`852[Jun 18 2023 08:08:34 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687075707 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687075707 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-1687075707 --url http://gitlab-ee-744282e6.test --registration-token **** --tag-list runner-for-conan-package-project-9f87a8051ab8462b --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" `853[Jun 18 2023 08:08:34 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687075707`854[Jun 18 2023 08:08:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`855[Jun 18 2023 08:08:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687075707' via api in 6.59 seconds856[Jun 18 2023 08:08:35 UTC (QA Tests)] INFO -- filling :login_field with "root"857[Jun 18 2023 08:08:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field858[Jun 18 2023 08:08:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"859[Jun 18 2023 08:08:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field860[Jun 18 2023 08:08:36 UTC (QA Tests)] INFO -- clicking :sign_in_button861[Jun 18 2023 08:08:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.764s862[Jun 18 2023 08:08:37 UTC (QA Tests)] INFO -- Enabling super sidebar!863[Jun 18 2023 08:08:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled864[Jun 18 2023 08:08:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds865[Jun 18 2023 08:08:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/conan-package-project-9f87a8051ab8462b866[Jun 18 2023 08:08:40 UTC (QA Tests)] INFO -- clicking :menu_section_button867[Jun 18 2023 08:08:40 UTC (QA Tests)] INFO -- clicking :nav_item_link868[Jun 18 2023 08:08:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.796s869[Jun 18 2023 08:08:42 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present870[Jun 18 2023 08:08:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.549s871[Jun 18 2023 08:09:27 UTC (QA Tests)] INFO -- clicking :menu_section_button872[Jun 18 2023 08:09:27 UTC (QA Tests)] INFO -- clicking :nav_item_link873[Jun 18 2023 08:09:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.794s874[Jun 18 2023 08:09:28 UTC (QA Tests)] INFO -- clicking :package_link875[Jun 18 2023 08:09:28 UTC (QA Tests)] INFO -- clicking :delete_button876[Jun 18 2023 08:09:30 UTC (QA Tests)] INFO -- clicking :delete_modal_button877[Jun 18 2023 08:09:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687075707'878[Jun 18 2023 08:09:31 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687075707`879 publishes, installs, and deletes a Conan package880Package881 Composer Repository882[Jun 18 2023 08:09:32 UTC (QA Tests)] INFO -- Starting test: Package Composer Repository publishes a composer package and deletes it883[Jun 18 2023 08:09:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.05 seconds884[Jun 18 2023 08:09:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 0.28 seconds885[Jun 18 2023 08:09:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/composer-package-project-b9f10a29b12e8bde' via api in 0.73 seconds886[Jun 18 2023 08:09:32 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.887[Jun 18 2023 08:09:32 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`888[Jun 18 2023 08:09:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`889[Jun 18 2023 08:09:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`890[Jun 18 2023 08:09:33 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687075772 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687075772 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-1687075772 --url http://gitlab-ee-744282e6.test --registration-token **** --tag-list runner-for-composer-package-project-b9f10a29b12e8bde --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" `891[Jun 18 2023 08:09:34 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687075772`892[Jun 18 2023 08:09:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`893[Jun 18 2023 08:09:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687075772' via api in 1.51 seconds894[Jun 18 2023 08:09:34 UTC (QA Tests)] INFO -- filling :login_field with "root"895[Jun 18 2023 08:09:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field896[Jun 18 2023 08:09:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"897[Jun 18 2023 08:09:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field898[Jun 18 2023 08:09:35 UTC (QA Tests)] INFO -- clicking :sign_in_button899[Jun 18 2023 08:09:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.777s900[Jun 18 2023 08:09:36 UTC (QA Tests)] INFO -- Enabling super sidebar!901[Jun 18 2023 08:09:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled902[Jun 18 2023 08:09:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds903[Jun 18 2023 08:09:38 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/composer-package-project-b9f10a29b12e8bde904[Jun 18 2023 08:09:40 UTC (QA Tests)] INFO -- clicking :menu_section_button905[Jun 18 2023 08:09:40 UTC (QA Tests)] INFO -- clicking :nav_item_link906[Jun 18 2023 08:09:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.831s907[Jun 18 2023 08:09:42 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present908[Jun 18 2023 08:09:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.408s909[Jun 18 2023 08:09:56 UTC (QA Tests)] INFO -- clicking :menu_section_button910[Jun 18 2023 08:09:56 UTC (QA Tests)] INFO -- clicking :nav_item_link911[Jun 18 2023 08:09:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.84s912[Jun 18 2023 08:09:57 UTC (QA Tests)] INFO -- clicking :package_link913[Jun 18 2023 08:09:57 UTC (QA Tests)] INFO -- clicking :delete_button914[Jun 18 2023 08:09:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.647s915[Jun 18 2023 08:09:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element delete_button' took 0.718s916[Jun 18 2023 08:09:59 UTC (QA Tests)] INFO -- clicking :delete_modal_button917[Jun 18 2023 08:10:00 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687075772'918[Jun 18 2023 08:10:00 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687075772`919 publishes a composer package and deletes it920Package921 RubyGems Repository922[Jun 18 2023 08:10:01 UTC (QA Tests)] INFO -- Starting test: Package RubyGems Repository publishes a Ruby gem923[Jun 18 2023 08:10:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds924[Jun 18 2023 08:10:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86' via api in 0.16 seconds925[Jun 18 2023 08:10:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/rubygems-package-project-3bf021a37a630871' via api in 0.61 seconds926[Jun 18 2023 08:10:01 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.927[Jun 18 2023 08:10:01 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`928[Jun 18 2023 08:10:07 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`929[Jun 18 2023 08:10:07 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`930[Jun 18 2023 08:10:07 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687075801 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687075801 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-1687075801 --url http://gitlab-ee-744282e6.test --registration-token **** --tag-list runner-for-rubygems-package-project-3bf021a37a630871 --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" `931[Jun 18 2023 08:10:08 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687075801`932[Jun 18 2023 08:10:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`933[Jun 18 2023 08:10:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687075801' via api in 6.57 seconds934[Jun 18 2023 08:10:08 UTC (QA Tests)] INFO -- Enabling feature: rubygem_packages for scope "project: gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/rubygems-package-project-3bf021a37a630871"935[Jun 18 2023 08:10:16 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: rubygem_packages936[Jun 18 2023 08:10:17 UTC (QA Tests)] INFO -- filling :login_field with "root"937[Jun 18 2023 08:10:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field938[Jun 18 2023 08:10:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"939[Jun 18 2023 08:10:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field940[Jun 18 2023 08:10:18 UTC (QA Tests)] INFO -- clicking :sign_in_button941[Jun 18 2023 08:10:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.558s942[Jun 18 2023 08:10:19 UTC (QA Tests)] INFO -- Enabling super sidebar!943[Jun 18 2023 08:10:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled944[Jun 18 2023 08:10:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds945[Jun 18 2023 08:10:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-744282e6.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/rubygems-package-project-3bf021a37a630871946[Jun 18 2023 08:10:22 UTC (QA Tests)] INFO -- clicking :menu_section_button947[Jun 18 2023 08:10:22 UTC (QA Tests)] INFO -- clicking :nav_item_link948[Jun 18 2023 08:10:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.83s949[Jun 18 2023 08:10:25 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present950[Jun 18 2023 08:10:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.309s951[Jun 18 2023 08:10:38 UTC (QA Tests)] INFO -- clicking :menu_section_button952[Jun 18 2023 08:10:39 UTC (QA Tests)] INFO -- clicking :nav_item_link953[Jun 18 2023 08:10:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.758s954[Jun 18 2023 08:10:40 UTC (QA Tests)] INFO -- Disabling feature: rubygem_packages for scope "project: gitlab-qa-sandbox-group-1/qa-test-2023-06-18-07-55-23-aafb2414150cff86/rubygems-package-project-3bf021a37a630871"955[Jun 18 2023 08:10:40 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: rubygem_packages956 publishes a Ruby gem957[Jun 18 2023 08:10:40 UTC (QA Tests)] INFO -- Knapsack report was generated. Preview:958{959 "qa/specs/features/browser_ui/5_package/package_registry/maven/maven_group_level_spec.rb": 349.430166611,960 "qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb": 13.909349451999901,961 "qa/specs/features/browser_ui/5_package/package_registry/helm_registry_spec.rb": 140.83111427999995,962 "qa/specs/features/browser_ui/5_package/package_registry/maven/maven_project_level_spec.rb": 110.09973540500005,963 "qa/specs/features/browser_ui/5_package/package_registry/npm/npm_instance_level_spec.rb": 174.31152812799996,964 "qa/specs/features/browser_ui/5_package/package_registry/conan_repository_spec.rb": 64.31297271300014,965 "qa/specs/features/browser_ui/5_package/package_registry/composer_registry_spec.rb": 29.068222350000042,966 "qa/specs/features/browser_ui/5_package/package_registry/rubygems_registry_spec.rb": 38.933909471000106967}968[Jun 18 2023 08:10:40 UTC (QA Tests)] INFO -- 969Knapsack global time execution for tests: 15m 20s970Finished in 17 minutes 13 seconds (files took 4.91 seconds to load)97118 examples, 0 failures972Randomized with seed 50690973[Jun 18 2023 08:10:41 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ee-744282e6`974[Jun 18 2023 08:10:41 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ee-744282e6`976Running after script...977$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command978$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")979$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"1027Not uploading cache qa-e2e-ruby-3.0-f397e9c6e37138479b58004abf3f9032-16 due to policy1029Uploading artifacts...1030gitlab-qa-run-*: found 170 matching artifact files and directories 1031Uploading artifacts as "archive" to coordinator... 201 Created id=4493798975 responseStatus=201 Created token=64_JL2_N1032Uploading artifacts...1033gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 1034Uploading artifacts as "junit" to coordinator... 201 Created id=4493798975 responseStatus=201 Created token=64_JL2_N1035Uploading artifacts...1036/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 1037Uploading artifacts as "dotenv" to coordinator... 201 Created id=4493798975 responseStatus=201 Created token=64_JL2_N1039Job succeeded