jira
Failed Started
by
@acunskis

Andrejs Cunskis
1Running with gitlab-runner 15.3.0 (bbcb5aba)2 on gitlab-org-qa-runner ss7o3c7p5Using 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:978c431f89144e6706e17fea8216dcf59a25a0ffd80511d0a4db3e20f7c29b78 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:5c6f4435fbc53a40e0c080ae48e90bf677f49e23253808ba8869adc16f1463f9 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1682403969-70ed4eae-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: 168904, done. 20remote: Counting objects: 100% (168904/168904), done. 21remote: Compressing objects: 100% (98819/98819), done. 22remote: Total 168904 (delta 84695), reused 123044 (delta 64041), pack-reused 0 23Receiving objects: 100% (168904/168904), 132.75 MiB | 24.65 MiB/s, done.24Resolving deltas: 100% (84695/84695), done.26 * [new ref] refs/pipelines/847264686 -> refs/pipelines/84726468627 * [new branch] master -> origin/master28Checking out e6b6312b as master...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-59c3ee4b1f58dad33fc9411c55f3ba54-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-59c3ee4b1f58dad33fc9411c55f3ba54-16 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (4170637851)...37Downloading artifacts from coordinator... ok id=4170637851 responseStatus=200 OK token=64_DCZWr39Using docker image sha256:978c431f89144e6706e17fea8216dcf59a25a0ffd80511d0a4db3e20f7c29b78 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:5c6f4435fbc53a40e0c080ae48e90bf677f49e23253808ba8869adc16f1463f9 ...40$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")41$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command42Bundle complete! 36 Gemfile dependencies, 128 gems now installed.43Use `bundle info [gemname]` to see where a bundled gem is installed.44$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"45$ echo "Running - '$QA_COMMAND'"46Running - 'bundle exec gitlab-qa Test::Integration::Jira registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:e6b6312b456b69de245fbd5ae792719b9dd3ba6d --set-feature-flags super_sidebar_nav=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4170637895.json --format RspecJunitFormatter --out tmp/rspec-4170637895.xml --format html --out tmp/rspec-$(echo jira | sed 's/[ /]/_/g').htm --color --format documentation'47$ eval "$QA_COMMAND"48[Apr 25 2023 06:28:27 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab-qa/jira-gitlab:8.8-project-and-issue`49[Apr 25 2023 06:28:38 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^jira$`50[Apr 25 2023 06:28:38 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`51[Apr 25 2023 06:28:38 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`52[Apr 25 2023 06:28:38 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name jira --net test --hostname jira.test --publish 8080:8080 registry.gitlab.com/gitlab-org/gitlab-qa/jira-gitlab:8.8-project-and-issue`53[Apr 25 2023 06:28:51 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-1b360aa6$`54[Apr 25 2023 06:28:51 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-1b360aa6 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`55[Apr 25 2023 06:28:52 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.3.0/tls_certificates/authority/. alpine-1b360aa6:/etc/gitlab/trusted-certs`56[Apr 25 2023 06:28:52 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.3.0/tls_certificates/gitlab/. alpine-1b360aa6:/etc/gitlab/ssl`57[Apr 25 2023 06:28:52 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-1b360aa6`58[Apr 25 2023 06:28:52 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-1b360aa6`59[Apr 25 2023 06:28:53 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`60[Apr 25 2023 06:28:53 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:e6b6312b456b69de245fbd5ae792719b9dd3ba6d`61[Apr 25 2023 06:29:30 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-jira$`62[Apr 25 2023 06:29:30 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`63[Apr 25 2023 06:29:30 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-jira --net test --hostname gitlab-jira.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-04-25-06-28-26-b909cf12/gitlab-jira/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:e6b6312b456b69de245fbd5ae792719b9dd3ba6d`64[Apr 25 2023 06:29:41 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-jira bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-04-25 06:28:2765# Gitlab::QA::Runtime::OmnibusConfigurations::Default66gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme67gitlab_rails['gitlab_disable_animations'] = true # Disable animations68gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry69gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password70gitlab_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;"`71[Apr 25 2023 06:29:42 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-jira`72[Apr 25 2023 06:33:08 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...73[Apr 25 2023 06:33:08 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-jira`74[Apr 25 2023 06:33:08 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-jira 80/tcp`75[Apr 25 2023 06:33:08 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!76[Apr 25 2023 06:33:08 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-jira bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`77[Apr 25 2023 06:33:08 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-jira bash -c "echo '#!/usr/bin/env bash78if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then79 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'80 exit 181fi82' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`83[Apr 25 2023 06:33:08 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-jira bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`84[Apr 25 2023 06:33:08 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.3.0/support/data gitlab-jira:/tmp/data-seeds`85[Apr 25 2023 06:33:09 UTC (Gitlab QA)] INFO -- Running exec_commands...86[Apr 25 2023 06:33:09 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-jira bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`87[Apr 25 2023 06:33:55 UTC (Gitlab QA)] INFO -- Running Jira specs!88[Apr 25 2023 06:33:55 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`89[Apr 25 2023 06:33:56 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:e6b6312b456b69de245fbd5ae792719b9dd3ba6d`90[Apr 25 2023 06:34:54 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee91[Apr 25 2023 06:34:54 UTC (Gitlab QA)] INFO -- Running with feature flag: --set-feature-flags super_sidebar_nav=enabled92[Apr 25 2023 06:34:54 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_REPORT_RESULT_TOKEN="$QA_REPORT_RESULT_TOKEN" --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_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --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_SUPER_SIDEBAR_ENABLED="$QA_SUPER_SIDEBAR_ENABLED" --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_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_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_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_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITHUB_ACCESS_TOKEN="$GITHUB_ACCESS_TOKEN" --env EE_LICENSE="$EE_LICENSE" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --env CI="$CI" --env CI_COMMIT_REF_NAME="$CI_COMMIT_REF_NAME" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_ID="$CI_PROJECT_ID" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_SLACK_WEBHOOK_URL="$CI_SLACK_WEBHOOK_URL" --env CI_PIPELINE_ID="$CI_PIPELINE_ID" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env CI_API_V4_URL="$CI_API_V4_URL" --env GITLAB_CI="$GITLAB_CI" --env JIRA_HOSTNAME="jira.test" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --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-04-25-06-28-26-b909cf12/selenoid" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-04-25-06-28-26-b909cf12/gitlab-ee-qa-54f075a2:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ee-qa-54f075a2 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:e6b6312b456b69de245fbd5ae792719b9dd3ba6d Test::Instance::All http://gitlab-jira.test --set-feature-flags super_sidebar_nav=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4170637895.json --format RspecJunitFormatter --out tmp/rspec-4170637895.xml --format html --out tmp/rspec-jira.htm --color --format documentation --tag jira`93warning: parser/current is loading parser/ruby30, which recognizes3.0.5-compliant syntax, but you are running 3.0.6.952023-04-25 06:34:59 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:972023-04-25 06:34:59 WARN Selenium [DEPRECATION] [:caps_browsers] Remote::Capabilities.chrome is deprecated. Use Options.chrome instead.982023-04-25 06:34:59 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.992023-04-25 06:34:59 / CONF :: 100 ==> Base URL: http://gitlab-jira.test101 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f3dc2eac278>102 ==> Libraries: Chemlab::Vendor103[Apr 25 2023 06:34:59 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA104[Apr 25 2023 06:34:59 UTC (QA Tests)] INFO -- Browser: chrome105[Apr 25 2023 06:34:59 UTC (QA Tests)] INFO -- Browser version: latest106[Apr 25 2023 06:34:59 UTC (QA Tests)] INFO -- Performing sanity check for environment!107[Apr 25 2023 06:35:00 UTC (QA Tests)] INFO -- Performing initial license fabrication!108[Apr 25 2023 06:35:00 UTC (QA Tests)] INFO -- Successfully added license key. Details:109{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}110[Apr 25 2023 06:35:00 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.18 seconds111[Apr 25 2023 06:35:00 UTC (QA Tests)] INFO -- Enabling feature: super_sidebar_nav112[Apr 25 2023 06:35:01 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: super_sidebar_nav113Run options:114 include {:jira=>true}115 exclude {:geo=>true, :requires_praefect=>true}116Randomized with seed 6042117Manage118 Jira integration119[Apr 25 2023 06:35:02 UTC (QA Tests)] INFO -- Starting test: Manage Jira integration closes an issue via a merge request120[Apr 25 2023 06:35:09 UTC (QA Tests)] INFO -- Setting application settings: {:allow_local_requests_from_web_hooks_and_services=>true}121[Apr 25 2023 06:35:12 UTC (QA Tests)] INFO -- filling :login_field with "root"122[Apr 25 2023 06:35:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field123[Apr 25 2023 06:35:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"124[Apr 25 2023 06:35:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field125[Apr 25 2023 06:35:13 UTC (QA Tests)] INFO -- clicking :sign_in_button126[Apr 25 2023 06:35:16 UTC (QA Tests)] INFO -- Enabling super sidebar!127[Apr 25 2023 06:35:18 UTC (QA Tests)] INFO -- clicking :user_avatar_content128[Apr 25 2023 06:35:18 UTC (QA Tests)] INFO -- clicking :new_navigation_toggle129[Apr 25 2023 06:35:19 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA130[Apr 25 2023 06:35:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-dvf32jep' via cache in 0.0 seconds131[Apr 25 2023 06:35:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 1.03 seconds132[Apr 25 2023 06:35:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172' via api in 1.88 seconds133[Apr 25 2023 06:35:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/project_with_jira_integration-54781551ac66be49' via api in 3.27 seconds134[Apr 25 2023 06:35:22 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-jira.test/gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/project_with_jira_integration-54781551ac66be49135[Apr 25 2023 06:35:24 UTC (QA Tests)] INFO -- clicking :nav_item_link136[Apr 25 2023 06:35:24 UTC (QA Tests)] INFO -- clicking :nav_item_link137[Apr 25 2023 06:35:25 UTC (QA Tests)] INFO -- clicking :jira_link138[Apr 25 2023 06:35:26 UTC (QA Tests)] INFO -- Setting up JIRA139[Apr 25 2023 06:35:26 UTC (QA Tests)] INFO -- filling :service_url_field with "http://jira.test:8080"140[Apr 25 2023 06:35:26 UTC (QA Tests)] INFO -- clicking the coordinates of :service_url_field141[Apr 25 2023 06:35:26 UTC (QA Tests)] INFO -- filling :service_username_field with "gitlab-qa"142[Apr 25 2023 06:35:26 UTC (QA Tests)] INFO -- clicking the coordinates of :service_username_field143[Apr 25 2023 06:35:26 UTC (QA Tests)] INFO -- filling :service_password_field with "*****"144[Apr 25 2023 06:35:26 UTC (QA Tests)] INFO -- clicking the coordinates of :service_password_field145[Apr 25 2023 06:35:27 UTC (QA Tests)] INFO -- checking via JS :service_jira_issue_transition_enabled_checkbox with args {}146[Apr 25 2023 06:35:27 UTC (QA Tests)] INFO -- filling :service_jira_issue_transition_id_field with "11,21,31,41"147[Apr 25 2023 06:35:27 UTC (QA Tests)] INFO -- clicking the coordinates of :service_jira_issue_transition_id_field148[Apr 25 2023 06:35:27 UTC (QA Tests)] INFO -- clicking :save_changes_button149[Apr 25 2023 06:35:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds150[Apr 25 2023 06:35:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.38 seconds151[Apr 25 2023 06:35:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.95 seconds152[Apr 25 2023 06:35:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-jira.test/gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/project_with_jira_integration-54781551ac66be49/-/merge_requests/1153[Apr 25 2023 06:35:39 UTC (QA Tests)] INFO -- clicking :merge_button154 closes an issue via a merge request155[Apr 25 2023 06:35:42 UTC (QA Tests)] INFO -- Starting test: Manage Jira integration closes an issue via pushing a commit156[Apr 25 2023 06:35:43 UTC (QA Tests)] INFO -- Setting application settings: {:allow_local_requests_from_web_hooks_and_services=>true}157[Apr 25 2023 06:35:46 UTC (QA Tests)] INFO -- filling :login_field with "root"158[Apr 25 2023 06:35:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field159[Apr 25 2023 06:35:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"160[Apr 25 2023 06:35:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field161[Apr 25 2023 06:35:46 UTC (QA Tests)] INFO -- clicking :sign_in_button162[Apr 25 2023 06:35:48 UTC (QA Tests)] INFO -- Enabling super sidebar!163[Apr 25 2023 06:35:48 UTC (QA Tests)] INFO -- Super sidebar is already enabled164[Apr 25 2023 06:35:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds165[Apr 25 2023 06:35:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172' via api in 0.26 seconds166[Apr 25 2023 06:35:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/project_with_jira_integration-0b8c5c3093952aaa' via api in 0.94 seconds167[Apr 25 2023 06:35:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-jira.test/gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/project_with_jira_integration-0b8c5c3093952aaa168[Apr 25 2023 06:35:51 UTC (QA Tests)] INFO -- clicking :nav_item_link169[Apr 25 2023 06:35:51 UTC (QA Tests)] INFO -- clicking :nav_item_link170[Apr 25 2023 06:35:52 UTC (QA Tests)] INFO -- clicking :jira_link171[Apr 25 2023 06:35:52 UTC (QA Tests)] INFO -- Setting up JIRA172[Apr 25 2023 06:35:52 UTC (QA Tests)] INFO -- filling :service_url_field with "http://jira.test:8080"173[Apr 25 2023 06:35:52 UTC (QA Tests)] INFO -- clicking the coordinates of :service_url_field174[Apr 25 2023 06:35:53 UTC (QA Tests)] INFO -- filling :service_username_field with "gitlab-qa"175[Apr 25 2023 06:35:53 UTC (QA Tests)] INFO -- clicking the coordinates of :service_username_field176[Apr 25 2023 06:35:53 UTC (QA Tests)] INFO -- filling :service_password_field with "*****"177[Apr 25 2023 06:35:53 UTC (QA Tests)] INFO -- clicking the coordinates of :service_password_field178[Apr 25 2023 06:35:54 UTC (QA Tests)] INFO -- checking via JS :service_jira_issue_transition_enabled_checkbox with args {}179[Apr 25 2023 06:35:54 UTC (QA Tests)] INFO -- filling :service_jira_issue_transition_id_field with "11,21,31,41"180[Apr 25 2023 06:35:54 UTC (QA Tests)] INFO -- clicking the coordinates of :service_jira_issue_transition_id_field181[Apr 25 2023 06:35:54 UTC (QA Tests)] INFO -- clicking :save_changes_button182[Apr 25 2023 06:35:57 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Closes JITP-3"183[Apr 25 2023 06:35:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.82 seconds184 closes an issue via pushing a commit185Manage186 Jira issue import187[Apr 25 2023 06:35:58 UTC (QA Tests)] INFO -- Starting test: Manage Jira issue import imports issues from Jira188[Apr 25 2023 06:35:58 UTC (QA Tests)] INFO -- Setting application settings: {:allow_local_requests_from_web_hooks_and_services=>true}189[Apr 25 2023 06:36:01 UTC (QA Tests)] INFO -- filling :login_field with "root"190[Apr 25 2023 06:36:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field191[Apr 25 2023 06:36:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"192[Apr 25 2023 06:36:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field193[Apr 25 2023 06:36:01 UTC (QA Tests)] INFO -- clicking :sign_in_button194[Apr 25 2023 06:36:03 UTC (QA Tests)] INFO -- Enabling super sidebar!195[Apr 25 2023 06:36:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled196[Apr 25 2023 06:36:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds197[Apr 25 2023 06:36:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172' via api in 0.21 seconds198[Apr 25 2023 06:36:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/jira_issue_import-b6d280bd7290b0f4' via api in 0.88 seconds199[Apr 25 2023 06:36:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-jira.test/gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/jira_issue_import-b6d280bd7290b0f4200[Apr 25 2023 06:36:06 UTC (QA Tests)] INFO -- clicking :nav_item_link201[Apr 25 2023 06:36:06 UTC (QA Tests)] INFO -- clicking :nav_item_link202[Apr 25 2023 06:36:07 UTC (QA Tests)] INFO -- clicking :jira_link203[Apr 25 2023 06:36:08 UTC (QA Tests)] INFO -- Setting up JIRA204[Apr 25 2023 06:36:08 UTC (QA Tests)] INFO -- filling :service_url_field with "http://jira.test:8080"205[Apr 25 2023 06:36:08 UTC (QA Tests)] INFO -- clicking the coordinates of :service_url_field206[Apr 25 2023 06:36:08 UTC (QA Tests)] INFO -- filling :service_username_field with "gitlab-qa"207[Apr 25 2023 06:36:08 UTC (QA Tests)] INFO -- clicking the coordinates of :service_username_field208[Apr 25 2023 06:36:09 UTC (QA Tests)] INFO -- filling :service_password_field with "*****"209[Apr 25 2023 06:36:09 UTC (QA Tests)] INFO -- clicking the coordinates of :service_password_field210[Apr 25 2023 06:36:09 UTC (QA Tests)] INFO -- checking via JS :service_jira_issue_transition_enabled_checkbox with args {}211[Apr 25 2023 06:36:09 UTC (QA Tests)] INFO -- filling :service_jira_issue_transition_id_field with "11,21,31,41"212[Apr 25 2023 06:36:09 UTC (QA Tests)] INFO -- clicking the coordinates of :service_jira_issue_transition_id_field213[Apr 25 2023 06:36:10 UTC (QA Tests)] INFO -- clicking :save_changes_button214[Apr 25 2023 06:36:11 UTC (QA Tests)] INFO -- clicking :nav_item_link215[Apr 25 2023 06:36:12 UTC (QA Tests)] INFO -- refreshing http://gitlab-jira.test/gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/jira_issue_import-b6d280bd7290b0f4/-/issues216[Apr 25 2023 06:36:14 UTC (QA Tests)] INFO -- clicking :import_issues_dropdown217[Apr 25 2023 06:36:14 UTC (QA Tests)] INFO -- clicking :import_from_jira_link218[Apr 25 2023 06:36:15 UTC (QA Tests)] INFO -- selecting "JITD" in :jira_project_dropdown219[Apr 25 2023 06:36:15 UTC (QA Tests)] INFO -- clicking :jira_issues_import_button220[Apr 25 2023 06:36:16 UTC (QA Tests)] INFO -- clicking :nav_item_link221[Apr 25 2023 06:36:17 UTC (QA Tests)] INFO -- Running eventually matcher with 'have_content' operator with: '{:max_attempts=>5, :sleep_interval=>1, :reload_page=>QA::Page::Project::Issue::Index}' arguments222[Apr 25 2023 06:36:28 UTC (QA Tests)] INFO -- refreshing http://gitlab-jira.test/gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/jira_issue_import-b6d280bd7290b0f4/-/issues223 imports issues from Jira224Govern225 vulnerability report with jira integration226[Apr 25 2023 06:36:32 UTC (QA Tests)] INFO -- Starting test: Govern vulnerability report with jira integration can successfully create a JIRA issue from vulnerability details page227[Apr 25 2023 06:36:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds228[Apr 25 2023 06:36:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172' via api in 0.2 seconds229[Apr 25 2023 06:36:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/vulnerabilities-jira-integration-1c3c058c516ec1e4' via api in 0.97 seconds230[Apr 25 2023 06:36:33 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Cricket vulnerability' via api in 0.34 seconds231[Apr 25 2023 06:36:34 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Football vulnerability' via api in 0.3 seconds232[Apr 25 2023 06:36:34 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Basketball vulnerability' via api in 0.31 seconds233[Apr 25 2023 06:36:34 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Tennis vulnerability' via api in 0.12 seconds234[Apr 25 2023 06:36:39 UTC (QA Tests)] INFO -- filling :login_field with "root"235[Apr 25 2023 06:36:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field236[Apr 25 2023 06:36:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"237[Apr 25 2023 06:36:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field238[Apr 25 2023 06:36:39 UTC (QA Tests)] INFO -- clicking :sign_in_button239[Apr 25 2023 06:36:40 UTC (QA Tests)] INFO -- Enabling super sidebar!240[Apr 25 2023 06:36:41 UTC (QA Tests)] INFO -- Super sidebar is already enabled241[Apr 25 2023 06:36:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-jira.test/gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/vulnerabilities-jira-integration-1c3c058c516ec1e4242[Apr 25 2023 06:36:43 UTC (QA Tests)] INFO -- Setting application settings: {:allow_local_requests_from_web_hooks_and_services=>true}243[Apr 25 2023 06:36:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-jira.test/gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/vulnerabilities-jira-integration-1c3c058c516ec1e4244[Apr 25 2023 06:36:47 UTC (QA Tests)] INFO -- clicking :nav_item_link245[Apr 25 2023 06:36:47 UTC (QA Tests)] INFO -- clicking :nav_item_link246[Apr 25 2023 06:36:48 UTC (QA Tests)] INFO -- clicking :jira_link247[Apr 25 2023 06:36:48 UTC (QA Tests)] INFO -- Setting up JIRA248[Apr 25 2023 06:36:48 UTC (QA Tests)] INFO -- filling :service_url_field with "http://jira.test:8080"249[Apr 25 2023 06:36:48 UTC (QA Tests)] INFO -- clicking the coordinates of :service_url_field250[Apr 25 2023 06:36:49 UTC (QA Tests)] INFO -- filling :service_username_field with "gitlab-qa"251[Apr 25 2023 06:36:49 UTC (QA Tests)] INFO -- clicking the coordinates of :service_username_field252[Apr 25 2023 06:36:49 UTC (QA Tests)] INFO -- filling :service_password_field with "*****"253[Apr 25 2023 06:36:49 UTC (QA Tests)] INFO -- clicking the coordinates of :service_password_field254[Apr 25 2023 06:36:49 UTC (QA Tests)] INFO -- checking via JS :service_jira_issue_transition_enabled_checkbox with args {}255[Apr 25 2023 06:36:50 UTC (QA Tests)] INFO -- filling :service_jira_issue_transition_id_field with "11,21,31,41"256[Apr 25 2023 06:36:50 UTC (QA Tests)] INFO -- clicking the coordinates of :service_jira_issue_transition_id_field257[Apr 25 2023 06:36:50 UTC (QA Tests)] INFO -- clicking :save_changes_button258[Apr 25 2023 06:36:51 UTC (QA Tests)] INFO -- checking via JS :service_jira_issues_enabled_checkbox with args {}259[Apr 25 2023 06:36:51 UTC (QA Tests)] INFO -- filling :service_jira_project_key_field with "*****"260[Apr 25 2023 06:36:51 UTC (QA Tests)] INFO -- clicking the coordinates of :service_jira_project_key_field261[Apr 25 2023 06:36:52 UTC (QA Tests)] INFO -- checking via JS :service_jira_enable_vulnerabilities_checkbox with args {}262[Apr 25 2023 06:36:52 UTC (QA Tests)] INFO -- clicking :service_jira_issue_types_fetch_retry_button263[Apr 25 2023 06:36:52 UTC (QA Tests)] INFO -- clicking :service_jira_select_issue_type_dropdown264[Apr 25 2023 06:36:52 UTC (QA Tests)] INFO -- clicking :service_jira_type265[Apr 25 2023 06:36:52 UTC (QA Tests)] INFO -- clicking :save_changes_button266[Apr 25 2023 06:36:54 UTC (QA Tests)] INFO -- clicking :nav_item_link267[Apr 25 2023 06:36:54 UTC (QA Tests)] INFO -- clicking :nav_item_link268[Apr 25 2023 06:36:55 UTC (QA Tests)] INFO -- clicking :vulnerability269[Apr 25 2023 06:36:56 UTC (QA Tests)] INFO -- clicking :create_new_jira_issue_button270 can successfully create a JIRA issue from vulnerability details page271Manage272 Jira issues integration273[Apr 25 2023 06:37:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds274[Apr 25 2023 06:37:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172' via api in 0.15 seconds275[Apr 25 2023 06:37:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/jira_issue_list-6f647b63b3e065ac' via api in 0.61 seconds276[Apr 25 2023 06:37:02 UTC (QA Tests)] INFO -- Setting application settings: {:allow_local_requests_from_web_hooks_and_services=>true}277[Apr 25 2023 06:37:05 UTC (QA Tests)] INFO -- filling :login_field with "root"278[Apr 25 2023 06:37:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field279[Apr 25 2023 06:37:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"280[Apr 25 2023 06:37:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field281[Apr 25 2023 06:37:06 UTC (QA Tests)] INFO -- clicking :sign_in_button282[Apr 25 2023 06:37:07 UTC (QA Tests)] INFO -- Enabling super sidebar!283[Apr 25 2023 06:37:07 UTC (QA Tests)] INFO -- Super sidebar is already enabled284[Apr 25 2023 06:37:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-jira.test/gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/jira_issue_list-6f647b63b3e065ac285[Apr 25 2023 06:37:09 UTC (QA Tests)] INFO -- clicking :nav_item_link286[Apr 25 2023 06:37:09 UTC (QA Tests)] INFO -- clicking :nav_item_link287[Apr 25 2023 06:37:10 UTC (QA Tests)] INFO -- clicking :jira_link288[Apr 25 2023 06:37:11 UTC (QA Tests)] INFO -- Setting up JIRA289[Apr 25 2023 06:37:11 UTC (QA Tests)] INFO -- filling :service_url_field with "http://jira.test:8080"290[Apr 25 2023 06:37:11 UTC (QA Tests)] INFO -- clicking the coordinates of :service_url_field291[Apr 25 2023 06:37:11 UTC (QA Tests)] INFO -- filling :service_username_field with "gitlab-qa"292[Apr 25 2023 06:37:11 UTC (QA Tests)] INFO -- clicking the coordinates of :service_username_field293[Apr 25 2023 06:37:12 UTC (QA Tests)] INFO -- filling :service_password_field with "*****"294[Apr 25 2023 06:37:12 UTC (QA Tests)] INFO -- clicking the coordinates of :service_password_field295[Apr 25 2023 06:37:12 UTC (QA Tests)] INFO -- checking via JS :service_jira_issue_transition_enabled_checkbox with args {}296[Apr 25 2023 06:37:12 UTC (QA Tests)] INFO -- filling :service_jira_issue_transition_id_field with "11,21,31,41"297[Apr 25 2023 06:37:12 UTC (QA Tests)] INFO -- clicking the coordinates of :service_jira_issue_transition_id_field298[Apr 25 2023 06:37:13 UTC (QA Tests)] INFO -- checking via JS :service_jira_issues_enabled_checkbox with args {}299[Apr 25 2023 06:37:13 UTC (QA Tests)] INFO -- filling :service_jira_project_key_field with "*****"300[Apr 25 2023 06:37:13 UTC (QA Tests)] INFO -- clicking the coordinates of :service_jira_project_key_field301[Apr 25 2023 06:37:13 UTC (QA Tests)] INFO -- clicking :save_changes_button302[Apr 25 2023 06:37:14 UTC (QA Tests)] INFO -- Starting test: Manage Jira issues integration shows open issues303[Apr 25 2023 06:37:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-jira.test/gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/jira_issue_list-6f647b63b3e065ac304[Apr 25 2023 06:37:17 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link305[Apr 25 2023 06:37:18 UTC (QA Tests)] INFO -- Saving screenshot..306[Apr 25 2023 06:37:18 UTC (QA Tests)] INFO -- Starting test: Manage Jira issues integration shows open issues307[Apr 25 2023 06:37:21 UTC (QA Tests)] INFO -- filling :login_field with "root"308[Apr 25 2023 06:37:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field309[Apr 25 2023 06:37:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"310[Apr 25 2023 06:37:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field311[Apr 25 2023 06:37:21 UTC (QA Tests)] INFO -- clicking :sign_in_button312[Apr 25 2023 06:37:22 UTC (QA Tests)] INFO -- Enabling super sidebar!313[Apr 25 2023 06:37:22 UTC (QA Tests)] INFO -- Super sidebar is already enabled314[Apr 25 2023 06:37:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-jira.test/gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/jira_issue_list-6f647b63b3e065ac315[Apr 25 2023 06:37:25 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link316[Apr 25 2023 06:37:25 UTC (QA Tests)] INFO -- Saving screenshot..317 shows open issues (FAILED - 1)3191st Try error in ./qa/specs/features/ee/browser_ui/1_manage/integrations/jira_issues_list_spec.rb:54:320javascript error: Cannot read properties of undefined (reading 'scrollIntoView')321 (Session info: headless chrome=109.0.5414.119)323RSpec::Retry: 2nd try ./qa/specs/features/ee/browser_ui/1_manage/integrations/jira_issues_list_spec.rb:54324 HTML screenshot: /home/gitlab/qa/tmp/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/manage_jira_issues_integration_shows_open_issues_2023-04-25-06-37-25.166.html325 Image screenshot: /home/gitlab/qa/tmp/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/manage_jira_issues_integration_shows_open_issues_2023-04-25-06-37-25.166.png326[Apr 25 2023 06:37:25 UTC (QA Tests)] INFO -- Starting test: Manage Jira issues integration searching issues returns results327[Apr 25 2023 06:37:27 UTC (QA Tests)] INFO -- filling :login_field with "root"328[Apr 25 2023 06:37:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field329[Apr 25 2023 06:37:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"330[Apr 25 2023 06:37:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field331[Apr 25 2023 06:37:28 UTC (QA Tests)] INFO -- clicking :sign_in_button332[Apr 25 2023 06:37:29 UTC (QA Tests)] INFO -- Enabling super sidebar!333[Apr 25 2023 06:37:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled334[Apr 25 2023 06:37:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-jira.test/gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/jira_issue_list-6f647b63b3e065ac335[Apr 25 2023 06:37:31 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link336[Apr 25 2023 06:37:32 UTC (QA Tests)] INFO -- Saving screenshot..337[Apr 25 2023 06:37:32 UTC (QA Tests)] INFO -- Starting test: Manage Jira issues integration searching issues returns results338[Apr 25 2023 06:37:34 UTC (QA Tests)] INFO -- filling :login_field with "root"339[Apr 25 2023 06:37:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field340[Apr 25 2023 06:37:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"341[Apr 25 2023 06:37:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field342[Apr 25 2023 06:37:35 UTC (QA Tests)] INFO -- clicking :sign_in_button343[Apr 25 2023 06:37:36 UTC (QA Tests)] INFO -- Enabling super sidebar!344[Apr 25 2023 06:37:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled345[Apr 25 2023 06:37:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-jira.test/gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/jira_issue_list-6f647b63b3e065ac346[Apr 25 2023 06:37:38 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link347[Apr 25 2023 06:37:39 UTC (QA Tests)] INFO -- Saving screenshot..348 searching issues returns results (FAILED - 2)3501st Try error in ./qa/specs/features/ee/browser_ui/1_manage/integrations/jira_issues_list_spec.rb:41:351javascript error: Cannot read properties of undefined (reading 'scrollIntoView')352 (Session info: headless chrome=109.0.5414.119)354RSpec::Retry: 2nd try ./qa/specs/features/ee/browser_ui/1_manage/integrations/jira_issues_list_spec.rb:41355 HTML screenshot: /home/gitlab/qa/tmp/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/manage_jira_issues_integration_searching_issues_returns_results_2023-04-25-06-37-39.049.html356 Image screenshot: /home/gitlab/qa/tmp/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/manage_jira_issues_integration_searching_issues_returns_results_2023-04-25-06-37-39.049.png357[Apr 25 2023 06:37:39 UTC (QA Tests)] INFO -- Starting test: Manage Jira issues integration views an issue358[Apr 25 2023 06:37:41 UTC (QA Tests)] INFO -- filling :login_field with "root"359[Apr 25 2023 06:37:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field360[Apr 25 2023 06:37:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"361[Apr 25 2023 06:37:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field362[Apr 25 2023 06:37:42 UTC (QA Tests)] INFO -- clicking :sign_in_button363[Apr 25 2023 06:37:43 UTC (QA Tests)] INFO -- Enabling super sidebar!364[Apr 25 2023 06:37:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled365[Apr 25 2023 06:37:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-jira.test/gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/jira_issue_list-6f647b63b3e065ac366[Apr 25 2023 06:37:45 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link367[Apr 25 2023 06:37:45 UTC (QA Tests)] INFO -- Saving screenshot..368[Apr 25 2023 06:37:46 UTC (QA Tests)] INFO -- Starting test: Manage Jira issues integration views an issue369[Apr 25 2023 06:37:48 UTC (QA Tests)] INFO -- filling :login_field with "root"370[Apr 25 2023 06:37:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field371[Apr 25 2023 06:37:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"372[Apr 25 2023 06:37:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field373[Apr 25 2023 06:37:49 UTC (QA Tests)] INFO -- clicking :sign_in_button374[Apr 25 2023 06:37:50 UTC (QA Tests)] INFO -- Enabling super sidebar!375[Apr 25 2023 06:37:50 UTC (QA Tests)] INFO -- Super sidebar is already enabled376[Apr 25 2023 06:37:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-jira.test/gitlab-qa-sandbox-group-3/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/jira_issue_list-6f647b63b3e065ac377[Apr 25 2023 06:37:52 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link378[Apr 25 2023 06:37:52 UTC (QA Tests)] INFO -- Saving screenshot..379 views an issue (FAILED - 3)3811st Try error in ./qa/specs/features/ee/browser_ui/1_manage/integrations/jira_issues_list_spec.rb:66:382javascript error: Cannot read properties of undefined (reading 'scrollIntoView')383 (Session info: headless chrome=109.0.5414.119)385RSpec::Retry: 2nd try ./qa/specs/features/ee/browser_ui/1_manage/integrations/jira_issues_list_spec.rb:66386 HTML screenshot: /home/gitlab/qa/tmp/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/manage_jira_issues_integration_views_an_issue_2023-04-25-06-37-52.879.html387 Image screenshot: /home/gitlab/qa/tmp/qa-test-2023-04-25-06-35-19-51f6e177e83ac172/manage_jira_issues_integration_views_an_issue_2023-04-25-06-37-52.879.png388Failures:389 1) Manage Jira issues integration shows open issues390 Failure/Error: Page::Project::Menu.perform(&:go_to_jira_issues)392 Selenium::WebDriver::Error::JavascriptError:393 javascript error: Cannot read properties of undefined (reading 'scrollIntoView')394 (Session info: headless chrome=109.0.5414.119)395 # #0 0x55c61dddd303 <unknown>396 # #1 0x55c61dbb1d37 <unknown>397 # #2 0x55c61dbb5608 <unknown>398 # #3 0x55c61dbb53d2 <unknown>399 # #4 0x55c61dbb603c <unknown>400 # #5 0x55c61dc273ae <unknown>401 # #6 0x55c61dc0e982 <unknown>402 # #7 0x55c61dc2688c <unknown>403 # #8 0x55c61dc0e753 <unknown>404 # #9 0x55c61dbe1a14 <unknown>405 # #10 0x55c61dbe2b7e <unknown>406 # #11 0x55c61de2c32e <unknown>407 # #12 0x55c61de2fc0e <unknown>408 # #13 0x55c61de12610 <unknown>409 # #14 0x55c61de30c23 <unknown>410 # #15 0x55c61de04545 <unknown>411 # #16 0x55c61de516a8 <unknown>412 # #17 0x55c61de51836 <unknown>413 # #18 0x55c61de6cd13 <unknown>414 # #19 0x7f59600eaea7 start_thread415 # ./qa/page/base.rb:97:in `scroll_to'416 # ./qa/support/page/logging.rb:26:in `scroll_to'417 # ./qa/page/base.rb:388:in `scroll_to_element'418 # ./qa/page/project/sub_menus/issues.rb:66:in `block in hover_issues'419 # ./qa/page/base.rb:378:in `within_element'420 # ./qa/support/page/logging.rb:167:in `within_element'421 # ./qa/page/sub_menus/common.rb:19:in `within_sidebar'422 # ./qa/page/project/sub_menus/issues.rb:65:in `hover_issues'423 # ./qa/page/project/sub_menus/issues.rb:55:in `go_to_jira_issues'424 # ./qa/scenario/actable.rb:16:in `perform'425 # ./qa/specs/features/ee/browser_ui/1_manage/integrations/jira_issues_list_spec.rb:34:in `block (3 levels) in <module:QA>'426 # ./qa/specs/spec_helper.rb:121:in `block (2 levels) in <top (required)>'427 # ./qa/specs/runner.rb:67:in `perform'428 # ./qa/scenario/template.rb:10:in `block in perform'429 # ./qa/scenario/template.rb:8:in `perform'430 # ./qa/scenario/template.rb:50:in `perform'431 # ./qa/scenario/template.rb:10:in `block in perform'432 # ./qa/scenario/template.rb:8:in `perform'433 # ./qa/scenario/bootable.rb:52:in `launch!'434 2) Manage Jira issues integration searching issues returns results435 Failure/Error: Page::Project::Menu.perform(&:go_to_jira_issues)437 Selenium::WebDriver::Error::JavascriptError:438 javascript error: Cannot read properties of undefined (reading 'scrollIntoView')439 (Session info: headless chrome=109.0.5414.119)440 # #0 0x55c61dddd303 <unknown>441 # #1 0x55c61dbb1d37 <unknown>442 # #2 0x55c61dbb5608 <unknown>443 # #3 0x55c61dbb53d2 <unknown>444 # #4 0x55c61dbb603c <unknown>445 # #5 0x55c61dc273ae <unknown>446 # #6 0x55c61dc0e982 <unknown>447 # #7 0x55c61dc2688c <unknown>448 # #8 0x55c61dc0e753 <unknown>449 # #9 0x55c61dbe1a14 <unknown>450 # #10 0x55c61dbe2b7e <unknown>451 # #11 0x55c61de2c32e <unknown>452 # #12 0x55c61de2fc0e <unknown>453 # #13 0x55c61de12610 <unknown>454 # #14 0x55c61de30c23 <unknown>455 # #15 0x55c61de04545 <unknown>456 # #16 0x55c61de516a8 <unknown>457 # #17 0x55c61de51836 <unknown>458 # #18 0x55c61de6cd13 <unknown>459 # #19 0x7f59600eaea7 start_thread460 # ./qa/page/base.rb:97:in `scroll_to'461 # ./qa/support/page/logging.rb:26:in `scroll_to'462 # ./qa/page/base.rb:388:in `scroll_to_element'463 # ./qa/page/project/sub_menus/issues.rb:66:in `block in hover_issues'464 # ./qa/page/base.rb:378:in `within_element'465 # ./qa/support/page/logging.rb:167:in `within_element'466 # ./qa/page/sub_menus/common.rb:19:in `within_sidebar'467 # ./qa/page/project/sub_menus/issues.rb:65:in `hover_issues'468 # ./qa/page/project/sub_menus/issues.rb:55:in `go_to_jira_issues'469 # ./qa/scenario/actable.rb:16:in `perform'470 # ./qa/specs/features/ee/browser_ui/1_manage/integrations/jira_issues_list_spec.rb:34:in `block (3 levels) in <module:QA>'471 # ./qa/specs/spec_helper.rb:121:in `block (2 levels) in <top (required)>'472 # ./qa/specs/runner.rb:67:in `perform'473 # ./qa/scenario/template.rb:10:in `block in perform'474 # ./qa/scenario/template.rb:8:in `perform'475 # ./qa/scenario/template.rb:50:in `perform'476 # ./qa/scenario/template.rb:10:in `block in perform'477 # ./qa/scenario/template.rb:8:in `perform'478 # ./qa/scenario/bootable.rb:52:in `launch!'479 3) Manage Jira issues integration views an issue480 Failure/Error: Page::Project::Menu.perform(&:go_to_jira_issues)482 Selenium::WebDriver::Error::JavascriptError:483 javascript error: Cannot read properties of undefined (reading 'scrollIntoView')484 (Session info: headless chrome=109.0.5414.119)485 # #0 0x55c61dddd303 <unknown>486 # #1 0x55c61dbb1d37 <unknown>487 # #2 0x55c61dbb5608 <unknown>488 # #3 0x55c61dbb53d2 <unknown>489 # #4 0x55c61dbb603c <unknown>490 # #5 0x55c61dc273ae <unknown>491 # #6 0x55c61dc0e982 <unknown>492 # #7 0x55c61dc2688c <unknown>493 # #8 0x55c61dc0e753 <unknown>494 # #9 0x55c61dbe1a14 <unknown>495 # #10 0x55c61dbe2b7e <unknown>496 # #11 0x55c61de2c32e <unknown>497 # #12 0x55c61de2fc0e <unknown>498 # #13 0x55c61de12610 <unknown>499 # #14 0x55c61de30c23 <unknown>500 # #15 0x55c61de04545 <unknown>501 # #16 0x55c61de516a8 <unknown>502 # #17 0x55c61de51836 <unknown>503 # #18 0x55c61de6cd13 <unknown>504 # #19 0x7f59600eaea7 start_thread505 # ./qa/page/base.rb:97:in `scroll_to'506 # ./qa/support/page/logging.rb:26:in `scroll_to'507 # ./qa/page/base.rb:388:in `scroll_to_element'508 # ./qa/page/project/sub_menus/issues.rb:66:in `block in hover_issues'509 # ./qa/page/base.rb:378:in `within_element'510 # ./qa/support/page/logging.rb:167:in `within_element'511 # ./qa/page/sub_menus/common.rb:19:in `within_sidebar'512 # ./qa/page/project/sub_menus/issues.rb:65:in `hover_issues'513 # ./qa/page/project/sub_menus/issues.rb:55:in `go_to_jira_issues'514 # ./qa/scenario/actable.rb:16:in `perform'515 # ./qa/specs/features/ee/browser_ui/1_manage/integrations/jira_issues_list_spec.rb:34:in `block (3 levels) in <module:QA>'516 # ./qa/specs/spec_helper.rb:121:in `block (2 levels) in <top (required)>'517 # ./qa/specs/runner.rb:67:in `perform'518 # ./qa/scenario/template.rb:10:in `block in perform'519 # ./qa/scenario/template.rb:8:in `perform'520 # ./qa/scenario/template.rb:50:in `perform'521 # ./qa/scenario/template.rb:10:in `block in perform'522 # ./qa/scenario/template.rb:8:in `perform'523 # ./qa/scenario/bootable.rb:52:in `launch!'524Finished in 2 minutes 51.3 seconds (files took 4.07 seconds to load)5257 examples, 3 failures526Failed examples:527rspec ./qa/specs/features/ee/browser_ui/1_manage/integrations/jira_issues_list_spec.rb:54 # Manage Jira issues integration shows open issues528rspec ./qa/specs/features/ee/browser_ui/1_manage/integrations/jira_issues_list_spec.rb:41 # Manage Jira issues integration searching issues returns results529rspec ./qa/specs/features/ee/browser_ui/1_manage/integrations/jira_issues_list_spec.rb:66 # Manage Jira issues integration views an issue530Randomized with seed 6042531[Apr 25 2023 06:37:53 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-jira`532[Apr 25 2023 06:37:53 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-jira`533[Apr 25 2023 06:37:54 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=jira`534[Apr 25 2023 06:37:54 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f jira`535bundler: failed to load command: gitlab-qa (/builds/gitlab-org/gitlab/.gems/bin/gitlab-qa)536/usr/local/bin/bundle: Command `docker run -t --rm --net=test --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_GOOGLE_CDN_JSON...` failed! \e[31m✘\e[0m (Gitlab::QA::Support::ShellCommand::StatusError)538Running after script...539$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")540$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"585Uploading artifacts...586gitlab-qa-run-*: found 148 matching files and directories 587Uploading artifacts as "archive" to coordinator... 201 Created id=4170637895 responseStatus=201 Created token=64_DCZWr588Uploading artifacts...589gitlab-qa-run-*/**/rspec-*.xml: found 1 matching files and directories 590Uploading artifacts as "junit" to coordinator... 201 Created id=4170637895 responseStatus=201 Created token=64_DCZWr592ERROR: Job failed: exit code 1