object-storage-gcs 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-1686016510-8e6b6dd9-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: 168219, done. 20remote: Counting objects: 100% (168219/168219), done. 21remote: Compressing objects: 100% (107572/107572), done. 22remote: Total 168219 (delta 82947), reused 113481 (delta 54471), pack-reused 0 23Receiving objects: 100% (168219/168219), 134.96 MiB | 44.70 MiB/s, done.24Resolving deltas: 100% (82947/82947), done.26 * [new ref] refs/pipelines/890289253 -> refs/pipelines/89028925327 * [new branch] master -> origin/master28Checking out b716d7f7 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-f1d27392b7eb7debf223b7abd1c46416-16...32cache.zip is up to date 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for trigger-omnibus-env-ce (4417509084)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4417509084 responseStatus=200 OK token=64_sCKxx38Downloading artifacts for download-knapsack-report (4417509086)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4417509086 responseStatus=200 OK token=64_sCKxx41Using 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 ...42$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE43$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")44$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command45Bundle complete! 37 Gemfile dependencies, 129 gems now installed.46Use `bundle info [gemname]` to see where a bundled gem is installed.47$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"48$ echo "Running - '$QA_COMMAND'"49Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41 --omnibus-config object_storage_gcs --set-feature-flags super_sidebar_nav_enrolled=enabled -- --tag object_storage --format QA::Support::JsonFormatter --out tmp/rspec-4417509117.json --format RspecJunitFormatter --out tmp/rspec-4417509117.xml --format html --out tmp/rspec-$(echo object-storage-gcs 1/2 | sed 's/[ /]/_/g').htm --color --format documentation'50$ eval "$QA_COMMAND"51[Jun 06 2023 03:09:11 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-6d4cabe3$`52[Jun 06 2023 03:09:12 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-6d4cabe3 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`53[Jun 06 2023 03:09:13 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.1.0/tls_certificates/authority/. alpine-6d4cabe3:/etc/gitlab/trusted-certs`54[Jun 06 2023 03:09:13 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.1.0/tls_certificates/gitlab/. alpine-6d4cabe3:/etc/gitlab/ssl`55[Jun 06 2023 03:09:13 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-6d4cabe3`56[Jun 06 2023 03:09:13 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-6d4cabe3`57[Jun 06 2023 03:09:13 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`58[Jun 06 2023 03:09:14 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41`59[Jun 06 2023 03:09:46 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ce-bcd106df$`60[Jun 06 2023 03:09:46 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`61[Jun 06 2023 03:09:46 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`62[Jun 06 2023 03:09:47 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ce-bcd106df --net test --hostname gitlab-ce-bcd106df.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-06-03-09-11-a0607bcb/gitlab-ce-bcd106df/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41`63[Jun 06 2023 03:09:56 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-bcd106df bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-06-06 03:09:1164# Gitlab::QA::Runtime::OmnibusConfigurations::Default65gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme66gitlab_rails['gitlab_disable_animations'] = true # Disable animations67gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry68gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password69# Gitlab::QA::Runtime::OmnibusConfigurations::ObjectStorageGcs70gitlab_rails['object_store']['connection'] = { 'provider' => 'Google', 'google_project' => 'group-qa-tests-566cc6', 'google_client_email' => '[MASKED]', 'google_json_key_location' => '/builds/gitlab-org/gitlab/gcs-json-key20230606-21-ow9sla' }71gitlab_rails['object_store']['objects']['artifacts']['bucket'] = 'object_storage_tests'72gitlab_rails['object_store']['objects']['external_diffs']['bucket'] = 'object_storage_tests'73gitlab_rails['object_store']['objects']['lfs']['bucket'] = 'object_storage_tests'74gitlab_rails['object_store']['objects']['uploads']['bucket'] = 'object_storage_tests'75gitlab_rails['object_store']['objects']['packages']['bucket'] = 'object_storage_tests'76gitlab_rails['object_store']['objects']['dependency_proxy']['bucket'] = 'object_storage_tests'77gitlab_rails['object_store']['objects']['pages']['bucket'] = 'object_storage_tests'78gitlab_rails['object_store']['objects']['terraform_state']['bucket'] = 'object_storage_tests'79gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com', 'GITLAB_QA_USER_AGENT'=>'*****', 'GITLAB_ALLOW_SEPARATE_CI_DATABASE'=>'true'}\" > /etc/gitlab/gitlab.rb;"`80[Jun 06 2023 03:09:56 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ce-bcd106df`81[Jun 06 2023 03:13:25 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...82[Jun 06 2023 03:13:25 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-bcd106df`83[Jun 06 2023 03:13:25 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ce-bcd106df 80/tcp`84[Jun 06 2023 03:13:25 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!85[Jun 06 2023 03:13:25 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-bcd106df bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`86[Jun 06 2023 03:13:26 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-bcd106df 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 06 2023 03:13:26 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-bcd106df bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`93[Jun 06 2023 03:13:26 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.1.0/support/data gitlab-ce-bcd106df:/tmp/data-seeds`94[Jun 06 2023 03:13:26 UTC (Gitlab QA)] INFO -- Running exec_commands...95[Jun 06 2023 03:13:26 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-bcd106df bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`96[Jun 06 2023 03:14:15 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`97[Jun 06 2023 03:14:16 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:b716d7f73c14326dbad5320dd21ca81423bacc41`98[Jun 06 2023 03:14:59 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ce99[Jun 06 2023 03:14:59 UTC (Gitlab QA)] INFO -- Running with feature flag: --set-feature-flags super_sidebar_nav_enrolled=enabled100[Jun 06 2023 03:14:59 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_RSPEC_TAGS="$QA_RSPEC_TAGS" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_TRIGGER_AUTO_QUARANTINE="$QA_TRIGGER_AUTO_QUARANTINE" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env 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 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 GOOGLE_PROJECT="$GOOGLE_PROJECT" --env GOOGLE_CLIENT_EMAIL="$GOOGLE_CLIENT_EMAIL" --env GOOGLE_JSON_KEY="$GOOGLE_JSON_KEY" --env GCS_BUCKET_NAME="$GCS_BUCKET_NAME" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-06-03-09-11-a0607bcb/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-06-03-09-11-a0607bcb/gitlab-ce-qa-2b8e3d73:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ce-qa-2b8e3d73 registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:b716d7f73c14326dbad5320dd21ca81423bacc41 Test::Instance::All http://gitlab-ce-bcd106df.test --set-feature-flags super_sidebar_nav_enrolled=enabled -- --tag object_storage --format QA::Support::JsonFormatter --out tmp/rspec-4417509117.json --format RspecJunitFormatter --out tmp/rspec-4417509117.xml --format html --out tmp/rspec-object-storage-gcs_1_2.htm --color --format documentation`101warning: parser/current is loading parser/ruby30, which recognizes3.0.5-compliant syntax, but you are running 3.0.6.1032023-06-06 03:15:17 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:1052023-06-06 03:15:17 WARN Selenium [DEPRECATION] [:caps_browsers] Remote::Capabilities.chrome is deprecated. Use Options.chrome instead.1062023-06-06 03:15:17 WARN Selenium [DEPRECATION] [:capabilities] The :capabilities parameter for Selenium::WebDriver::Chrome::Driver is deprecated. Use :options argument with an instance of Selenium::WebDriver::Chrome::Driver instead.1072023-06-06 03:15:18 / CONF :: 108 ==> Base URL: http://gitlab-ce-bcd106df.test109 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f2b57dbb648>110 ==> Libraries: Chemlab::Vendor111[Jun 06 2023 03:15:18 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA112[Jun 06 2023 03:15:18 UTC (QA Tests)] INFO -- Browser: chrome113[Jun 06 2023 03:15:18 UTC (QA Tests)] INFO -- Browser version: 111.0114[Jun 06 2023 03:15:18 UTC (QA Tests)] INFO -- Performing sanity check for environment!115[Jun 06 2023 03:15:19 UTC (QA Tests)] INFO -- Enabling feature: super_sidebar_nav_enrolled116[Jun 06 2023 03:15:19 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: super_sidebar_nav_enrolled117[Jun 06 2023 03:15:19 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'object-storage-gcs' to 'knapsack/object-storage-gcs.json'118[Jun 06 2023 03:15:20 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====119[Jun 06 2023 03:15:20 UTC (QA Tests)] INFO -- Report specs:120[Jun 06 2023 03:15:20 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/maven_gradle_repository_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/npm/npm_project_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/generic_repository_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/rubygems_registry_spec.rb"]121[Jun 06 2023 03:15:20 UTC (QA Tests)] INFO -- Leftover specs:122[Jun 06 2023 03:15:20 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_dataloss_spec.rb", "qa/specs/features/api/12_systems/gitaly/praefect_repo_sync_spec.rb", "qa/specs/features/api/1_manage/import/import_github_repo_spec.rb", "qa/specs/features/api/1_manage/integrations/webhook_events_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_issue_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_members_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_pipeline_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_release_spec.rb", "qa/specs/features/api/1_manage/rate_limits_spec.rb", "qa/specs/features/api/2_plan/closes_issue_via_pushing_a_commit_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_mwps_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_target_branch_spec.rb", "qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb", "qa/specs/features/api/3_create/repository/files_spec.rb", "qa/specs/features/api/3_create/repository/push_postreceive_idempotent_spec.rb", "qa/specs/features/api/3_create/repository/tag_revision_trigger_prereceive_hook_spec.rb", "qa/specs/features/api/4_verify/api_variable_inheritance_with_forward_pipeline_variables_spec.rb", "qa/specs/features/api/4_verify/file_variable_spec.rb", "qa/specs/features/api/8_monitor/metrics_spec.rb", "qa/specs/features/api/9_data_stores/users_spec.rb", "qa/specs/features/browser_ui/14_analytics/service_ping_default_enabled_spec.rb", "qa/specs/features/browser_ui/1_manage/group/create_group_with_mattermost_team_spec.rb", "qa/specs/features/browser_ui/1_manage/import/import_github_repo_spec.rb", "qa/specs/features/browser_ui/1_manage/integrations/jira/jira_basic_integration_spec.rb", "qa/specs/features/browser_ui/1_manage/integrations/pipeline_status_emails_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_old/add_file_template_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/link_to_line_in_web_ide_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/review_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/pipeline_with_protected_variable_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/raw_variables_defined_in_yaml_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_non_inheritable_when_forward_pipeline_variables_false_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_a_project_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/merge_mr_when_pipline_is_blocked_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/pass_dotenv_variables_to_downstream_via_bridge_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/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/sanity/framework_spec.rb", "qa/specs/features/sanity/version_spec.rb"]123[Jun 06 2023 03:15:20 UTC (QA Tests)] INFO -- Knapsack time offset warning enabled!124[Jun 06 2023 03:15:20 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'object-storage-gcs' to 'knapsack/object-storage-gcs.json'125[Jun 06 2023 03:15:20 UTC (QA Tests)] INFO -- Report already exists, skipping!126Run options:127 include {:object_storage=>true}128 exclude {:geo=>true, :requires_praefect=>true}129Randomized with seed 12068130Package131 Package Registry132 npm instance level endpoint133 using ci job token134[Jun 06 2023 03:15:24 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm instance level endpoint using ci job token push and pull a npm package via CI135[Jun 06 2023 03:15:24 UTC (QA Tests)] INFO -- filling :login_field with "root"136[Jun 06 2023 03:15:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field137[Jun 06 2023 03:15:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"138[Jun 06 2023 03:15:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field139[Jun 06 2023 03:15:25 UTC (QA Tests)] INFO -- clicking :sign_in_button140[Jun 06 2023 03:15:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.654s141[Jun 06 2023 03:15:27 UTC (QA Tests)] INFO -- Enabling super sidebar!142[Jun 06 2023 03:15:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled143[Jun 06 2023 03:15:28 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA144[Jun 06 2023 03:15:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-1uc4qjwy' via cache in 0.0 seconds145[Jun 06 2023 03:15:28 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA146[Jun 06 2023 03:15:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-e5ar9a0d' via cache in 0.0 seconds147[Jun 06 2023 03:15:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.9 seconds148[Jun 06 2023 03:15:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d' via api in 1.69 seconds149[Jun 06 2023 03:15:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instace-level-publish-6e662c03f80f735e' via api in 2.92 seconds150[Jun 06 2023 03:15:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instance-level-install-c203397253d05289' via api in 1.77 seconds151[Jun 06 2023 03:15:33 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.152[Jun 06 2023 03:15:33 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`153[Jun 06 2023 03:15:36 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`154[Jun 06 2023 03:15:36 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`155[Jun 06 2023 03:15:36 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686021333 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686021333 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-1686021333 --url http://gitlab-ce-bcd106df.test --registration-token **** --tag-list runner-for-qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d --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" `156[Jun 06 2023 03:15:39 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686021333`157[Jun 06 2023 03:15:39 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`158[Jun 06 2023 03:15:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1686021333' via api in 7.36 seconds159[Jun 06 2023 03:15:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.35 seconds160[Jun 06 2023 03:15:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instace-level-publish-6e662c03f80f735e161[Jun 06 2023 03:15:44 UTC (QA Tests)] INFO -- clicking :menu_section_button162[Jun 06 2023 03:15:44 UTC (QA Tests)] INFO -- clicking :nav_item_link163[Jun 06 2023 03:15:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.049s164[Jun 06 2023 03:15:48 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present165[Jun 06 2023 03:15:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.702s166[Jun 06 2023 03:15:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.578s167[Jun 06 2023 03:15:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 0.601s168[Jun 06 2023 03:16:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds169[Jun 06 2023 03:16:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instance-level-install-c203397253d05289170[Jun 06 2023 03:16:14 UTC (QA Tests)] INFO -- clicking :menu_section_button171[Jun 06 2023 03:16:14 UTC (QA Tests)] INFO -- clicking :nav_item_link172[Jun 06 2023 03:16:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.205s173[Jun 06 2023 03:16:17 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present174[Jun 06 2023 03:16:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.265s175[Jun 06 2023 03:16:31 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button176[Jun 06 2023 03:16:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.707s177[Jun 06 2023 03:16:31 UTC (QA Tests)] INFO -- clicking :directory_name_link178[Jun 06 2023 03:16:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.703s179[Jun 06 2023 03:16:32 UTC (QA Tests)] INFO -- clicking :directory_name_link180[Jun 06 2023 03:16:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.989s181[Jun 06 2023 03:16:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instace-level-publish-6e662c03f80f735e182[Jun 06 2023 03:16:35 UTC (QA Tests)] INFO -- clicking :menu_section_button183[Jun 06 2023 03:16:35 UTC (QA Tests)] INFO -- clicking :nav_item_link184[Jun 06 2023 03:16:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.715s185[Jun 06 2023 03:16:36 UTC (QA Tests)] INFO -- clicking :package_link186[Jun 06 2023 03:16:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-3/npm-instace-level-publish-6e662c03f80f735e-33f417f99f22910e'187[Jun 06 2023 03:16:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1686021333'188[Jun 06 2023 03:16:37 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686021333`189[Jun 06 2023 03:16:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instace-level-publish-6e662c03f80f735e'190[Jun 06 2023 03:16:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instance-level-install-c203397253d05289'191 push and pull a npm package via CI192 using personal access token193[Jun 06 2023 03:16:38 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm instance level endpoint using personal access token push and pull a npm package via CI194[Jun 06 2023 03:16:38 UTC (QA Tests)] INFO -- filling :login_field with "root"195[Jun 06 2023 03:16:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field196[Jun 06 2023 03:16:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"197[Jun 06 2023 03:16:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field198[Jun 06 2023 03:16:39 UTC (QA Tests)] INFO -- clicking :sign_in_button199[Jun 06 2023 03:16:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.697s200[Jun 06 2023 03:16:40 UTC (QA Tests)] INFO -- Enabling super sidebar!201[Jun 06 2023 03:16:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled202[Jun 06 2023 03:16:41 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA203[Jun 06 2023 03:16:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-mc58qhuc' via cache in 0.0 seconds204[Jun 06 2023 03:16:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.1 seconds205[Jun 06 2023 03:16:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d' via api in 0.16 seconds206[Jun 06 2023 03:16:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instace-level-publish-5bfc88e52bff80a1' via api in 1.17 seconds207[Jun 06 2023 03:16:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instance-level-install-e53b515d9f477263' via api in 0.4 seconds208[Jun 06 2023 03:16:43 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.209[Jun 06 2023 03:16:43 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`210[Jun 06 2023 03:16:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`211[Jun 06 2023 03:16:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`212[Jun 06 2023 03:16:48 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686021403 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686021403 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-1686021403 --url http://gitlab-ce-bcd106df.test --registration-token **** --tag-list runner-for-qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d --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" `213[Jun 06 2023 03:16:49 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686021403`214[Jun 06 2023 03:16:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`215[Jun 06 2023 03:16:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1686021403' via api in 6.11 seconds216[Jun 06 2023 03:16:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.2 seconds217[Jun 06 2023 03:16:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.12 seconds218[Jun 06 2023 03:16:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds219[Jun 06 2023 03:16:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instace-level-publish-5bfc88e52bff80a1220[Jun 06 2023 03:16:52 UTC (QA Tests)] INFO -- clicking :menu_section_button221[Jun 06 2023 03:16:52 UTC (QA Tests)] INFO -- clicking :nav_item_link222[Jun 06 2023 03:16:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.634s223[Jun 06 2023 03:16:54 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present224[Jun 06 2023 03:16:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.246s225[Jun 06 2023 03:17:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds226[Jun 06 2023 03:17:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instance-level-install-e53b515d9f477263227[Jun 06 2023 03:17:10 UTC (QA Tests)] INFO -- clicking :menu_section_button228[Jun 06 2023 03:17:10 UTC (QA Tests)] INFO -- clicking :nav_item_link229[Jun 06 2023 03:17:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.764s230[Jun 06 2023 03:17:12 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present231[Jun 06 2023 03:17:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.225s232[Jun 06 2023 03:17:26 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button233[Jun 06 2023 03:17:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.6s234[Jun 06 2023 03:17:26 UTC (QA Tests)] INFO -- clicking :directory_name_link235[Jun 06 2023 03:17:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.839s236[Jun 06 2023 03:17:27 UTC (QA Tests)] INFO -- clicking :directory_name_link237[Jun 06 2023 03:17:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.708s238[Jun 06 2023 03:17:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instace-level-publish-5bfc88e52bff80a1239[Jun 06 2023 03:17:29 UTC (QA Tests)] INFO -- clicking :menu_section_button240[Jun 06 2023 03:17:30 UTC (QA Tests)] INFO -- clicking :nav_item_link241[Jun 06 2023 03:17:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.738s242[Jun 06 2023 03:17:30 UTC (QA Tests)] INFO -- clicking :package_link243[Jun 06 2023 03:17:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? package_information_content' took 0.554s244[Jun 06 2023 03:17:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-3/npm-instace-level-publish-5bfc88e52bff80a1-590e478e38da8a3f'245[Jun 06 2023 03:17:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1686021403'246[Jun 06 2023 03:17:32 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686021403`247[Jun 06 2023 03:17:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instace-level-publish-5bfc88e52bff80a1'248[Jun 06 2023 03:17:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instance-level-install-e53b515d9f477263'249 push and pull a npm package via CI250 using project deploy token251[Jun 06 2023 03:17:33 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm instance level endpoint using project deploy token push and pull a npm package via CI252[Jun 06 2023 03:17:33 UTC (QA Tests)] INFO -- filling :login_field with "root"253[Jun 06 2023 03:17:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field254[Jun 06 2023 03:17:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"255[Jun 06 2023 03:17:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field256[Jun 06 2023 03:17:34 UTC (QA Tests)] INFO -- clicking :sign_in_button257[Jun 06 2023 03:17:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.772s258[Jun 06 2023 03:17:36 UTC (QA Tests)] INFO -- Enabling super sidebar!259[Jun 06 2023 03:17:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled260[Jun 06 2023 03:17:38 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA261[Jun 06 2023 03:17:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-x85lxq4p' via cache in 0.0 seconds262[Jun 06 2023 03:17:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds263[Jun 06 2023 03:17:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d' via api in 0.11 seconds264[Jun 06 2023 03:17:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instace-level-publish-bca075152ef94ff3' via api in 0.53 seconds265[Jun 06 2023 03:17:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instance-level-install-7054b310551a3aa2' via api in 0.53 seconds266[Jun 06 2023 03:17:39 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.267[Jun 06 2023 03:17:39 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`268[Jun 06 2023 03:17:39 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`269[Jun 06 2023 03:17:39 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`270[Jun 06 2023 03:17:39 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686021459 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686021459 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-1686021459 --url http://gitlab-ce-bcd106df.test --registration-token **** --tag-list runner-for-qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d --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" `271[Jun 06 2023 03:17:40 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686021459`272[Jun 06 2023 03:17:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`273[Jun 06 2023 03:17:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1686021459' via api in 2.69 seconds274[Jun 06 2023 03:17:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-1' via api in 0.11 seconds275[Jun 06 2023 03:17:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds276[Jun 06 2023 03:17:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds277[Jun 06 2023 03:17:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds278[Jun 06 2023 03:17:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instace-level-publish-bca075152ef94ff3279[Jun 06 2023 03:17:44 UTC (QA Tests)] INFO -- clicking :menu_section_button280[Jun 06 2023 03:17:44 UTC (QA Tests)] INFO -- clicking :nav_item_link281[Jun 06 2023 03:17:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.767s282[Jun 06 2023 03:17:46 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present283[Jun 06 2023 03:17:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.225s284[Jun 06 2023 03:18:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds285[Jun 06 2023 03:18:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instance-level-install-7054b310551a3aa2286[Jun 06 2023 03:18:03 UTC (QA Tests)] INFO -- clicking :menu_section_button287[Jun 06 2023 03:18:03 UTC (QA Tests)] INFO -- clicking :nav_item_link288[Jun 06 2023 03:18:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.771s289[Jun 06 2023 03:18:06 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present290[Jun 06 2023 03:18:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.105s291[Jun 06 2023 03:18:19 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button292[Jun 06 2023 03:18:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.744s293[Jun 06 2023 03:18:20 UTC (QA Tests)] INFO -- clicking :directory_name_link294[Jun 06 2023 03:18:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.712s295[Jun 06 2023 03:18:21 UTC (QA Tests)] INFO -- clicking :directory_name_link296[Jun 06 2023 03:18:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.642s297[Jun 06 2023 03:18:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instace-level-publish-bca075152ef94ff3298[Jun 06 2023 03:18:23 UTC (QA Tests)] INFO -- clicking :menu_section_button299[Jun 06 2023 03:18:23 UTC (QA Tests)] INFO -- clicking :nav_item_link300[Jun 06 2023 03:18:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.711s301[Jun 06 2023 03:18:24 UTC (QA Tests)] INFO -- clicking :package_link302[Jun 06 2023 03:18:24 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-3/npm-instace-level-publish-bca075152ef94ff3-26cc7bee3daf49d1'303[Jun 06 2023 03:18:24 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1686021459'304[Jun 06 2023 03:18:24 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686021459`305[Jun 06 2023 03:18:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instace-level-publish-bca075152ef94ff3'306[Jun 06 2023 03:18:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-instance-level-install-7054b310551a3aa2'307 push and pull a npm package via CI308Package309 Maven Repository with Gradle310 using project deploy token311[Jun 06 2023 03:18:25 UTC (QA Tests)] INFO -- Starting test: Package Maven Repository with Gradle using project deploy token pushes and pulls a maven package via gradle312[Jun 06 2023 03:18:26 UTC (QA Tests)] INFO -- filling :login_field with "root"313[Jun 06 2023 03:18:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field314[Jun 06 2023 03:18:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"315[Jun 06 2023 03:18:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field316[Jun 06 2023 03:18:27 UTC (QA Tests)] INFO -- clicking :sign_in_button317[Jun 06 2023 03:18:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.66s318[Jun 06 2023 03:18:28 UTC (QA Tests)] INFO -- Enabling super sidebar!319[Jun 06 2023 03:18:28 UTC (QA Tests)] INFO -- Super sidebar is already enabled320[Jun 06 2023 03:18:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds321[Jun 06 2023 03:18:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d' via api in 0.13 seconds322[Jun 06 2023 03:18:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_package_project-63e84bee7784259f' via api in 0.91 seconds323[Jun 06 2023 03:18:30 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.324[Jun 06 2023 03:18:30 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`325[Jun 06 2023 03:18:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`326[Jun 06 2023 03:18:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`327[Jun 06 2023 03:18:30 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686021509 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686021509 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-1686021509 --url http://gitlab-ce-bcd106df.test --registration-token **** --tag-list runner-for-qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d --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" `328[Jun 06 2023 03:18:31 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686021509`329[Jun 06 2023 03:18:31 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`330[Jun 06 2023 03:18:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1686021509' via api in 1.21 seconds331[Jun 06 2023 03:18:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds332[Jun 06 2023 03:18:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_package_project-63e84bee7784259f333[Jun 06 2023 03:18:34 UTC (QA Tests)] INFO -- clicking :menu_section_button334[Jun 06 2023 03:18:34 UTC (QA Tests)] INFO -- clicking :nav_item_link335[Jun 06 2023 03:18:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.753s336[Jun 06 2023 03:18:36 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present337[Jun 06 2023 03:18:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.471s338[Jun 06 2023 03:18:59 UTC (QA Tests)] INFO -- clicking :menu_section_button339[Jun 06 2023 03:18:59 UTC (QA Tests)] INFO -- clicking :nav_item_link340[Jun 06 2023 03:19:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.764s341[Jun 06 2023 03:19:00 UTC (QA Tests)] INFO -- clicking :package_link342[Jun 06 2023 03:19:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? package_information_content' took 0.571s343[Jun 06 2023 03:19:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_client_project-99e67f5b17e25e89' via api in 0.69 seconds344[Jun 06 2023 03:19:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-2' via api in 0.1 seconds345[Jun 06 2023 03:19:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.41 seconds346[Jun 06 2023 03:19:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_client_project-99e67f5b17e25e89347[Jun 06 2023 03:19:04 UTC (QA Tests)] INFO -- clicking :menu_section_button348[Jun 06 2023 03:19:04 UTC (QA Tests)] INFO -- clicking :nav_item_link349[Jun 06 2023 03:19:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.69s350[Jun 06 2023 03:19:06 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present351[Jun 06 2023 03:19:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.143s352[Jun 06 2023 03:19:20 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1686021509'353[Jun 06 2023 03:19:20 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686021509`354[Jun 06 2023 03:19:20 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven_gradle-1fb14d51b51f8572'355[Jun 06 2023 03:19:20 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_package_project-63e84bee7784259f'356[Jun 06 2023 03:19:20 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_client_project-99e67f5b17e25e89'357 pushes and pulls a maven package via gradle358 using ci job token359[Jun 06 2023 03:19:21 UTC (QA Tests)] INFO -- Starting test: Package Maven Repository with Gradle using ci job token pushes and pulls a maven package via gradle360[Jun 06 2023 03:19:21 UTC (QA Tests)] INFO -- filling :login_field with "root"361[Jun 06 2023 03:19:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field362[Jun 06 2023 03:19:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"363[Jun 06 2023 03:19:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field364[Jun 06 2023 03:19:22 UTC (QA Tests)] INFO -- clicking :sign_in_button365[Jun 06 2023 03:19:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.637s366[Jun 06 2023 03:19:23 UTC (QA Tests)] INFO -- Enabling super sidebar!367[Jun 06 2023 03:19:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled368[Jun 06 2023 03:19:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds369[Jun 06 2023 03:19:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d' via api in 0.13 seconds370[Jun 06 2023 03:19:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_package_project-654f67b170ae2d87' via api in 0.91 seconds371[Jun 06 2023 03:19:25 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.372[Jun 06 2023 03:19:25 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`373[Jun 06 2023 03:19:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`374[Jun 06 2023 03:19:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`375[Jun 06 2023 03:19:31 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686021564 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686021564 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-1686021564 --url http://gitlab-ce-bcd106df.test --registration-token **** --tag-list runner-for-qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d --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" `376[Jun 06 2023 03:19:31 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686021564`377[Jun 06 2023 03:19:31 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`378[Jun 06 2023 03:19:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1686021564' via api in 6.16 seconds379[Jun 06 2023 03:19:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds380[Jun 06 2023 03:19:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_package_project-654f67b170ae2d87381[Jun 06 2023 03:19:33 UTC (QA Tests)] INFO -- clicking :menu_section_button382[Jun 06 2023 03:19:33 UTC (QA Tests)] INFO -- clicking :nav_item_link383[Jun 06 2023 03:19:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.65s384[Jun 06 2023 03:19:35 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present385[Jun 06 2023 03:19:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.201s386[Jun 06 2023 03:19:49 UTC (QA Tests)] INFO -- clicking :menu_section_button387[Jun 06 2023 03:19:49 UTC (QA Tests)] INFO -- clicking :nav_item_link388[Jun 06 2023 03:19:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.754s389[Jun 06 2023 03:19:50 UTC (QA Tests)] INFO -- clicking :package_link390[Jun 06 2023 03:19:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? package_information_content' took 0.536s391[Jun 06 2023 03:19:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_client_project-9f8859cae70c006f' via api in 0.66 seconds392[Jun 06 2023 03:19:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.08 seconds393[Jun 06 2023 03:19:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.06 seconds394[Jun 06 2023 03:19:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds395[Jun 06 2023 03:19:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_client_project-9f8859cae70c006f396[Jun 06 2023 03:19:53 UTC (QA Tests)] INFO -- clicking :menu_section_button397[Jun 06 2023 03:19:53 UTC (QA Tests)] INFO -- clicking :nav_item_link398[Jun 06 2023 03:19:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.666s399[Jun 06 2023 03:19:55 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present400[Jun 06 2023 03:19:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.192s401[Jun 06 2023 03:20:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1686021564'402[Jun 06 2023 03:20:09 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686021564`403[Jun 06 2023 03:20:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven_gradle-68b983a4598a1318'404[Jun 06 2023 03:20:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_package_project-654f67b170ae2d87'405[Jun 06 2023 03:20:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_client_project-9f8859cae70c006f'406 pushes and pulls a maven package via gradle407 using personal access token408[Jun 06 2023 03:20:10 UTC (QA Tests)] INFO -- Starting test: Package Maven Repository with Gradle using personal access token pushes and pulls a maven package via gradle409[Jun 06 2023 03:20:10 UTC (QA Tests)] INFO -- filling :login_field with "root"410[Jun 06 2023 03:20:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field411[Jun 06 2023 03:20:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"412[Jun 06 2023 03:20:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field413[Jun 06 2023 03:20:11 UTC (QA Tests)] INFO -- clicking :sign_in_button414[Jun 06 2023 03:20:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.902s415[Jun 06 2023 03:20:12 UTC (QA Tests)] INFO -- Enabling super sidebar!416[Jun 06 2023 03:20:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled417[Jun 06 2023 03:20:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds418[Jun 06 2023 03:20:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d' via api in 0.11 seconds419[Jun 06 2023 03:20:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_package_project-10a29f33b34486ea' via api in 0.89 seconds420[Jun 06 2023 03:20:15 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.421[Jun 06 2023 03:20:15 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`422[Jun 06 2023 03:20:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`423[Jun 06 2023 03:20:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`424[Jun 06 2023 03:20:20 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686021614 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686021614 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-1686021614 --url http://gitlab-ce-bcd106df.test --registration-token **** --tag-list runner-for-qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d --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" `425[Jun 06 2023 03:20:20 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686021614`426[Jun 06 2023 03:20:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`427[Jun 06 2023 03:20:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1686021614' via api in 6.13 seconds428[Jun 06 2023 03:20:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds429[Jun 06 2023 03:20:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_package_project-10a29f33b34486ea430[Jun 06 2023 03:20:23 UTC (QA Tests)] INFO -- clicking :menu_section_button431[Jun 06 2023 03:20:23 UTC (QA Tests)] INFO -- clicking :nav_item_link432[Jun 06 2023 03:20:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.657s433[Jun 06 2023 03:20:25 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present434[Jun 06 2023 03:20:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.116s435[Jun 06 2023 03:20:38 UTC (QA Tests)] INFO -- clicking :menu_section_button436[Jun 06 2023 03:20:39 UTC (QA Tests)] INFO -- clicking :nav_item_link437[Jun 06 2023 03:20:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.756s438[Jun 06 2023 03:20:39 UTC (QA Tests)] INFO -- clicking :package_link439[Jun 06 2023 03:20:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? package_information_content' took 0.579s440[Jun 06 2023 03:20:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_client_project-448768c1c2443013' via api in 0.61 seconds441[Jun 06 2023 03:20:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds442[Jun 06 2023 03:20:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_client_project-448768c1c2443013443[Jun 06 2023 03:20:43 UTC (QA Tests)] INFO -- clicking :menu_section_button444[Jun 06 2023 03:20:43 UTC (QA Tests)] INFO -- clicking :nav_item_link445[Jun 06 2023 03:20:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.761s446[Jun 06 2023 03:20:45 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present447[Jun 06 2023 03:20:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.122s448[Jun 06 2023 03:20:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1686021614'449[Jun 06 2023 03:20:58 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686021614`450[Jun 06 2023 03:20:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven_gradle-1fab7e8f5798cadf'451[Jun 06 2023 03:20:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_package_project-10a29f33b34486ea'452[Jun 06 2023 03:20:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_gradle_client_project-448768c1c2443013'453 pushes and pulls a maven package via gradle454Package455 RubyGems Repository456[Jun 06 2023 03:20:59 UTC (QA Tests)] INFO -- Starting test: Package RubyGems Repository publishes a Ruby gem457[Jun 06 2023 03:20:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds458[Jun 06 2023 03:20:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d' via api in 0.13 seconds459[Jun 06 2023 03:21:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/rubygems-package-project-8340da445ac01bf3' via api in 0.54 seconds460[Jun 06 2023 03:21:00 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.461[Jun 06 2023 03:21:00 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`462[Jun 06 2023 03:21:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`463[Jun 06 2023 03:21:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`464[Jun 06 2023 03:21:05 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686021659 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686021659 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-1686021659 --url http://gitlab-ce-bcd106df.test --registration-token **** --tag-list runner-for-rubygems-package-project-8340da445ac01bf3 --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" `465[Jun 06 2023 03:21:06 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686021659`466[Jun 06 2023 03:21:06 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`467[Jun 06 2023 03:21:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1686021659' via api in 7.22 seconds468[Jun 06 2023 03:21:07 UTC (QA Tests)] INFO -- Enabling feature: rubygem_packages for scope "project: gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/rubygems-package-project-8340da445ac01bf3"469[Jun 06 2023 03:21:07 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: rubygem_packages470[Jun 06 2023 03:21:08 UTC (QA Tests)] INFO -- filling :login_field with "root"471[Jun 06 2023 03:21:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field472[Jun 06 2023 03:21:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"473[Jun 06 2023 03:21:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field474[Jun 06 2023 03:21:08 UTC (QA Tests)] INFO -- clicking :sign_in_button475[Jun 06 2023 03:21:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.744s476[Jun 06 2023 03:21:09 UTC (QA Tests)] INFO -- Enabling super sidebar!477[Jun 06 2023 03:21:09 UTC (QA Tests)] INFO -- Super sidebar is already enabled478[Jun 06 2023 03:21:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds479[Jun 06 2023 03:21:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/rubygems-package-project-8340da445ac01bf3480[Jun 06 2023 03:21:12 UTC (QA Tests)] INFO -- clicking :menu_section_button481[Jun 06 2023 03:21:12 UTC (QA Tests)] INFO -- clicking :nav_item_link482[Jun 06 2023 03:21:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.639s483[Jun 06 2023 03:21:14 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present484[Jun 06 2023 03:21:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.236s485[Jun 06 2023 03:21:28 UTC (QA Tests)] INFO -- clicking :menu_section_button486[Jun 06 2023 03:21:28 UTC (QA Tests)] INFO -- clicking :nav_item_link487[Jun 06 2023 03:21:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.747s488[Jun 06 2023 03:21:29 UTC (QA Tests)] INFO -- Disabling feature: rubygem_packages for scope "project: gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/rubygems-package-project-8340da445ac01bf3"489[Jun 06 2023 03:21:29 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: rubygem_packages490 publishes a Ruby gem491Package492 Maven request forwarding493 uses GitLab as a mirror of the central proxy (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/378221)494 Maven group level endpoint495 duplication setting496 when disabled497[Jun 06 2023 03:21:29 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint duplication setting when disabled prevents users from publishing duplicates498[Jun 06 2023 03:21:30 UTC (QA Tests)] INFO -- filling :login_field with "root"499[Jun 06 2023 03:21:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field500[Jun 06 2023 03:21:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"501[Jun 06 2023 03:21:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field502[Jun 06 2023 03:21:30 UTC (QA Tests)] INFO -- clicking :sign_in_button503[Jun 06 2023 03:21:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.738s504[Jun 06 2023 03:21:32 UTC (QA Tests)] INFO -- Enabling super sidebar!505[Jun 06 2023 03:21:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled506[Jun 06 2023 03:21:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds507[Jun 06 2023 03:21:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d' via api in 0.14 seconds508[Jun 06 2023 03:21:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_package_project-45797de0d24de249' via api in 0.82 seconds509[Jun 06 2023 03:21:34 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.510[Jun 06 2023 03:21:34 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`511[Jun 06 2023 03:21:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`512[Jun 06 2023 03:21:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`513[Jun 06 2023 03:21:34 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686021693 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686021693 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-1686021693 --url http://gitlab-ce-bcd106df.test --registration-token **** --tag-list runner-for-qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d --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" `514[Jun 06 2023 03:21:35 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686021693`515[Jun 06 2023 03:21:35 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`516[Jun 06 2023 03:21:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1686021693' via api in 1.14 seconds517[Jun 06 2023 03:21:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds518[Jun 06 2023 03:21:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_client_project-a4fac426817935ec' via api in 0.68 seconds519[Jun 06 2023 03:21:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds520[Jun 06 2023 03:21:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-bcd106df.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d521[Jun 06 2023 03:21:37 UTC (QA Tests)] INFO -- clicking :menu_section_button522[Jun 06 2023 03:21:37 UTC (QA Tests)] INFO -- clicking :nav_item_link523[Jun 06 2023 03:21:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.677s524[Jun 06 2023 03:21:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds525[Jun 06 2023 03:21:38 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_package_project-45797de0d24de249526[Jun 06 2023 03:21:40 UTC (QA Tests)] INFO -- clicking :menu_section_button527[Jun 06 2023 03:21:40 UTC (QA Tests)] INFO -- clicking :nav_item_link528[Jun 06 2023 03:21:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.748s529[Jun 06 2023 03:21:42 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present530[Jun 06 2023 03:21:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.728s531[Jun 06 2023 03:22:15 UTC (QA Tests)] INFO -- clicking :retry_button532[Jun 06 2023 03:22:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element retry_button' took 1.484s533[Jun 06 2023 03:22:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_package_project-45797de0d24de249534[Jun 06 2023 03:22:19 UTC (QA Tests)] INFO -- clicking :menu_section_button535[Jun 06 2023 03:22:19 UTC (QA Tests)] INFO -- clicking :nav_item_link536[Jun 06 2023 03:22:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.156s537[Jun 06 2023 03:22:21 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present538[Jun 06 2023 03:22:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.128s539[Jun 06 2023 03:22:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1686021693'540[Jun 06 2023 03:22:35 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686021693`541[Jun 06 2023 03:22:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-ac562506a0c5a8b1'542[Jun 06 2023 03:22:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_package_project-45797de0d24de249'543[Jun 06 2023 03:22:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_client_project-a4fac426817935ec'544 prevents users from publishing duplicates545 when enabled546[Jun 06 2023 03:22:36 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint duplication setting when enabled allows users to publish duplicates547[Jun 06 2023 03:22:37 UTC (QA Tests)] INFO -- filling :login_field with "root"548[Jun 06 2023 03:22:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field549[Jun 06 2023 03:22:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"550[Jun 06 2023 03:22:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field551[Jun 06 2023 03:22:37 UTC (QA Tests)] INFO -- clicking :sign_in_button552[Jun 06 2023 03:22:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.805s553[Jun 06 2023 03:22:38 UTC (QA Tests)] INFO -- Enabling super sidebar!554[Jun 06 2023 03:22:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled555[Jun 06 2023 03:22:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds556[Jun 06 2023 03:22:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d' via api in 0.11 seconds557[Jun 06 2023 03:22:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_package_project-5501f3fa43fdada8' via api in 0.78 seconds558[Jun 06 2023 03:22:41 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.559[Jun 06 2023 03:22:41 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`560[Jun 06 2023 03:22:46 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`561[Jun 06 2023 03:22:46 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`562[Jun 06 2023 03:22:46 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686021760 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686021760 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-1686021760 --url http://gitlab-ce-bcd106df.test --registration-token **** --tag-list runner-for-qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d --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" `563[Jun 06 2023 03:22:46 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686021760`564[Jun 06 2023 03:22:46 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`565[Jun 06 2023 03:22:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1686021760' via api in 6.15 seconds566[Jun 06 2023 03:22:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds567[Jun 06 2023 03:22:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_client_project-34dcddaebd9768fd' via api in 0.66 seconds568[Jun 06 2023 03:22:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds569[Jun 06 2023 03:22:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-bcd106df.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d570[Jun 06 2023 03:22:49 UTC (QA Tests)] INFO -- clicking :menu_section_button571[Jun 06 2023 03:22:49 UTC (QA Tests)] INFO -- clicking :nav_item_link572[Jun 06 2023 03:22:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.67s573[Jun 06 2023 03:22:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds574[Jun 06 2023 03:22:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_package_project-5501f3fa43fdada8575[Jun 06 2023 03:22:52 UTC (QA Tests)] INFO -- clicking :menu_section_button576[Jun 06 2023 03:22:52 UTC (QA Tests)] INFO -- clicking :nav_item_link577[Jun 06 2023 03:22:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.677s578[Jun 06 2023 03:22:54 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present579[Jun 06 2023 03:22:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_path' took 0.869s580[Jun 06 2023 03:22:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.974s581[Jun 06 2023 03:23:18 UTC (QA Tests)] INFO -- clicking :retry_button582[Jun 06 2023 03:23:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element retry_button' took 1.109s583[Jun 06 2023 03:23:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_package_project-5501f3fa43fdada8584[Jun 06 2023 03:23:21 UTC (QA Tests)] INFO -- clicking :menu_section_button585[Jun 06 2023 03:23:21 UTC (QA Tests)] INFO -- clicking :nav_item_link586[Jun 06 2023 03:23:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.721s587[Jun 06 2023 03:23:23 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present588[Jun 06 2023 03:23:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.419s589[Jun 06 2023 03:23:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1686021760'590[Jun 06 2023 03:23:37 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686021760`591[Jun 06 2023 03:23:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-f3aecb23c43ddfbe'592[Jun 06 2023 03:23:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_package_project-5501f3fa43fdada8'593[Jun 06 2023 03:23:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_client_project-34dcddaebd9768fd'594 allows users to publish duplicates595 via maven596 using a personal access token597[Jun 06 2023 03:23:38 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a personal access token pushes and pulls a maven package598[Jun 06 2023 03:23:38 UTC (QA Tests)] INFO -- filling :login_field with "root"599[Jun 06 2023 03:23:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field600[Jun 06 2023 03:23:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"601[Jun 06 2023 03:23:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field602[Jun 06 2023 03:23:39 UTC (QA Tests)] INFO -- clicking :sign_in_button603[Jun 06 2023 03:23:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.821s604[Jun 06 2023 03:23:40 UTC (QA Tests)] INFO -- Enabling super sidebar!605[Jun 06 2023 03:23:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled606[Jun 06 2023 03:23:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds607[Jun 06 2023 03:23:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d' via api in 0.13 seconds608[Jun 06 2023 03:23:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_package_project-7546ae445653e6f8' via api in 0.83 seconds609[Jun 06 2023 03:23:42 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.610[Jun 06 2023 03:23:42 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`611[Jun 06 2023 03:23:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`612[Jun 06 2023 03:23:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`613[Jun 06 2023 03:23:48 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686021822 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686021822 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-1686021822 --url http://gitlab-ce-bcd106df.test --registration-token **** --tag-list runner-for-qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d --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" `614[Jun 06 2023 03:23:48 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686021822`615[Jun 06 2023 03:23:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`616[Jun 06 2023 03:23:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1686021822' via api in 6.16 seconds617[Jun 06 2023 03:23:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds618[Jun 06 2023 03:23:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_client_project-aeee07a3b3aa6d5b' via api in 0.75 seconds619[Jun 06 2023 03:23:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds620[Jun 06 2023 03:23:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds621[Jun 06 2023 03:23:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_package_project-7546ae445653e6f8622[Jun 06 2023 03:23:52 UTC (QA Tests)] INFO -- clicking :menu_section_button623[Jun 06 2023 03:23:52 UTC (QA Tests)] INFO -- clicking :nav_item_link624[Jun 06 2023 03:23:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.855s625[Jun 06 2023 03:23:54 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present626[Jun 06 2023 03:23:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.262s627[Jun 06 2023 03:24:17 UTC (QA Tests)] INFO -- clicking :menu_section_button628[Jun 06 2023 03:24:17 UTC (QA Tests)] INFO -- clicking :nav_item_link629[Jun 06 2023 03:24:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.735s630[Jun 06 2023 03:24:18 UTC (QA Tests)] INFO -- clicking :package_link631[Jun 06 2023 03:24:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds632[Jun 06 2023 03:24:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_client_project-aeee07a3b3aa6d5b633[Jun 06 2023 03:24:22 UTC (QA Tests)] INFO -- clicking :menu_section_button634[Jun 06 2023 03:24:22 UTC (QA Tests)] INFO -- clicking :nav_item_link635[Jun 06 2023 03:24:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.724s636[Jun 06 2023 03:24:24 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present637[Jun 06 2023 03:24:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.199s638[Jun 06 2023 03:24:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1686021822'639[Jun 06 2023 03:24:38 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686021822`640[Jun 06 2023 03:24:39 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-f8ef9a7439412b25'641[Jun 06 2023 03:24:39 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_package_project-7546ae445653e6f8'642[Jun 06 2023 03:24:39 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_client_project-aeee07a3b3aa6d5b'643 pushes and pulls a maven package644 using a project deploy token645[Jun 06 2023 03:24:39 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a project deploy token pushes and pulls a maven package646[Jun 06 2023 03:24:40 UTC (QA Tests)] INFO -- filling :login_field with "root"647[Jun 06 2023 03:24:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field648[Jun 06 2023 03:24:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"649[Jun 06 2023 03:24:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field650[Jun 06 2023 03:24:41 UTC (QA Tests)] INFO -- clicking :sign_in_button651[Jun 06 2023 03:24:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.686s652[Jun 06 2023 03:24:42 UTC (QA Tests)] INFO -- Enabling super sidebar!653[Jun 06 2023 03:24:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled654[Jun 06 2023 03:24:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds655[Jun 06 2023 03:24:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d' via api in 0.12 seconds656[Jun 06 2023 03:24:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_package_project-240af998674552e1' via api in 0.8 seconds657[Jun 06 2023 03:24:44 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.658[Jun 06 2023 03:24:44 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`659[Jun 06 2023 03:24:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`660[Jun 06 2023 03:24:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`661[Jun 06 2023 03:24:44 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686021883 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686021883 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-1686021883 --url http://gitlab-ce-bcd106df.test --registration-token **** --tag-list runner-for-qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d --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" `662[Jun 06 2023 03:24:45 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686021883`663[Jun 06 2023 03:24:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`664[Jun 06 2023 03:24:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1686021883' via api in 1.17 seconds665[Jun 06 2023 03:24:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupDeployToken with username 'gitlab+deploy-token-3' via api in 0.07 seconds666[Jun 06 2023 03:24:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds667[Jun 06 2023 03:24:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_client_project-f8800177cfb9f7cc' via api in 0.69 seconds668[Jun 06 2023 03:24:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds669[Jun 06 2023 03:24:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds670[Jun 06 2023 03:24:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_package_project-240af998674552e1671[Jun 06 2023 03:24:49 UTC (QA Tests)] INFO -- clicking :menu_section_button672[Jun 06 2023 03:24:49 UTC (QA Tests)] INFO -- clicking :nav_item_link673[Jun 06 2023 03:24:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.764s674[Jun 06 2023 03:24:51 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present675[Jun 06 2023 03:24:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.379s676[Jun 06 2023 03:25:15 UTC (QA Tests)] INFO -- clicking :menu_section_button677[Jun 06 2023 03:25:15 UTC (QA Tests)] INFO -- clicking :nav_item_link678[Jun 06 2023 03:25:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.842s679[Jun 06 2023 03:25:16 UTC (QA Tests)] INFO -- clicking :package_link680[Jun 06 2023 03:25:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds681[Jun 06 2023 03:25:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_client_project-f8800177cfb9f7cc682[Jun 06 2023 03:25:18 UTC (QA Tests)] INFO -- clicking :menu_section_button683[Jun 06 2023 03:25:18 UTC (QA Tests)] INFO -- clicking :nav_item_link684[Jun 06 2023 03:25:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.726s685[Jun 06 2023 03:25:20 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present686[Jun 06 2023 03:25:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.235s687[Jun 06 2023 03:25:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1686021883'688[Jun 06 2023 03:25:35 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686021883`689[Jun 06 2023 03:25:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-8710c87e3f38f81f'690[Jun 06 2023 03:25:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_package_project-240af998674552e1'691[Jun 06 2023 03:25:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_client_project-f8800177cfb9f7cc'692 pushes and pulls a maven package693 using a ci job token694[Jun 06 2023 03:25:35 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a ci job token pushes and pulls a maven package695[Jun 06 2023 03:25:36 UTC (QA Tests)] INFO -- filling :login_field with "root"696[Jun 06 2023 03:25:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field697[Jun 06 2023 03:25:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"698[Jun 06 2023 03:25:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field699[Jun 06 2023 03:25:37 UTC (QA Tests)] INFO -- clicking :sign_in_button700[Jun 06 2023 03:25:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.692s701[Jun 06 2023 03:25:38 UTC (QA Tests)] INFO -- Enabling super sidebar!702[Jun 06 2023 03:25:38 UTC (QA Tests)] INFO -- Super sidebar is already enabled703[Jun 06 2023 03:25:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds704[Jun 06 2023 03:25:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d' via api in 0.11 seconds705[Jun 06 2023 03:25:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_package_project-e95a1a37e7ea894c' via api in 0.78 seconds706[Jun 06 2023 03:25:40 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.707[Jun 06 2023 03:25:40 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`708[Jun 06 2023 03:25:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`709[Jun 06 2023 03:25:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`710[Jun 06 2023 03:25:40 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686021939 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686021939 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-1686021939 --url http://gitlab-ce-bcd106df.test --registration-token **** --tag-list runner-for-qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d --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" `711[Jun 06 2023 03:25:41 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686021939`712[Jun 06 2023 03:25:41 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`713[Jun 06 2023 03:25:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1686021939' via api in 1.13 seconds714[Jun 06 2023 03:25:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.06 seconds715[Jun 06 2023 03:25:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_client_project-95e57cdeb877e870' via api in 0.85 seconds716[Jun 06 2023 03:25:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.08 seconds717[Jun 06 2023 03:25:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds718[Jun 06 2023 03:25:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_package_project-e95a1a37e7ea894c719[Jun 06 2023 03:25:44 UTC (QA Tests)] INFO -- clicking :menu_section_button720[Jun 06 2023 03:25:44 UTC (QA Tests)] INFO -- clicking :nav_item_link721[Jun 06 2023 03:25:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.762s722[Jun 06 2023 03:25:46 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present723[Jun 06 2023 03:25:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.12s724[Jun 06 2023 03:26:09 UTC (QA Tests)] INFO -- clicking :menu_section_button725[Jun 06 2023 03:26:09 UTC (QA Tests)] INFO -- clicking :nav_item_link726[Jun 06 2023 03:26:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.722s727[Jun 06 2023 03:26:10 UTC (QA Tests)] INFO -- clicking :package_link728[Jun 06 2023 03:26:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds729[Jun 06 2023 03:26:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_client_project-95e57cdeb877e870730[Jun 06 2023 03:26:13 UTC (QA Tests)] INFO -- clicking :menu_section_button731[Jun 06 2023 03:26:13 UTC (QA Tests)] INFO -- clicking :nav_item_link732[Jun 06 2023 03:26:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.759s733[Jun 06 2023 03:26:15 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present734[Jun 06 2023 03:26:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.161s735[Jun 06 2023 03:26:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1686021939'736[Jun 06 2023 03:26:29 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686021939`737[Jun 06 2023 03:26:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-b91a9d614c496913'738[Jun 06 2023 03:26:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_package_project-e95a1a37e7ea894c'739[Jun 06 2023 03:26:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/maven_client_project-95e57cdeb877e870'740 pushes and pulls a maven package741Package742 Generic Repository743[Jun 06 2023 03:26:30 UTC (QA Tests)] INFO -- Starting test: Package Generic Repository uploads a generic package and downloads it744[Jun 06 2023 03:26:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds745[Jun 06 2023 03:26:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d' via api in 0.12 seconds746[Jun 06 2023 03:26:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/generic-package-project-46376be469e2155a' via api in 0.55 seconds747[Jun 06 2023 03:26:30 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.748[Jun 06 2023 03:26:30 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`749[Jun 06 2023 03:26:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`750[Jun 06 2023 03:26:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`751[Jun 06 2023 03:26:31 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686021990 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686021990 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-1686021990 --url http://gitlab-ce-bcd106df.test --registration-token **** --tag-list runner-for-generic-package-project-46376be469e2155a --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" `752[Jun 06 2023 03:26:31 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686021990`753[Jun 06 2023 03:26:31 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`754[Jun 06 2023 03:26:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1686021990' via api in 1.13 seconds755[Jun 06 2023 03:26:32 UTC (QA Tests)] INFO -- filling :login_field with "root"756[Jun 06 2023 03:26:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field757[Jun 06 2023 03:26:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"758[Jun 06 2023 03:26:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field759[Jun 06 2023 03:26:33 UTC (QA Tests)] INFO -- clicking :sign_in_button760[Jun 06 2023 03:26:34 UTC (QA Tests)] INFO -- Enabling super sidebar!761[Jun 06 2023 03:26:34 UTC (QA Tests)] INFO -- Super sidebar is already enabled762[Jun 06 2023 03:26:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds763[Jun 06 2023 03:26:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/generic-package-project-46376be469e2155a764[Jun 06 2023 03:26:36 UTC (QA Tests)] INFO -- clicking :menu_section_button765[Jun 06 2023 03:26:37 UTC (QA Tests)] INFO -- clicking :nav_item_link766[Jun 06 2023 03:26:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.723s767[Jun 06 2023 03:26:38 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present768[Jun 06 2023 03:26:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.195s769[Jun 06 2023 03:26:52 UTC (QA Tests)] INFO -- clicking :pipeline_path770[Jun 06 2023 03:26:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pipeline_path' took 0.776s771[Jun 06 2023 03:26:53 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present772[Jun 06 2023 03:26:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.096s773[Jun 06 2023 03:26:54 UTC (QA Tests)] INFO -- clicking :menu_section_button774[Jun 06 2023 03:26:54 UTC (QA Tests)] INFO -- clicking :nav_item_link775[Jun 06 2023 03:26:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.655s776[Jun 06 2023 03:26:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1686021990'777[Jun 06 2023 03:26:55 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686021990`778[Jun 06 2023 03:26:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'my_package-0ce4af6294c95245'779 uploads a generic package and downloads it780Package781 Package Registry782 npm project level endpoint783 using project deploy token784[Jun 06 2023 03:26:56 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm project level endpoint using project deploy token push and pull a npm package via CI785[Jun 06 2023 03:26:56 UTC (QA Tests)] INFO -- filling :login_field with "root"786[Jun 06 2023 03:26:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field787[Jun 06 2023 03:26:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"788[Jun 06 2023 03:26:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field789[Jun 06 2023 03:26:57 UTC (QA Tests)] INFO -- clicking :sign_in_button790[Jun 06 2023 03:26:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.833s791[Jun 06 2023 03:26:58 UTC (QA Tests)] INFO -- Enabling super sidebar!792[Jun 06 2023 03:26:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled793[Jun 06 2023 03:27:00 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA794[Jun 06 2023 03:27:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-lkfbf159' via cache in 0.0 seconds795[Jun 06 2023 03:27:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds796[Jun 06 2023 03:27:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d' via api in 0.11 seconds797[Jun 06 2023 03:27:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-project-level-a1195696b984c065' via api in 0.5 seconds798[Jun 06 2023 03:27:00 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.799[Jun 06 2023 03:27:00 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`800[Jun 06 2023 03:27:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`801[Jun 06 2023 03:27:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`802[Jun 06 2023 03:27:01 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686022020 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686022020 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-1686022020 --url http://gitlab-ce-bcd106df.test --registration-token **** --tag-list runner-for-npm-project-level-a1195696b984c065 --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" `803[Jun 06 2023 03:27:01 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686022020`804[Jun 06 2023 03:27:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`805[Jun 06 2023 03:27:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1686022020' via api in 1.16 seconds806[Jun 06 2023 03:27:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-4' via api in 0.09 seconds807[Jun 06 2023 03:27:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds808[Jun 06 2023 03:27:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds809[Jun 06 2023 03:27:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-project-level-a1195696b984c065810[Jun 06 2023 03:27:04 UTC (QA Tests)] INFO -- clicking :menu_section_button811[Jun 06 2023 03:27:04 UTC (QA Tests)] INFO -- clicking :nav_item_link812[Jun 06 2023 03:27:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.72s813[Jun 06 2023 03:27:06 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present814[Jun 06 2023 03:27:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.216s815[Jun 06 2023 03:27:19 UTC (QA Tests)] INFO -- clicking :nav_item_link816[Jun 06 2023 03:27:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.706s817[Jun 06 2023 03:27:21 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present818[Jun 06 2023 03:27:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.142s819[Jun 06 2023 03:27:23 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button820[Jun 06 2023 03:27:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.645s821[Jun 06 2023 03:27:23 UTC (QA Tests)] INFO -- clicking :directory_name_link822[Jun 06 2023 03:27:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.66s823[Jun 06 2023 03:27:24 UTC (QA Tests)] INFO -- clicking :directory_name_link824[Jun 06 2023 03:27:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.604s825[Jun 06 2023 03:27:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-project-level-a1195696b984c065826[Jun 06 2023 03:27:26 UTC (QA Tests)] INFO -- clicking :menu_section_button827[Jun 06 2023 03:27:26 UTC (QA Tests)] INFO -- clicking :nav_item_link828[Jun 06 2023 03:27:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.693s829[Jun 06 2023 03:27:27 UTC (QA Tests)] INFO -- clicking :package_link830[Jun 06 2023 03:27:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-3/mypackage-aa2d8c6ef229b113'831[Jun 06 2023 03:27:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1686022020'832[Jun 06 2023 03:27:28 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686022020`833[Jun 06 2023 03:27:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-project-level-a1195696b984c065'834 push and pull a npm package via CI835 using personal access token836[Jun 06 2023 03:27:28 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm project level endpoint using personal access token push and pull a npm package via CI837[Jun 06 2023 03:27:29 UTC (QA Tests)] INFO -- filling :login_field with "root"838[Jun 06 2023 03:27:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field839[Jun 06 2023 03:27:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"840[Jun 06 2023 03:27:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field841[Jun 06 2023 03:27:29 UTC (QA Tests)] INFO -- clicking :sign_in_button842[Jun 06 2023 03:27:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.886s843[Jun 06 2023 03:27:31 UTC (QA Tests)] INFO -- Enabling super sidebar!844[Jun 06 2023 03:27:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled845[Jun 06 2023 03:27:32 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA846[Jun 06 2023 03:27:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-jbnprh26' via cache in 0.0 seconds847[Jun 06 2023 03:27:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds848[Jun 06 2023 03:27:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d' via api in 0.12 seconds849[Jun 06 2023 03:27:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-project-level-aed206c206ca1c24' via api in 0.49 seconds850[Jun 06 2023 03:27:32 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.851[Jun 06 2023 03:27:32 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`852[Jun 06 2023 03:27:38 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`853[Jun 06 2023 03:27:38 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`854[Jun 06 2023 03:27:38 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686022052 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686022052 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-1686022052 --url http://gitlab-ce-bcd106df.test --registration-token **** --tag-list runner-for-npm-project-level-aed206c206ca1c24 --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" `855[Jun 06 2023 03:27:38 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686022052`856[Jun 06 2023 03:27:38 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`857[Jun 06 2023 03:27:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1686022052' via api in 6.15 seconds858[Jun 06 2023 03:27:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds859[Jun 06 2023 03:27:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds860[Jun 06 2023 03:27:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-project-level-aed206c206ca1c24861[Jun 06 2023 03:27:41 UTC (QA Tests)] INFO -- clicking :menu_section_button862[Jun 06 2023 03:27:41 UTC (QA Tests)] INFO -- clicking :nav_item_link863[Jun 06 2023 03:27:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.65s864[Jun 06 2023 03:27:43 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present865[Jun 06 2023 03:27:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.2s866[Jun 06 2023 03:27:56 UTC (QA Tests)] INFO -- clicking :nav_item_link867[Jun 06 2023 03:27:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.661s868[Jun 06 2023 03:27:58 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present869[Jun 06 2023 03:27:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.186s870[Jun 06 2023 03:28:00 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button871[Jun 06 2023 03:28:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.643s872[Jun 06 2023 03:28:00 UTC (QA Tests)] INFO -- clicking :directory_name_link873[Jun 06 2023 03:28:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.619s874[Jun 06 2023 03:28:01 UTC (QA Tests)] INFO -- clicking :directory_name_link875[Jun 06 2023 03:28:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.604s876[Jun 06 2023 03:28:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-project-level-aed206c206ca1c24877[Jun 06 2023 03:28:03 UTC (QA Tests)] INFO -- clicking :menu_section_button878[Jun 06 2023 03:28:03 UTC (QA Tests)] INFO -- clicking :nav_item_link879[Jun 06 2023 03:28:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.699s880[Jun 06 2023 03:28:04 UTC (QA Tests)] INFO -- clicking :package_link881[Jun 06 2023 03:28:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-3/mypackage-0746cc77c4f33bc6'882[Jun 06 2023 03:28:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1686022052'883[Jun 06 2023 03:28:05 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686022052`884[Jun 06 2023 03:28:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-project-level-aed206c206ca1c24'885 push and pull a npm package via CI886 using ci job token887[Jun 06 2023 03:28:05 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm project level endpoint using ci job token push and pull a npm package via CI888[Jun 06 2023 03:28:06 UTC (QA Tests)] INFO -- filling :login_field with "root"889[Jun 06 2023 03:28:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field890[Jun 06 2023 03:28:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"891[Jun 06 2023 03:28:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field892[Jun 06 2023 03:28:07 UTC (QA Tests)] INFO -- clicking :sign_in_button893[Jun 06 2023 03:28:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.761s894[Jun 06 2023 03:28:08 UTC (QA Tests)] INFO -- Enabling super sidebar!895[Jun 06 2023 03:28:08 UTC (QA Tests)] INFO -- Super sidebar is already enabled896[Jun 06 2023 03:28:09 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA897[Jun 06 2023 03:28:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-ez1sctel' via cache in 0.0 seconds898[Jun 06 2023 03:28:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds899[Jun 06 2023 03:28:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d' via api in 0.14 seconds900[Jun 06 2023 03:28:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-project-level-a962216ac22dd33e' via api in 0.55 seconds901[Jun 06 2023 03:28:10 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.902[Jun 06 2023 03:28:10 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`903[Jun 06 2023 03:28:10 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`904[Jun 06 2023 03:28:10 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`905[Jun 06 2023 03:28:10 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686022090 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686022090 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-1686022090 --url http://gitlab-ce-bcd106df.test --registration-token **** --tag-list runner-for-npm-project-level-a962216ac22dd33e --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" `906[Jun 06 2023 03:28:10 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686022090`907[Jun 06 2023 03:28:10 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`908[Jun 06 2023 03:28:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1686022090' via api in 1.15 seconds909[Jun 06 2023 03:28:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds910[Jun 06 2023 03:28:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-project-level-a962216ac22dd33e911[Jun 06 2023 03:28:13 UTC (QA Tests)] INFO -- clicking :menu_section_button912[Jun 06 2023 03:28:13 UTC (QA Tests)] INFO -- clicking :nav_item_link913[Jun 06 2023 03:28:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.725s914[Jun 06 2023 03:28:15 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present915[Jun 06 2023 03:28:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.206s916[Jun 06 2023 03:28:28 UTC (QA Tests)] INFO -- clicking :nav_item_link917[Jun 06 2023 03:28:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.693s918[Jun 06 2023 03:28:30 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present919[Jun 06 2023 03:28:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.186s920[Jun 06 2023 03:28:32 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button921[Jun 06 2023 03:28:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.613s922[Jun 06 2023 03:28:32 UTC (QA Tests)] INFO -- clicking :directory_name_link923[Jun 06 2023 03:28:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.637s924[Jun 06 2023 03:28:33 UTC (QA Tests)] INFO -- clicking :directory_name_link925[Jun 06 2023 03:28:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.621s926[Jun 06 2023 03:28:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-bcd106df.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-project-level-a962216ac22dd33e927[Jun 06 2023 03:28:35 UTC (QA Tests)] INFO -- clicking :menu_section_button928[Jun 06 2023 03:28:35 UTC (QA Tests)] INFO -- clicking :nav_item_link929[Jun 06 2023 03:28:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.666s930[Jun 06 2023 03:28:36 UTC (QA Tests)] INFO -- clicking :package_link931[Jun 06 2023 03:28:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-3/mypackage-c3811e6c8a8562eb'932[Jun 06 2023 03:28:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1686022090'933[Jun 06 2023 03:28:37 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686022090`934[Jun 06 2023 03:28:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-15-28-c7713cdeeea43f9d/npm-project-level-a962216ac22dd33e'935 push and pull a npm package via CI936[Jun 06 2023 03:28:37 UTC (QA Tests)] INFO -- 937========= Knapsack Time Offset Warning ==========938Time offset: 30s939Max allowed node time execution: 15m 13s940Exceeded time: -02m942Global time execution for this CI node is fine.943Happy testing!944Need explanation? See FAQ:946=================================================947Read up on the benefits of a dynamic test split with Knapsack Pro Queue Mode:948https://docs.knapsackpro.com/2020/how-to-speed-up-ruby-and-javascript-tests-with-ci-parallelisation949Sign up for Knapsack Pro here:951=================================================952[Jun 06 2023 03:28:37 UTC (QA Tests)] INFO -- 953Knapsack global time execution for tests: 13m 13s954Pending: (Failures listed here are expected and do not affect your suite's status)955 1) Package Maven request forwarding uses GitLab as a mirror of the central proxy956 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/378221957 # ./qa/specs/features/browser_ui/5_package/package_registry/maven/maven_group_level_spec.rb:290958Finished in 13 minutes 16 seconds (files took 4.73 seconds to load)95917 examples, 0 failures, 1 pending960Randomized with seed 12068961[Jun 06 2023 03:28:38 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ce-bcd106df`962[Jun 06 2023 03:28:38 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ce-bcd106df`964Running after script...965$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command966$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")967$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"1011Not uploading cache qa-e2e-ruby-3.0-f1d27392b7eb7debf223b7abd1c46416-16 due to policy1013Uploading artifacts...1014gitlab-qa-run-*: found 161 matching artifact files and directories 1015Uploading artifacts as "archive" to coordinator... 201 Created id=4417509117 responseStatus=201 Created token=64_sCKxx1016Uploading artifacts...1017gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 1018Uploading artifacts as "junit" to coordinator... 201 Created id=4417509117 responseStatus=201 Created token=64_sCKxx1019Uploading artifacts...1020/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 1021Uploading artifacts as "dotenv" to coordinator... 201 Created id=4417509117 responseStatus=201 Created token=64_sCKxx1023Job succeeded