cng-instance 5/10
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 16.3.0~beta.108.g2b6048b4 (2b6048b4)2 on 2-blue.qa-runners.runners-manager.gitlab.com/dind yvC6xd3PS, system ID: s_56f5681df7ed3 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.2.5:git-2.45-lfs-2.9-chrome-123-docker-24.0.5-kubectl-1.28-helm-3.16-kind-0.24 ...7Starting service docker:24.0.5-dind ...8Pulling docker image docker:24.0.5-dind ...9Using docker image sha256:7015f2c475d511a251955877c2862016a4042512ba625ed905e69202f87e1a21 for docker:24.0.5-dind with digest docker@sha256:3c6e4dca7a63c9a32a4e00da40461ce067f255987ccc9721cf18ffa087bcd1ef ...10Waiting for services to be up and running (timeout 30 seconds)...11Authenticating with credentials from job payload (GitLab Registry)12Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.2.5:git-2.45-lfs-2.9-chrome-123-docker-24.0.5-kubectl-1.28-helm-3.16-kind-0.24 ...13Using docker image sha256:58b58d440ef6575faa5d254832417e558cfa74ee8e6c4ed6752c728239d69161 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.2.5:git-2.45-lfs-2.9-chrome-123-docker-24.0.5-kubectl-1.28-helm-3.16-kind-0.24 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.2.5@sha256:b7401cede8e3c1e8dddf7a779ea1206e033e7f60f8e556e57fb1ea06284cb603 ...15Running on runner-yvc6xd3ps-project-278964-concurrent-0 via runner-yvc6xd3ps-qa-runners-1733162233-f55987aa...17Fetching changes with git depth set to 20...18Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/19Created fresh repository.20remote: Enumerating objects: 181856, done. 21remote: Counting objects: 100% (181856/181856), done. 22remote: Compressing objects: 100% (115747/115747), done. 23remote: Total 181856 (delta 84734), reused 132323 (delta 59502), pack-reused 0 (from 0) 24Receiving objects: 100% (181856/181856), 161.00 MiB | 34.82 MiB/s, done.25Resolving deltas: 100% (84734/84734), done.27 * [new ref] refs/pipelines/1569593923 -> refs/pipelines/156959392328 * [new branch] ruby3_2 -> origin/ruby3_229Checking out 71659cf7 as detached HEAD (ref is ruby3_2)...30Skipping Git submodules setup32Checking cache for qa-ruby-gems-debian-bookworm-ruby-3.2.5-a48f90549fae3a41575c88f57096fd6d655cd2a4-21...33Downloading cache from https://storage.googleapis.com/gitlab-qa-runners-ci-cache/project/278964/qa-ruby-gems-debian-bookworm-ruby-3.2.5-a48f90549fae3a41575c88f57096fd6d655cd2a4-21 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (8522631237)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=8522631237 responseStatus=200 OK token=glcbt-6639Using docker image sha256:58b58d440ef6575faa5d254832417e558cfa74ee8e6c4ed6752c728239d69161 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.2.5:git-2.45-lfs-2.9-chrome-123-docker-24.0.5-kubectl-1.28-helm-3.16-kind-0.24 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.2.5@sha256:b7401cede8e3c1e8dddf7a779ea1206e033e7f60f8e556e57fb1ea06284cb603 ...40$ echo "SUITE_RAN=true" > "$QA_SUITE_STATUS_ENV_FILE"41$ echo "${EXTRA_DEPLOY_VALUES}" > $CI_PROJECT_DIR/EXTRA_DEPLOY_VALUES42$ export GITLAB_DOMAIN="$(getent hosts docker | awk '{ print $1 }' | head -n1).nip.io"43$ export QA_GITLAB_URL="http://gitlab.${GITLAB_DOMAIN}"44$ cd qa && bundle install45Bundle complete! 36 Gemfile dependencies, 137 gems now installed.46Gems in the group 'development' were not installed.47Bundled gems are installed into `./vendor`48$ bundle exec cng create deployment "${DEPLOYMENT_TYPE}" \ # collapsed multi-line command49Creating cluster 'gitlab'50[✔] performing cluster creation ... done51Creating cluster "gitlab" ...52 • Ensuring node image (kindest/node:v1.31.0) 🖼 ...53 ✓ Ensuring node image (kindest/node:v1.31.0) 🖼54 • Preparing nodes 📦 ...55 ✓ Preparing nodes 📦 56 • Writing configuration 📜 ...57 ✓ Writing configuration 📜58 • Starting control-plane 🕹️ ...59 ✓ Starting control-plane 🕹️60 • Installing CNI 🔌 ...61 ✓ Installing CNI 🔌62 • Installing StorageClass 💾 ...63 ✓ Installing StorageClass 💾64 • Waiting ≤ 30s for control-plane = Ready ⏳ ...65 ✓ Waiting ≤ 30s for control-plane = Ready ⏳66 • Ready after 16s 💚67Set kubectl context to "kind-gitlab"68You can now use your cluster with:69kubectl cluster-info --context kind-gitlab70Thanks for using kind! 😊71[✔] updating kind cluster server url ... done72[✔] installing metrics server ... done73Adding helm chart 'https://kubernetes-sigs.github.io/metrics-server/'74"metrics-server" has been added to your repositories75Upgrading helm release 'metrics-server' in namespace 'kube-system'76Release "metrics-server" does not exist. Installing it now.77NAME: metrics-server78LAST DEPLOYED: Mon Dec 2 18:04:05 202479NAMESPACE: kube-system80STATUS: deployed81REVISION: 182TEST SUITE: None83NOTES:84***********************************************************************85* Metrics Server *86***********************************************************************87 Chart version: 3.12.288 App version: 0.7.289 Image tag: registry.k8s.io/metrics-server/metrics-server:v0.7.290***********************************************************************91Cluster 'gitlab' created92Creating CNG deployment 'gitlab'93[✔] running pre-deployment setup ... done94Packaging chart for git sha '37f35b47e7762d1c4b229ed7f00579666d9c0d9c'95Successfully packaged chart and saved it to: /tmp/cng20241202-20-qbgw9v/gitlab-37f35b47e7762d1c4b229ed7f00579666d9c0d9c/gitlab-8.5.2.tgz96Creating namespace 'gitlab'97namespace/gitlab created98Creating gitlab license secret99secret/gitlab-license created100Creating admin user initial password secret101secret/gitlab-initial-root-password created102Creating pre-receive hook103configmap/pre-receive-hook created104[✔] running helm deployment ... done105Upgrading helm release 'gitlab' in namespace 'gitlab'106Release "gitlab" does not exist. Installing it now.107NAME: gitlab108LAST DEPLOYED: Mon Dec 2 18:05:00 2024109NAMESPACE: gitlab110STATUS: deployed111REVISION: 1112NOTES:113=== CRITICAL114The following charts are included for evaluation purposes only. They will not be supported by GitLab Support115for production workloads. Use Cloud Native Hybrid deployments for production. For more information visit117- PostgreSQL118- Redis119- Gitaly120- MinIO121=== NOTICE122The minimum required version of PostgreSQL is now 14. See https://docs.gitlab.com/charts/installation/upgrade.html for more details.123=== WARNING124Automatic TLS certificate generation with cert-manager is disabled.125One or more of the components does not have a TLS certificate Secret configured.126As a result, Self-signed certificates were generated for these components.127You may retrieve the CA root for these certificates from the `gitlab-wildcard-tls-ca` secret, via the following command. It can then be imported to a web browser or system store.128 kubectl get secret gitlab-wildcard-tls-ca -ojsonpath='{.data.cfssl_ca}' | base64 --decode > gitlab.172.18.0.2.nip.io.ca.pem129If you do not wish to use self-signed certificates, please set the following properties:130- global.ingress.tls.secretName131OR all of:132- global.ingress.tls.enabled (set to `true`)133- gitlab.webservice.ingress.tls.secretName134- registry.ingress.tls.secretName135- minio.ingress.tls.secretName136- gitlab.kas.ingress.tls.secretName137Deployment successful and app is available via: http://gitlab.172.18.0.2.nip.io138[✔] running post-deployment setup ... done139Creating admin user personal access token140WARNING: Active Record does not support composite primary key.141security_findings has composite primary key. Composite primary key is ignored.142OK143$ source $CI_PROJECT_DIR/scripts/utils.sh144$ source $CI_PROJECT_DIR/scripts/rspec_helpers.sh145$ run_e2e_specs "${QA_GITLAB_URL}" "${QA_TESTS}" "${QA_RSPEC_TAGS}"146Running e2e specs via command: 'bundle exec bin/qa Test::Instance::All http://gitlab.172.18.0.2.nip.io -- --order random --force-color --format documentation'147[Dec 02 2024 18:08:47 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'cng-instance' to 'knapsack/cng-instance.json'148[Dec 02 2024 18:08:47 UTC (QA Tests)] INFO -- Report already exists, skipping!149[Dec 02 2024 18:08:47 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====150[Dec 02 2024 18:08:47 UTC (QA Tests)] INFO -- Report specs:151[Dec 02 2024 18:08:47 UTC (QA Tests)] INFO -- ["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_job_artifacts/job_artifacts_access_keyword_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/group_file_template_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/merge_with_code_owner_in_root_group_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide/upload_new_file_in_web_ide_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_project_artifacts/user_can_bulk_delete_artifacts_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb", "qa/specs/features/api/4_verify/api_variable_inheritance_with_forward_pipeline_variables_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_a_project_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/project_issue_boards_spec.rb", "qa/specs/features/ee/browser_ui/9_data_stores/group/prevent_forking_outside_group_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_http_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/squash_merge_request_spec.rb", "qa/specs/features/ee/browser_ui/9_data_stores/group/share_group_with_group_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/default_merge_request_template_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/filter_issue_comments_spec.rb", "qa/specs/features/browser_ui/9_data_stores/user/follow_user_activity_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/group_wiki/delete_group_wiki_page_spec.rb", "qa/specs/features/browser_ui/3_create/source_editor/source_editor_toolbar_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/create_group_milestone_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/comment_issue_spec.rb", "qa/specs/features/ee/browser_ui/8_monitor/incident_management/incident_quick_action_spec.rb", "qa/specs/features/api/3_create/repository/default_branch_name_setting_spec.rb", "qa/specs/features/api/3_create/repository/add_list_delete_branches_spec.rb", "qa/specs/features/api/9_data_stores/users_spec.rb"]152[Dec 02 2024 18:08:47 UTC (QA Tests)] INFO -- Leftover specs:153[Dec 02 2024 18:08:47 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/gitaly_mtls_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_pipeline_spec.rb", "qa/specs/features/browser_ui/10_govern/login/login_via_instance_wide_saml_sso_spec.rb", "qa/specs/features/browser_ui/2_plan/email/trigger_email_notification_spec.rb", "qa/specs/features/browser_ui/5_package/container_registry/saas/pull_container_registry_image_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/email_notification_for_alert_spec.rb", "qa/specs/features/browser_ui/9_data_stores/group/transfer_group_spec.rb", "qa/specs/features/ee/api/7_configure/kubernetes/kubernetes_agent_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/explain_this_vulnerability_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/license/cloud_activation_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/maven_package_spec.rb", "qa/specs/features/ee/browser_ui/13_secure/cvs_container_registry_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/generate_commit_message_spec.rb", "qa/specs/features/ee/browser_ui/6_release/pipeline_status_on_operation_dashboard_spec.rb", "qa/specs/features/ee/browser_ui/8_monitor/product_analytics/ruby_sdk_event_spec.rb"]154[Dec 02 2024 18:08:47 UTC (QA Tests)] INFO -- Using Browser: chrome155[Dec 02 2024 18:08:47 UTC (QA Tests)] INFO -- Waiting for Gitlab to become ready!156[Dec 02 2024 18:08:48 UTC (QA Tests)] INFO -- Gitlab is ready!157[Dec 02 2024 18:08:48 UTC (QA Tests)] INFO -- Creating admin api client for api fabrications158[Dec 02 2024 18:08:48 UTC (QA Tests)] INFO -- Global api token variable is set, using it for api client setup159[Dec 02 2024 18:08:48 UTC (QA Tests)] INFO -- Global admin api client set up successfully160[Dec 02 2024 18:08:49 UTC (QA Tests)] INFO -- Setting application settings: {:allow_local_requests_from_web_hooks_and_services=>true}161[Dec 02 2024 18:08:49 UTC (QA Tests)] INFO -- Performing initial license fabrication!162[Dec 02 2024 18:08:49 UTC (QA Tests)] INFO -- Successfully added license key. Details:163{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}164[Dec 02 2024 18:08:49 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.31 seconds165[Dec 02 2024 18:08:49 UTC (QA Tests)] INFO -- Disabling sync with External package metadata database166[Dec 02 2024 18:08:50 UTC (QA Tests)] INFO -- Setting application settings: {:package_metadata_purl_types=>[11]}1674 processes for 40 specs, ~ 10 specs per process168.....169Run options: exclude {:orchestrated=>true, :transient=>true, :geo=>true, :requires_praefect=>true}170Randomized with seed 52107171Create172 Merge request squashing173[Dec 02 2024 18:09:12 UTC (QA Tests ENV-4)] INFO -- Starting test: Create Merge request squashing user squashes commits while merging174[Dec 02 2024 18:09:12 UTC (QA Tests ENV-4)] INFO -- Creating test user175[Dec 02 2024 18:09:12 UTC (QA Tests ENV-4)] INFO -- Creating admin api client for api fabrications176[Dec 02 2024 18:09:12 UTC (QA Tests ENV-4)] INFO -- Global api token variable is set, using it for api client setup177[Dec 02 2024 18:09:12 UTC (QA Tests ENV-4)] INFO -- Global admin api client set up successfully178[Dec 02 2024 18:09:14 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-9c24e2731d856655' via api in 0.13 seconds179[Dec 02 2024 18:09:14 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-9c24e2731d856655' via api in 1.08 seconds180[Dec 02 2024 18:09:15 UTC (QA Tests ENV-4)] INFO -- filling :username-field with "qa-user-9c24e2731d856655"181[Dec 02 2024 18:09:15 UTC (QA Tests ENV-4)] INFO -- filling :password-field with "*****"182[Dec 02 2024 18:09:15 UTC (QA Tests ENV-4)] INFO -- clicking :sign-in-button183[Dec 02 2024 18:09:16 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'click_element sign-in-button' took 1.109s184[Dec 02 2024 18:09:20 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-749eacf61c12' via api in 0.6 seconds185[Dec 02 2024 18:09:21 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-749eacf61c12/qa-test-2024-12-02-18-09-19-9194d186f1283fe4' via api in 1.3 seconds186[Dec 02 2024 18:09:23 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-749eacf61c12/qa-test-2024-12-02-18-09-19-9194d186f1283fe4/squash-before-merge-d4473b42c9acfd50' via api in 3.14 seconds187[Dec 02 2024 18:09:25 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.28 seconds188[Dec 02 2024 18:09:26 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.97 seconds189[Dec 02 2024 18:09:29 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 6.25 seconds190[Dec 02 2024 18:09:31 UTC (QA Tests ENV-4)] INFO -- QA::Resource::Project - wait_for_push with commit message "to be squashed"191[Dec 02 2024 18:09:32 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.01 seconds192[Dec 02 2024 18:09:32 UTC (QA Tests ENV-4)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab.172.18.0.2.nip.io/qa-sandbox-749eacf61c12/qa-test-2024-12-02-18-09-19-9194d186f1283fe4/squash-before-merge-d4473b42c9acfd50/-/merge_requests/1193[Dec 02 2024 18:09:37 UTC (QA Tests ENV-4)] INFO -- checking via JS :squash-checkbox with args {}194[Dec 02 2024 18:09:37 UTC (QA Tests ENV-4)] INFO -- clicking :merge-button195[Dec 02 2024 18:09:41 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.988s196 user squashes commits while merging197Release198 Operations Dashboard199 has many pipelines with appropriate statuses (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/424230)200Plan201 Issue comments202[Dec 02 2024 18:09:41 UTC (QA Tests ENV-4)] INFO -- Starting test: Plan Issue comments comments on an issue and edits the comment203[Dec 02 2024 18:09:41 UTC (QA Tests ENV-4)] INFO -- Creating test user204[Dec 02 2024 18:09:42 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-16f401fb1221261b' via api in 0.11 seconds205[Dec 02 2024 18:09:42 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-16f401fb1221261b' via api in 0.63 seconds206[Dec 02 2024 18:09:43 UTC (QA Tests ENV-4)] INFO -- filling :username-field with "qa-user-16f401fb1221261b"207[Dec 02 2024 18:09:43 UTC (QA Tests ENV-4)] INFO -- filling :password-field with "*****"208[Dec 02 2024 18:09:43 UTC (QA Tests ENV-4)] INFO -- clicking :sign-in-button209[Dec 02 2024 18:09:48 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-1b0c12648e6f' via api in 0.52 seconds210[Dec 02 2024 18:09:49 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-1b0c12648e6f/qa-test-2024-12-02-18-09-19-8da7840c1c9557f8' via api in 1.2 seconds211[Dec 02 2024 18:09:50 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-1b0c12648e6f/qa-test-2024-12-02-18-09-19-8da7840c1c9557f8/project-for-issues-ffd4f1cbd4be092e' via api in 2.36 seconds212[Dec 02 2024 18:09:51 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 3.67 seconds213[Dec 02 2024 18:09:51 UTC (QA Tests ENV-4)] INFO -- Visiting QA::Resource::Issue at http://gitlab.172.18.0.2.nip.io/qa-sandbox-1b0c12648e6f/qa-test-2024-12-02-18-09-19-8da7840c1c9557f8/project-for-issues-ffd4f1cbd4be092e/-/issues/1214[Dec 02 2024 18:09:54 UTC (QA Tests ENV-4)] INFO -- clicking :issue-title215[Dec 02 2024 18:09:55 UTC (QA Tests ENV-4)] INFO -- clicking :discussion-preferences-dropdown216[Dec 02 2024 18:09:56 UTC (QA Tests ENV-4)] INFO -- clicking :comment-button217[Dec 02 2024 18:09:56 UTC (QA Tests ENV-4)] INFO -- clicking :note-edit-button218[Dec 02 2024 18:09:58 UTC (QA Tests ENV-4)] INFO -- clicking :reply-comment-button219 comments on an issue and edits the comment220Create221 Source editor toolbar preview222[Dec 02 2024 18:09:58 UTC (QA Tests ENV-4)] INFO -- Starting test: Create Source editor toolbar preview can preview markdown side-by-side while editing223[Dec 02 2024 18:09:58 UTC (QA Tests ENV-4)] INFO -- Creating test user224[Dec 02 2024 18:09:59 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-2e8a901c594c4e3d' via api in 0.13 seconds225[Dec 02 2024 18:09:59 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-2e8a901c594c4e3d' via api in 0.73 seconds226[Dec 02 2024 18:09:59 UTC (QA Tests ENV-4)] INFO -- filling :username-field with "qa-user-2e8a901c594c4e3d"227[Dec 02 2024 18:10:00 UTC (QA Tests ENV-4)] INFO -- filling :password-field with "*****"228[Dec 02 2024 18:10:00 UTC (QA Tests ENV-4)] INFO -- clicking :sign-in-button229[Dec 02 2024 18:10:05 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-d7d4e36ab477' via api in 0.53 seconds230[Dec 02 2024 18:10:05 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-d7d4e36ab477/qa-test-2024-12-02-18-09-19-a06e049ab4bb8db2' via api in 1.29 seconds231[Dec 02 2024 18:10:07 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-d7d4e36ab477/qa-test-2024-12-02-18-09-19-a06e049ab4bb8db2/empty-project-with-md-89ab7a025b4c53f0' via api in 3.28 seconds232[Dec 02 2024 18:10:07 UTC (QA Tests ENV-4)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-d7d4e36ab477/qa-test-2024-12-02-18-09-19-a06e049ab4bb8db2/empty-project-with-md-89ab7a025b4c53f0233[Dec 02 2024 18:10:09 UTC (QA Tests ENV-4)] INFO -- clicking :file-name-link234[Dec 02 2024 18:10:10 UTC (QA Tests ENV-4)] INFO -- clicking :action-dropdown235[Dec 02 2024 18:10:10 UTC (QA Tests ENV-4)] INFO -- clicking :edit-menu-item236[Dec 02 2024 18:10:12 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'click_element edit-menu-item' took 1.48s237[Dec 02 2024 18:10:13 UTC (QA Tests ENV-4)] INFO -- clicking :commit-button238[Dec 02 2024 18:10:15 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.469s239 can preview markdown side-by-side while editing240Configure241 Kubernetes Agent242 deploys a K8s manifest file (PENDING: Test is not compatible with this environment or pipeline)243Verify244 Include multiple files from a project245[Dec 02 2024 18:10:16 UTC (QA Tests ENV-4)] INFO -- Starting test: Verify Include multiple files from a project runs the pipeline with composed config246[Dec 02 2024 18:10:16 UTC (QA Tests ENV-4)] INFO -- Creating test user247[Dec 02 2024 18:10:16 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-8caf3f6086522f99' via api in 0.12 seconds248[Dec 02 2024 18:10:16 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-8caf3f6086522f99' via api in 0.74 seconds249[Dec 02 2024 18:10:17 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-61840607172b' via api in 0.5 seconds250[Dec 02 2024 18:10:18 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-61840607172b/qa-test-2024-12-02-18-09-19-5514212359b21138' via api in 1.25 seconds251[Dec 02 2024 18:10:19 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-61840607172b/qa-test-2024-12-02-18-09-19-5514212359b21138/project-with-pipeline-1-47049602ef22323d' via api in 2.42 seconds252[Dec 02 2024 18:10:19 UTC (QA Tests ENV-4)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`253[Dec 02 2024 18:10:19 UTC (QA Tests ENV-4)] INFO -- Executing: `docker network inspect host`254[Dec 02 2024 18:10:19 UTC (QA Tests ENV-4)] INFO -- Executing: `docker run -d --rm --network host --name qa-runner-t5yy5jva --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-t5yy5jva 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-t5yy5jva --url http://gitlab.172.18.0.2.nip.io --token **** --executor shell && gitlab-runner run" `255[Dec 02 2024 18:10:21 UTC (QA Tests ENV-4)] INFO -- Executing: `docker logs qa-runner-t5yy5jva`256[Dec 02 2024 18:10:21 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::ProjectRunner with name 'qa-runner-t5yy5jva' via api in 2.0 seconds257[Dec 02 2024 18:10:21 UTC (QA Tests ENV-4)] INFO -- filling :username-field with "qa-user-8caf3f6086522f99"258[Dec 02 2024 18:10:22 UTC (QA Tests ENV-4)] INFO -- filling :password-field with "*****"259[Dec 02 2024 18:10:22 UTC (QA Tests ENV-4)] INFO -- clicking :sign-in-button260[Dec 02 2024 18:10:26 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-f6ecf414e012' via api in 0.53 seconds261[Dec 02 2024 18:10:28 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-f6ecf414e012/qa-test-2024-12-02-18-09-19-9304ef616bfab40d' via api in 1.54 seconds262[Dec 02 2024 18:10:29 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-f6ecf414e012/qa-test-2024-12-02-18-09-19-9304ef616bfab40d/project-with-pipeline-2-bce08931c3ef0b8a' via api in 2.85 seconds263[Dec 02 2024 18:10:30 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.15 seconds264[Dec 02 2024 18:10:31 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.22 seconds265[Dec 02 2024 18:10:31 UTC (QA Tests ENV-4)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-61840607172b/qa-test-2024-12-02-18-09-19-5514212359b21138/project-with-pipeline-1-47049602ef22323d266[Dec 02 2024 18:10:34 UTC (QA Tests ENV-4)] INFO -- clicking :menu-section-button267[Dec 02 2024 18:10:34 UTC (QA Tests ENV-4)] INFO -- clicking :nav-item-link268[Dec 02 2024 18:10:36 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.15s269[Dec 02 2024 18:10:46 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'has_element? pipeline-table-row' took 10.488s270[Dec 02 2024 18:10:59 UTC (QA Tests ENV-4)] INFO -- clicking :ci-job-item and ensuring QA::Page::Project::Job::Show is present271[Dec 02 2024 18:11:00 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'click_element ci-job-item' took 1.573s272[Dec 02 2024 18:11:01 UTC (QA Tests ENV-4)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-t5yy5jva'273[Dec 02 2024 18:11:01 UTC (QA Tests ENV-4)] INFO -- Executing: `docker ps -f name=qa-runner-t5yy5jva`274[Dec 02 2024 18:11:01 UTC (QA Tests ENV-4)] INFO -- Executing: `docker rm -f qa-runner-t5yy5jva`275 runs the pipeline with composed config276Verify277 Project artifacts278 when user tries bulk deletion279[Dec 02 2024 18:11:01 UTC (QA Tests ENV-4)] INFO -- Starting test: Verify Project artifacts when user tries bulk deletion successfully delete them280[Dec 02 2024 18:11:01 UTC (QA Tests ENV-4)] INFO -- Creating test user281[Dec 02 2024 18:11:02 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-b24628e6d29669f7' via api in 0.14 seconds282[Dec 02 2024 18:11:02 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-b24628e6d29669f7' via api in 0.88 seconds283[Dec 02 2024 18:11:03 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-b313c4fbe833' via api in 0.55 seconds284[Dec 02 2024 18:11:04 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-b313c4fbe833/qa-test-2024-12-02-18-09-19-3cac8c14f715731f' via api in 1.66 seconds285[Dec 02 2024 18:11:05 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-b313c4fbe833/qa-test-2024-12-02-18-09-19-3cac8c14f715731f/project-with-many-artifacts-72daf25a6c8412da' via api in 3.15 seconds286[Dec 02 2024 18:11:06 UTC (QA Tests ENV-4)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`287[Dec 02 2024 18:11:06 UTC (QA Tests ENV-4)] INFO -- Executing: `docker network inspect host`288[Dec 02 2024 18:11:06 UTC (QA Tests ENV-4)] INFO -- Executing: `docker run -d --rm --network host --name qa-runner-mn0vbhb6-1 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-mn0vbhb6-1 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-mn0vbhb6-1 --url http://gitlab.172.18.0.2.nip.io --token **** --executor shell && gitlab-runner run" `289[Dec 02 2024 18:11:06 UTC (QA Tests ENV-4)] INFO -- Executing: `docker logs qa-runner-mn0vbhb6-1`290[Dec 02 2024 18:11:07 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::ProjectRunner with name 'qa-runner-mn0vbhb6-1' via api in 1.22 seconds291[Dec 02 2024 18:11:07 UTC (QA Tests ENV-4)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`292[Dec 02 2024 18:11:07 UTC (QA Tests ENV-4)] INFO -- Executing: `docker network inspect host`293[Dec 02 2024 18:11:07 UTC (QA Tests ENV-4)] INFO -- Executing: `docker run -d --rm --network host --name qa-runner-mn0vbhb6-2 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-mn0vbhb6-2 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-mn0vbhb6-2 --url http://gitlab.172.18.0.2.nip.io --token **** --executor shell && gitlab-runner run" `294[Dec 02 2024 18:11:08 UTC (QA Tests ENV-4)] INFO -- Executing: `docker logs qa-runner-mn0vbhb6-2`295[Dec 02 2024 18:11:08 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::ProjectRunner with name 'qa-runner-mn0vbhb6-2' via api in 1.25 seconds296[Dec 02 2024 18:11:08 UTC (QA Tests ENV-4)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`297[Dec 02 2024 18:11:08 UTC (QA Tests ENV-4)] INFO -- Executing: `docker network inspect host`298[Dec 02 2024 18:11:08 UTC (QA Tests ENV-4)] INFO -- Executing: `docker run -d --rm --network host --name qa-runner-mn0vbhb6-3 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-mn0vbhb6-3 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-mn0vbhb6-3 --url http://gitlab.172.18.0.2.nip.io --token **** --executor shell && gitlab-runner run" `299[Dec 02 2024 18:11:09 UTC (QA Tests ENV-4)] INFO -- Executing: `docker logs qa-runner-mn0vbhb6-3`300[Dec 02 2024 18:11:09 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::ProjectRunner with name 'qa-runner-mn0vbhb6-3' via api in 1.16 seconds301[Dec 02 2024 18:11:09 UTC (QA Tests ENV-4)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`302[Dec 02 2024 18:11:10 UTC (QA Tests ENV-4)] INFO -- Executing: `docker network inspect host`303[Dec 02 2024 18:11:10 UTC (QA Tests ENV-4)] INFO -- Executing: `docker run -d --rm --network host --name qa-runner-mn0vbhb6-4 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-mn0vbhb6-4 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-mn0vbhb6-4 --url http://gitlab.172.18.0.2.nip.io --token **** --executor shell && gitlab-runner run" `304[Dec 02 2024 18:11:10 UTC (QA Tests ENV-4)] INFO -- Executing: `docker logs qa-runner-mn0vbhb6-4`305[Dec 02 2024 18:11:10 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::ProjectRunner with name 'qa-runner-mn0vbhb6-4' via api in 1.18 seconds306[Dec 02 2024 18:11:10 UTC (QA Tests ENV-4)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`307[Dec 02 2024 18:11:11 UTC (QA Tests ENV-4)] INFO -- Executing: `docker network inspect host`308[Dec 02 2024 18:11:11 UTC (QA Tests ENV-4)] INFO -- Executing: `docker run -d --rm --network host --name qa-runner-mn0vbhb6-5 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-mn0vbhb6-5 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-mn0vbhb6-5 --url http://gitlab.172.18.0.2.nip.io --token **** --executor shell && gitlab-runner run" `309[Dec 02 2024 18:11:11 UTC (QA Tests ENV-4)] INFO -- Executing: `docker logs qa-runner-mn0vbhb6-5`310[Dec 02 2024 18:11:11 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::ProjectRunner with name 'qa-runner-mn0vbhb6-5' via api in 1.19 seconds311[Dec 02 2024 18:11:13 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.17 seconds312[Dec 02 2024 18:11:13 UTC (QA Tests ENV-4)] INFO -- filling :username-field with "qa-user-b24628e6d29669f7"313[Dec 02 2024 18:11:13 UTC (QA Tests ENV-4)] INFO -- filling :password-field with "*****"314[Dec 02 2024 18:11:13 UTC (QA Tests ENV-4)] INFO -- clicking :sign-in-button315[Dec 02 2024 18:11:15 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'click_element sign-in-button' took 1.299s316[Dec 02 2024 18:12:08 UTC (QA Tests ENV-4)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-b313c4fbe833/qa-test-2024-12-02-18-09-19-3cac8c14f715731f/project-with-many-artifacts-72daf25a6c8412da317[Dec 02 2024 18:12:10 UTC (QA Tests ENV-4)] INFO -- clicking :menu-section-button318[Dec 02 2024 18:12:10 UTC (QA Tests ENV-4)] INFO -- clicking :nav-item-link319[Dec 02 2024 18:12:11 UTC (QA Tests ENV-4)] INFO -- checking via JS :select-all-artifacts-checkbox with args {}320[Dec 02 2024 18:12:12 UTC (QA Tests ENV-4)] INFO -- clicking :bulk-delete-delete-button321[Dec 02 2024 18:12:13 UTC (QA Tests ENV-4)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-mn0vbhb6-1'322[Dec 02 2024 18:12:13 UTC (QA Tests ENV-4)] INFO -- Executing: `docker ps -f name=qa-runner-mn0vbhb6-1`323[Dec 02 2024 18:12:13 UTC (QA Tests ENV-4)] INFO -- Executing: `docker rm -f qa-runner-mn0vbhb6-1`324[Dec 02 2024 18:12:14 UTC (QA Tests ENV-4)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-mn0vbhb6-2'325[Dec 02 2024 18:12:14 UTC (QA Tests ENV-4)] INFO -- Executing: `docker ps -f name=qa-runner-mn0vbhb6-2`326[Dec 02 2024 18:12:14 UTC (QA Tests ENV-4)] INFO -- Executing: `docker rm -f qa-runner-mn0vbhb6-2`327[Dec 02 2024 18:12:14 UTC (QA Tests ENV-4)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-mn0vbhb6-3'328[Dec 02 2024 18:12:14 UTC (QA Tests ENV-4)] INFO -- Executing: `docker ps -f name=qa-runner-mn0vbhb6-3`329[Dec 02 2024 18:12:14 UTC (QA Tests ENV-4)] INFO -- Executing: `docker rm -f qa-runner-mn0vbhb6-3`330[Dec 02 2024 18:12:15 UTC (QA Tests ENV-4)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-mn0vbhb6-4'331[Dec 02 2024 18:12:15 UTC (QA Tests ENV-4)] INFO -- Executing: `docker ps -f name=qa-runner-mn0vbhb6-4`332[Dec 02 2024 18:12:15 UTC (QA Tests ENV-4)] INFO -- Executing: `docker rm -f qa-runner-mn0vbhb6-4`333[Dec 02 2024 18:12:16 UTC (QA Tests ENV-4)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-mn0vbhb6-5'334[Dec 02 2024 18:12:16 UTC (QA Tests ENV-4)] INFO -- Executing: `docker ps -f name=qa-runner-mn0vbhb6-5`335[Dec 02 2024 18:12:16 UTC (QA Tests ENV-4)] INFO -- Executing: `docker rm -f qa-runner-mn0vbhb6-5`336 successfully delete them337Create338 Codeowners339 when the project is in the root group340 and the code owner is a user341 behaves like code owner merge request342[Dec 02 2024 18:12:16 UTC (QA Tests ENV-4)] INFO -- Starting test: Create Codeowners when the project is in the root group and the code owner is a user behaves like code owner merge request is approved and merged343[Dec 02 2024 18:12:16 UTC (QA Tests ENV-4)] INFO -- Creating test user344[Dec 02 2024 18:12:18 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-aaf030b2db325811' via api in 0.13 seconds345[Dec 02 2024 18:12:18 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-aaf030b2db325811' via api in 1.39 seconds346[Dec 02 2024 18:12:18 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-6d17531e606d' via api in 0.66 seconds347[Dec 02 2024 18:12:20 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-6d17531e606d/code-owner-approve-and-merge-ce716f56d6632ca2' via api in 1.52 seconds348[Dec 02 2024 18:12:20 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-1e0d9b32531d75de' via api in 0.53 seconds349[Dec 02 2024 18:12:20 UTC (QA Tests ENV-4)] INFO -- Adding user qa-user-1e0d9b32531d75de to qa-sandbox-6d17531e606d/code-owner-approve-and-merge-ce716f56d6632ca2 QA::Resource::Project350[Dec 02 2024 18:12:21 UTC (QA Tests ENV-4)] INFO -- filling :username-field with "qa-user-aaf030b2db325811"351[Dec 02 2024 18:12:21 UTC (QA Tests ENV-4)] INFO -- filling :password-field with "*****"352[Dec 02 2024 18:12:21 UTC (QA Tests ENV-4)] INFO -- clicking :sign-in-button353[Dec 02 2024 18:12:26 UTC (QA Tests ENV-4)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-6d17531e606d/code-owner-approve-and-merge-ce716f56d6632ca2354[Dec 02 2024 18:12:27 UTC (QA Tests ENV-4)] INFO -- clicking :menu-section-button355[Dec 02 2024 18:12:27 UTC (QA Tests ENV-4)] INFO -- clicking :nav-item-link356[Dec 02 2024 18:12:29 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.062s357[Dec 02 2024 18:12:29 UTC (QA Tests ENV-4)] INFO -- filling :approvals-number-field with "1"358[Dec 02 2024 18:12:30 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.21 seconds359[Dec 02 2024 18:12:30 UTC (QA Tests ENV-4)] INFO -- ==> Retrieved a QA::Resource::ProtectedBranch via api in 0.13 seconds360[Dec 02 2024 18:12:33 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.88 seconds361[Dec 02 2024 18:12:43 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 10.91 seconds362[Dec 02 2024 18:12:45 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.018s363[Dec 02 2024 18:12:46 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.061s364[Dec 02 2024 18:12:46 UTC (QA Tests ENV-4)] INFO -- clicking :user-avatar-content365[Dec 02 2024 18:12:46 UTC (QA Tests ENV-4)] INFO -- clicking :sign-out-link366[Dec 02 2024 18:12:47 UTC (QA Tests ENV-4)] INFO -- filling :username-field with "qa-user-1e0d9b32531d75de"367[Dec 02 2024 18:12:47 UTC (QA Tests ENV-4)] INFO -- filling :password-field with "*****"368[Dec 02 2024 18:12:47 UTC (QA Tests ENV-4)] INFO -- clicking :sign-in-button369[Dec 02 2024 18:12:48 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'click_element sign-in-button' took 1.038s370[Dec 02 2024 18:12:52 UTC (QA Tests ENV-4)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab.172.18.0.2.nip.io/qa-sandbox-6d17531e606d/code-owner-approve-and-merge-ce716f56d6632ca2/-/merge_requests/1371[Dec 02 2024 18:13:05 UTC (QA Tests ENV-4)] INFO -- clicking :approve-button372[Dec 02 2024 18:13:07 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.723s373[Dec 02 2024 18:13:07 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'find_element approve-button' took 1.748s374[Dec 02 2024 18:13:07 UTC (QA Tests ENV-4)] INFO -- refreshing http://gitlab.172.18.0.2.nip.io/qa-sandbox-6d17531e606d/code-owner-approve-and-merge-ce716f56d6632ca2/-/merge_requests/1375[Dec 02 2024 18:13:11 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.418s376[Dec 02 2024 18:13:11 UTC (QA Tests ENV-4)] INFO -- clicking :merge-button377[Dec 02 2024 18:13:18 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'finished_loading? ' took 7.154s378[Dec 02 2024 18:13:20 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.253s379[Dec 02 2024 18:13:21 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.051s380[Dec 02 2024 18:13:21 UTC (QA Tests ENV-4)] INFO -- clicking :user-avatar-content381[Dec 02 2024 18:13:22 UTC (QA Tests ENV-4)] INFO -- clicking :sign-out-link382 is approved and merged383 and the code owner is the root group384 behaves like code owner merge request385[Dec 02 2024 18:13:22 UTC (QA Tests ENV-4)] INFO -- Starting test: Create Codeowners when the project is in the root group and the code owner is the root group behaves like code owner merge request is approved and merged386[Dec 02 2024 18:13:22 UTC (QA Tests ENV-4)] INFO -- Creating test user387[Dec 02 2024 18:13:23 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-5cc57db95dac0b04' via api in 0.13 seconds388[Dec 02 2024 18:13:23 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-5cc57db95dac0b04' via api in 0.67 seconds389[Dec 02 2024 18:13:23 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-be38e356ef99' via api in 0.54 seconds390[Dec 02 2024 18:13:24 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-9bb5b7d3b0946397' via api in 0.52 seconds391[Dec 02 2024 18:13:24 UTC (QA Tests ENV-4)] INFO -- Adding user qa-user-9bb5b7d3b0946397 to qa-sandbox-be38e356ef99 QA::Resource::Sandbox392[Dec 02 2024 18:13:25 UTC (QA Tests ENV-4)] INFO -- filling :username-field with "qa-user-5cc57db95dac0b04"393[Dec 02 2024 18:13:25 UTC (QA Tests ENV-4)] INFO -- filling :password-field with "*****"394[Dec 02 2024 18:13:25 UTC (QA Tests ENV-4)] INFO -- clicking :sign-in-button395[Dec 02 2024 18:13:31 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-be38e356ef99/code-owner-approve-and-merge-759c998810fefafd' via api in 1.95 seconds396[Dec 02 2024 18:13:31 UTC (QA Tests ENV-4)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-be38e356ef99/code-owner-approve-and-merge-759c998810fefafd397[Dec 02 2024 18:13:33 UTC (QA Tests ENV-4)] INFO -- clicking :menu-section-button398[Dec 02 2024 18:13:34 UTC (QA Tests ENV-4)] INFO -- clicking :nav-item-link399[Dec 02 2024 18:13:35 UTC (QA Tests ENV-4)] INFO -- filling :approvals-number-field with "1"400[Dec 02 2024 18:13:37 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 2.17 seconds401[Dec 02 2024 18:13:38 UTC (QA Tests ENV-4)] INFO -- ==> Retrieved a QA::Resource::ProtectedBranch via api in 0.38 seconds402[Dec 02 2024 18:13:41 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 2.15 seconds403[Dec 02 2024 18:13:52 UTC (QA Tests ENV-4)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 11.02 seconds404[Dec 02 2024 18:13:53 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.02s405[Dec 02 2024 18:13:54 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.033s406[Dec 02 2024 18:13:54 UTC (QA Tests ENV-4)] INFO -- clicking :user-avatar-content407[Dec 02 2024 18:13:54 UTC (QA Tests ENV-4)] INFO -- clicking :sign-out-link408[Dec 02 2024 18:13:55 UTC (QA Tests ENV-4)] INFO -- filling :username-field with "qa-user-9bb5b7d3b0946397"409[Dec 02 2024 18:13:55 UTC (QA Tests ENV-4)] INFO -- filling :password-field with "*****"410[Dec 02 2024 18:13:56 UTC (QA Tests ENV-4)] INFO -- clicking :sign-in-button411[Dec 02 2024 18:14:00 UTC (QA Tests ENV-4)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab.172.18.0.2.nip.io/qa-sandbox-be38e356ef99/code-owner-approve-and-merge-759c998810fefafd/-/merge_requests/1412[Dec 02 2024 18:14:07 UTC (QA Tests ENV-4)] INFO -- clicking :approve-button413[Dec 02 2024 18:14:08 UTC (QA Tests ENV-4)] INFO -- refreshing http://gitlab.172.18.0.2.nip.io/qa-sandbox-be38e356ef99/code-owner-approve-and-merge-759c998810fefafd/-/merge_requests/1414[Dec 02 2024 18:14:12 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.506s415[Dec 02 2024 18:14:12 UTC (QA Tests ENV-4)] INFO -- clicking :merge-button416[Dec 02 2024 18:14:22 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'finished_loading? ' took 9.232s417[Dec 02 2024 18:14:24 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.886s418[Dec 02 2024 18:14:26 UTC (QA Tests ENV-4)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.031s419[Dec 02 2024 18:14:26 UTC (QA Tests ENV-4)] INFO -- clicking :user-avatar-content420[Dec 02 2024 18:14:26 UTC (QA Tests ENV-4)] INFO -- clicking :sign-out-link421 is approved and merged422[Dec 02 2024 18:14:26 UTC (QA Tests ENV-4)] INFO -- [influxdb exporter]: Pushed 9 test execution entries to influxdb423[Dec 02 2024 18:14:28 UTC (QA Tests ENV-4)] INFO -- [influxdb exporter]: Pushed 9 test execution entries to GCS424[Dec 02 2024 18:14:28 UTC (QA Tests ENV-4)] INFO -- [influxdb exporter]: Pushed 60 resource fabrication entries to influxdb425[Dec 02 2024 18:14:28 UTC (QA Tests ENV-4)] INFO -- [influxdb exporter]: Pushed 60 resource fabrication entries to GCS426[Dec 02 2024 18:14:28 UTC (QA Tests ENV-4)] INFO -- [influxdb exporter]: Pushed 877 code runtime entries to influxdb427[Dec 02 2024 18:14:28 UTC (QA Tests ENV-4)] INFO -- [influxdb exporter]: Saving test metrics json not enabled, skipping428Pending: (Failures listed here are expected and do not affect your suite's status)429 1) Release Operations Dashboard has many pipelines with appropriate statuses430 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/424230431 # ./qa/specs/features/ee/browser_ui/6_release/pipeline_status_on_operation_dashboard_spec.rb:26432 2) Configure Kubernetes Agent deploys a K8s manifest file433 # Test is not compatible with this environment or pipeline434 # ./qa/specs/features/ee/api/7_configure/kubernetes/kubernetes_agent_spec.rb:30435Finished in 5 minutes 34 seconds (files took 1.51 seconds to load)4369 examples, 0 failures, 2 pending437Randomized with seed 52107438Run options: exclude {:orchestrated=>true, :transient=>true, :geo=>true, :requires_praefect=>true}439Randomized with seed 51872440Plan441 Testing group wiki442[Dec 02 2024 18:09:12 UTC (QA Tests ENV-3)] INFO -- Starting test: Plan Testing group wiki can delete a group wiki page443[Dec 02 2024 18:09:12 UTC (QA Tests ENV-3)] INFO -- Creating test user444[Dec 02 2024 18:09:12 UTC (QA Tests ENV-3)] INFO -- Creating admin api client for api fabrications445[Dec 02 2024 18:09:12 UTC (QA Tests ENV-3)] INFO -- Global api token variable is set, using it for api client setup446[Dec 02 2024 18:09:12 UTC (QA Tests ENV-3)] INFO -- Global admin api client set up successfully447[Dec 02 2024 18:09:14 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-0c53ce5643dc5994' via api in 0.12 seconds448[Dec 02 2024 18:09:14 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-0c53ce5643dc5994' via api in 1.17 seconds449[Dec 02 2024 18:09:15 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.062s450[Dec 02 2024 18:09:15 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'has_element? login-page' took 1.075s451[Dec 02 2024 18:09:16 UTC (QA Tests ENV-3)] INFO -- filling :username-field with "qa-user-0c53ce5643dc5994"452[Dec 02 2024 18:09:16 UTC (QA Tests ENV-3)] INFO -- filling :password-field with "*****"453[Dec 02 2024 18:09:16 UTC (QA Tests ENV-3)] INFO -- clicking :sign-in-button454[Dec 02 2024 18:09:23 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-886c1fea31ca' via api in 2.03 seconds455[Dec 02 2024 18:09:24 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-886c1fea31ca/group-with-wiki-f90b12aafa927509' via api in 3.93 seconds456[Dec 02 2024 18:09:26 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Wiki::GroupPage via api in 5.76 seconds457[Dec 02 2024 18:09:26 UTC (QA Tests ENV-3)] INFO -- Visiting QA::Resource::Wiki::GroupPage at http://gitlab.172.18.0.2.nip.io/groups/qa-sandbox-886c1fea31ca/group-with-wiki-f90b12aafa927509/-/wikis/Home458[Dec 02 2024 18:09:27 UTC (QA Tests ENV-3)] INFO -- clicking :wiki-edit-button459[Dec 02 2024 18:09:27 UTC (QA Tests ENV-3)] INFO -- clicking :delete-button and ensuring QA::Page::Modal::DeleteWiki is present460[Dec 02 2024 18:09:28 UTC (QA Tests ENV-3)] INFO -- clicking :confirm-deletion-button461[Dec 02 2024 18:09:29 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'click_element confirm-deletion-button' took 1.659s462 can delete a group wiki page463Create464 Group file templates465[Dec 02 2024 18:09:29 UTC (QA Tests ENV-3)] INFO -- Starting test: Create Group file templates creates file via custom Dockerfile file template466[Dec 02 2024 18:09:29 UTC (QA Tests ENV-3)] INFO -- Creating test user467[Dec 02 2024 18:09:30 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-bc8a5109fe20b1f7' via api in 0.13 seconds468[Dec 02 2024 18:09:30 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-bc8a5109fe20b1f7' via api in 0.9 seconds469[Dec 02 2024 18:09:31 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-320e17d19448' via api in 0.46 seconds470[Dec 02 2024 18:09:31 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-320e17d19448/template-group' via api in 1.1 seconds471[Dec 02 2024 18:09:34 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-320e17d19448/template-group/group-file-template-project-3ff0c541892e4647' via api in 2.47 seconds472[Dec 02 2024 18:09:37 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 2.66 seconds473[Dec 02 2024 18:09:38 UTC (QA Tests ENV-3)] INFO -- filling :username-field with "root"474[Dec 02 2024 18:09:38 UTC (QA Tests ENV-3)] INFO -- filling :password-field with "*****"475[Dec 02 2024 18:09:38 UTC (QA Tests ENV-3)] INFO -- clicking :sign-in-button476[Dec 02 2024 18:09:40 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'click_element sign-in-button' took 1.102s477[Dec 02 2024 18:09:43 UTC (QA Tests ENV-3)] INFO -- Visiting QA::Resource::Group at http://gitlab.172.18.0.2.nip.io/groups/qa-sandbox-320e17d19448/template-group478[Dec 02 2024 18:09:45 UTC (QA Tests ENV-3)] INFO -- clicking :menu-section-button479[Dec 02 2024 18:09:45 UTC (QA Tests ENV-3)] INFO -- clicking :nav-item-link480[Dec 02 2024 18:09:46 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.338s481[Dec 02 2024 18:09:49 UTC (QA Tests ENV-3)] INFO -- Searching in dropdown: "group-file-template-project-3ff0c541892e4647"482[Dec 02 2024 18:09:50 UTC (QA Tests ENV-3)] INFO -- clicking :save-changes-button483[Dec 02 2024 18:09:51 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'click_element save-changes-button' took 1.248s484[Dec 02 2024 18:09:54 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-320e17d19448/template-group/group-file-template-project-2-9cf4482eb0774a23' via api in 3.06 seconds485[Dec 02 2024 18:09:54 UTC (QA Tests ENV-3)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-320e17d19448/template-group/group-file-template-project-2-9cf4482eb0774a23486[Dec 02 2024 18:09:56 UTC (QA Tests ENV-3)] INFO -- clicking :add-to-tree487[Dec 02 2024 18:09:57 UTC (QA Tests ENV-3)] INFO -- clicking :new-file-menu-item488[Dec 02 2024 18:09:58 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'click_element new-file-menu-item' took 1.483s489[Dec 02 2024 18:09:58 UTC (QA Tests ENV-3)] INFO -- filling :file-name-field with "942521bce3ecaa9b/Dockerfile"490[Dec 02 2024 18:09:58 UTC (QA Tests ENV-3)] INFO -- clicking :template-selector491[Dec 02 2024 18:10:00 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'has_element? blob-viewer-file-content' took 1.254s492[Dec 02 2024 18:10:00 UTC (QA Tests ENV-3)] INFO -- clicking :commit-button493[Dec 02 2024 18:10:02 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.081s494 creates file via custom Dockerfile file template495[Dec 02 2024 18:10:03 UTC (QA Tests ENV-3)] INFO -- Starting test: Create Group file templates creates file via custom .gitlab-ci.yml file template496[Dec 02 2024 18:10:03 UTC (QA Tests ENV-3)] INFO -- Creating test user497[Dec 02 2024 18:10:04 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-862d9a8dfd5743e3' via api in 0.13 seconds498[Dec 02 2024 18:10:04 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-862d9a8dfd5743e3' via api in 0.72 seconds499[Dec 02 2024 18:10:05 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-66bda94a7662' via api in 0.51 seconds500[Dec 02 2024 18:10:05 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-66bda94a7662/template-group' via api in 1.19 seconds501[Dec 02 2024 18:10:07 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-66bda94a7662/template-group/group-file-template-project-bef71e74eba97e67' via api in 1.61 seconds502[Dec 02 2024 18:10:09 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.65 seconds503[Dec 02 2024 18:10:09 UTC (QA Tests ENV-3)] INFO -- filling :username-field with "root"504[Dec 02 2024 18:10:09 UTC (QA Tests ENV-3)] INFO -- filling :password-field with "*****"505[Dec 02 2024 18:10:09 UTC (QA Tests ENV-3)] INFO -- clicking :sign-in-button506[Dec 02 2024 18:10:11 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'click_element sign-in-button' took 1.396s507[Dec 02 2024 18:10:14 UTC (QA Tests ENV-3)] INFO -- Visiting QA::Resource::Group at http://gitlab.172.18.0.2.nip.io/groups/qa-sandbox-66bda94a7662/template-group508[Dec 02 2024 18:10:16 UTC (QA Tests ENV-3)] INFO -- clicking :menu-section-button509[Dec 02 2024 18:10:16 UTC (QA Tests ENV-3)] INFO -- clicking :nav-item-link510[Dec 02 2024 18:10:17 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.18s511[Dec 02 2024 18:10:20 UTC (QA Tests ENV-3)] INFO -- Searching in dropdown: "group-file-template-project-bef71e74eba97e67"512[Dec 02 2024 18:10:21 UTC (QA Tests ENV-3)] INFO -- clicking :save-changes-button513[Dec 02 2024 18:10:22 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'click_element save-changes-button' took 1.602s514[Dec 02 2024 18:10:26 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-66bda94a7662/template-group/group-file-template-project-2-e6f90647636e2b91' via api in 3.42 seconds515[Dec 02 2024 18:10:26 UTC (QA Tests ENV-3)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-66bda94a7662/template-group/group-file-template-project-2-e6f90647636e2b91516[Dec 02 2024 18:10:29 UTC (QA Tests ENV-3)] INFO -- clicking :add-to-tree517[Dec 02 2024 18:10:29 UTC (QA Tests ENV-3)] INFO -- clicking :new-file-menu-item518[Dec 02 2024 18:10:30 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'click_element new-file-menu-item' took 1.468s519[Dec 02 2024 18:10:30 UTC (QA Tests ENV-3)] INFO -- filling :file-name-field with "012795f05e5b5837/.gitlab-ci.yml"520[Dec 02 2024 18:10:31 UTC (QA Tests ENV-3)] INFO -- clicking :template-selector521[Dec 02 2024 18:10:32 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'has_element? blob-viewer-file-content' took 1.191s522[Dec 02 2024 18:10:32 UTC (QA Tests ENV-3)] INFO -- clicking :commit-button523[Dec 02 2024 18:10:36 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'finished_loading? ' took 3.366s524 creates file via custom .gitlab-ci.yml file template525[Dec 02 2024 18:10:37 UTC (QA Tests ENV-3)] INFO -- Starting test: Create Group file templates creates file via custom LICENSE file template526[Dec 02 2024 18:10:37 UTC (QA Tests ENV-3)] INFO -- Creating test user527[Dec 02 2024 18:10:38 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-cb9955f0c5171d6d' via api in 0.11 seconds528[Dec 02 2024 18:10:38 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-cb9955f0c5171d6d' via api in 0.7 seconds529[Dec 02 2024 18:10:38 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-c1bde7bb9b76' via api in 0.52 seconds530[Dec 02 2024 18:10:39 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-c1bde7bb9b76/template-group' via api in 1.23 seconds531[Dec 02 2024 18:10:41 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-c1bde7bb9b76/template-group/group-file-template-project-3567593762f51eb8' via api in 2.09 seconds532[Dec 02 2024 18:10:43 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.67 seconds533[Dec 02 2024 18:10:43 UTC (QA Tests ENV-3)] INFO -- filling :username-field with "root"534[Dec 02 2024 18:10:43 UTC (QA Tests ENV-3)] INFO -- filling :password-field with "*****"535[Dec 02 2024 18:10:44 UTC (QA Tests ENV-3)] INFO -- clicking :sign-in-button536[Dec 02 2024 18:10:45 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'click_element sign-in-button' took 1.175s537[Dec 02 2024 18:10:48 UTC (QA Tests ENV-3)] INFO -- Visiting QA::Resource::Group at http://gitlab.172.18.0.2.nip.io/groups/qa-sandbox-c1bde7bb9b76/template-group538[Dec 02 2024 18:10:49 UTC (QA Tests ENV-3)] INFO -- clicking :menu-section-button539[Dec 02 2024 18:10:49 UTC (QA Tests ENV-3)] INFO -- clicking :nav-item-link540[Dec 02 2024 18:10:53 UTC (QA Tests ENV-3)] INFO -- Searching in dropdown: "group-file-template-project-3567593762f51eb8"541[Dec 02 2024 18:10:54 UTC (QA Tests ENV-3)] INFO -- clicking :save-changes-button542[Dec 02 2024 18:10:56 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-c1bde7bb9b76/template-group/group-file-template-project-2-c703ac162a05cd9d' via api in 1.33 seconds543[Dec 02 2024 18:10:56 UTC (QA Tests ENV-3)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-c1bde7bb9b76/template-group/group-file-template-project-2-c703ac162a05cd9d544[Dec 02 2024 18:10:58 UTC (QA Tests ENV-3)] INFO -- clicking :add-to-tree545[Dec 02 2024 18:10:58 UTC (QA Tests ENV-3)] INFO -- clicking :new-file-menu-item546[Dec 02 2024 18:11:00 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'click_element new-file-menu-item' took 1.328s547[Dec 02 2024 18:11:00 UTC (QA Tests ENV-3)] INFO -- filling :file-name-field with "LICENSE"548[Dec 02 2024 18:11:00 UTC (QA Tests ENV-3)] INFO -- clicking :template-selector549[Dec 02 2024 18:11:01 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'has_element? blob-viewer-file-content' took 1.263s550[Dec 02 2024 18:11:02 UTC (QA Tests ENV-3)] INFO -- clicking :commit-button551[Dec 02 2024 18:11:04 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.281s552 creates file via custom LICENSE file template553[Dec 02 2024 18:11:05 UTC (QA Tests ENV-3)] INFO -- Starting test: Create Group file templates creates file via custom .gitignore file template554[Dec 02 2024 18:11:05 UTC (QA Tests ENV-3)] INFO -- Creating test user555[Dec 02 2024 18:11:06 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-fa484abae0cd4a40' via api in 0.11 seconds556[Dec 02 2024 18:11:06 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-fa484abae0cd4a40' via api in 0.62 seconds557[Dec 02 2024 18:11:07 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-6a7f9ac02081' via api in 0.51 seconds558[Dec 02 2024 18:11:07 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-6a7f9ac02081/template-group' via api in 1.19 seconds559[Dec 02 2024 18:11:09 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-6a7f9ac02081/template-group/group-file-template-project-f49b0b8f4454fa8e' via api in 1.55 seconds560[Dec 02 2024 18:11:10 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.07 seconds561[Dec 02 2024 18:11:10 UTC (QA Tests ENV-3)] INFO -- filling :username-field with "root"562[Dec 02 2024 18:11:11 UTC (QA Tests ENV-3)] INFO -- filling :password-field with "*****"563[Dec 02 2024 18:11:11 UTC (QA Tests ENV-3)] INFO -- clicking :sign-in-button564[Dec 02 2024 18:11:12 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'click_element sign-in-button' took 1.156s565[Dec 02 2024 18:11:15 UTC (QA Tests ENV-3)] INFO -- Visiting QA::Resource::Group at http://gitlab.172.18.0.2.nip.io/groups/qa-sandbox-6a7f9ac02081/template-group566[Dec 02 2024 18:11:16 UTC (QA Tests ENV-3)] INFO -- clicking :menu-section-button567[Dec 02 2024 18:11:17 UTC (QA Tests ENV-3)] INFO -- clicking :nav-item-link568[Dec 02 2024 18:11:20 UTC (QA Tests ENV-3)] INFO -- Searching in dropdown: "group-file-template-project-f49b0b8f4454fa8e"569[Dec 02 2024 18:11:21 UTC (QA Tests ENV-3)] INFO -- clicking :save-changes-button570[Dec 02 2024 18:11:24 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'click_element save-changes-button' took 2.588s571[Dec 02 2024 18:11:28 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-6a7f9ac02081/template-group/group-file-template-project-2-6c5fc49f3dd51ab1' via api in 4.29 seconds572[Dec 02 2024 18:11:28 UTC (QA Tests ENV-3)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-6a7f9ac02081/template-group/group-file-template-project-2-6c5fc49f3dd51ab1573[Dec 02 2024 18:11:30 UTC (QA Tests ENV-3)] INFO -- clicking :add-to-tree574[Dec 02 2024 18:11:30 UTC (QA Tests ENV-3)] INFO -- clicking :new-file-menu-item575[Dec 02 2024 18:11:32 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'click_element new-file-menu-item' took 1.254s576[Dec 02 2024 18:11:32 UTC (QA Tests ENV-3)] INFO -- filling :file-name-field with "e368742c49104ceb/.gitignore"577[Dec 02 2024 18:11:32 UTC (QA Tests ENV-3)] INFO -- clicking :template-selector578[Dec 02 2024 18:11:34 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'has_element? blob-viewer-file-content' took 1.163s579[Dec 02 2024 18:11:34 UTC (QA Tests ENV-3)] INFO -- clicking :commit-button580[Dec 02 2024 18:11:36 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.716s581 creates file via custom .gitignore file template582Create583 Merge commit message584 when editing585 can be generated using GitLab Duo and merged (PENDING: Test is not compatible with this environment or pipeline)586Data Stores587 prevent forking outside group588 when disabled589[Dec 02 2024 18:11:38 UTC (QA Tests ENV-3)] INFO -- Starting test: Data Stores prevent forking outside group when disabled allows forking outside of group590[Dec 02 2024 18:11:38 UTC (QA Tests ENV-3)] INFO -- Creating test user591[Dec 02 2024 18:11:39 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-39f0733b86c77e82' via api in 0.14 seconds592[Dec 02 2024 18:11:39 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-39f0733b86c77e82' via api in 0.96 seconds593[Dec 02 2024 18:11:40 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'group_for_fork_f78de77f414ae6ca' via api in 1.48 seconds594[Dec 02 2024 18:11:41 UTC (QA Tests ENV-3)] INFO -- filling :username-field with "qa-user-39f0733b86c77e82"595[Dec 02 2024 18:11:41 UTC (QA Tests ENV-3)] INFO -- filling :password-field with "*****"596[Dec 02 2024 18:11:41 UTC (QA Tests ENV-3)] INFO -- clicking :sign-in-button597[Dec 02 2024 18:11:46 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-78ab07bd6e0f' via api in 0.68 seconds598[Dec 02 2024 18:11:48 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-78ab07bd6e0f/qa-test-2024-12-02-18-09-20-738919cfdd090318' via api in 2.94 seconds599[Dec 02 2024 18:11:50 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-78ab07bd6e0f/qa-test-2024-12-02-18-09-20-738919cfdd090318/project_to_fork-de5bc2abbc813e6e' via api in 5.34 seconds600[Dec 02 2024 18:11:50 UTC (QA Tests ENV-3)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab.172.18.0.2.nip.io/groups/qa-sandbox-78ab07bd6e0f601[Dec 02 2024 18:11:51 UTC (QA Tests ENV-3)] INFO -- clicking :menu-section-button602[Dec 02 2024 18:11:52 UTC (QA Tests ENV-3)] INFO -- clicking :nav-item-link603[Dec 02 2024 18:11:53 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.59s604[Dec 02 2024 18:11:55 UTC (QA Tests ENV-3)] INFO -- unchecking via JS :prevent-forking-outside-group-checkbox with args {}605[Dec 02 2024 18:11:55 UTC (QA Tests ENV-3)] INFO -- clicking :save-permissions-changes-button606[Dec 02 2024 18:11:58 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'click_element save-permissions-changes-button' took 3.501s607[Dec 02 2024 18:11:58 UTC (QA Tests ENV-3)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-78ab07bd6e0f/qa-test-2024-12-02-18-09-20-738919cfdd090318/project_to_fork-de5bc2abbc813e6e608[Dec 02 2024 18:12:01 UTC (QA Tests ENV-3)] INFO -- clicking :select-namespace-dropdown609[Dec 02 2024 18:12:01 UTC (QA Tests ENV-3)] INFO -- Searching in dropdown: "group_for_fork_f78de77f414ae6ca"610[Dec 02 2024 18:12:02 UTC (QA Tests ENV-3)] INFO -- clicking :fork-privacy-button611[Dec 02 2024 18:12:02 UTC (QA Tests ENV-3)] INFO -- clicking :fork-project-button612 allows forking outside of group613 when enabled614[Dec 02 2024 18:12:03 UTC (QA Tests ENV-3)] INFO -- Starting test: Data Stores prevent forking outside group when enabled does not allow forking outside of group615[Dec 02 2024 18:12:03 UTC (QA Tests ENV-3)] INFO -- Creating test user616[Dec 02 2024 18:12:04 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-df4e3961cbf72993' via api in 0.11 seconds617[Dec 02 2024 18:12:04 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-df4e3961cbf72993' via api in 0.78 seconds618[Dec 02 2024 18:12:04 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'group_for_fork_d8d5de147277d929' via api in 0.73 seconds619[Dec 02 2024 18:12:05 UTC (QA Tests ENV-3)] INFO -- filling :username-field with "qa-user-df4e3961cbf72993"620[Dec 02 2024 18:12:05 UTC (QA Tests ENV-3)] INFO -- filling :password-field with "*****"621[Dec 02 2024 18:12:05 UTC (QA Tests ENV-3)] INFO -- clicking :sign-in-button622[Dec 02 2024 18:12:10 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-5b9650fec43b' via api in 0.68 seconds623[Dec 02 2024 18:12:11 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-5b9650fec43b/qa-test-2024-12-02-18-09-20-9a9384360c6055d0' via api in 1.42 seconds624[Dec 02 2024 18:12:12 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-5b9650fec43b/qa-test-2024-12-02-18-09-20-9a9384360c6055d0/project_to_fork-411e5006c30bdb78' via api in 3.04 seconds625[Dec 02 2024 18:12:12 UTC (QA Tests ENV-3)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab.172.18.0.2.nip.io/groups/qa-sandbox-5b9650fec43b626[Dec 02 2024 18:12:13 UTC (QA Tests ENV-3)] INFO -- clicking :menu-section-button627[Dec 02 2024 18:12:14 UTC (QA Tests ENV-3)] INFO -- clicking :nav-item-link628[Dec 02 2024 18:12:16 UTC (QA Tests ENV-3)] INFO -- checking via JS :prevent-forking-outside-group-checkbox with args {}629[Dec 02 2024 18:12:16 UTC (QA Tests ENV-3)] INFO -- clicking :save-permissions-changes-button630[Dec 02 2024 18:12:18 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'click_element save-permissions-changes-button' took 1.863s631[Dec 02 2024 18:12:18 UTC (QA Tests ENV-3)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-5b9650fec43b/qa-test-2024-12-02-18-09-20-9a9384360c6055d0/project_to_fork-411e5006c30bdb78632[Dec 02 2024 18:12:21 UTC (QA Tests ENV-3)] INFO -- clicking :select-namespace-dropdown633 does not allow forking outside of group634Data Stores635 User636[Dec 02 2024 18:12:22 UTC (QA Tests ENV-3)] INFO -- Starting test: Data Stores User can be followed and their activity seen637[Dec 02 2024 18:12:22 UTC (QA Tests ENV-3)] INFO -- Creating test user638[Dec 02 2024 18:12:22 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-2b3ac6160987f477' via api in 0.11 seconds639[Dec 02 2024 18:12:22 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-2b3ac6160987f477' via api in 0.63 seconds640[Dec 02 2024 18:12:23 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-c2242adf5c5dbe45' via api in 0.12 seconds641[Dec 02 2024 18:12:23 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-c2242adf5c5dbe45' via api in 0.72 seconds642[Dec 02 2024 18:12:24 UTC (QA Tests ENV-3)] INFO -- filling :username-field with "qa-user-c2242adf5c5dbe45"643[Dec 02 2024 18:12:24 UTC (QA Tests ENV-3)] INFO -- filling :password-field with "*****"644[Dec 02 2024 18:12:24 UTC (QA Tests ENV-3)] INFO -- clicking :sign-in-button645[Dec 02 2024 18:12:28 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-88f82da801ab77bc' via api in 0.16 seconds646[Dec 02 2024 18:12:28 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-88f82da801ab77bc' via api in 0.77 seconds647[Dec 02 2024 18:12:29 UTC (QA Tests ENV-3)] INFO -- clicking :follow-user-link648[Dec 02 2024 18:12:31 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-5c15ea4acd3f' via api in 0.51 seconds649[Dec 02 2024 18:12:32 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-5c15ea4acd3f/group_for_follow_user_activity_999a79cb3a7a0773' via api in 1.14 seconds650[Dec 02 2024 18:12:32 UTC (QA Tests ENV-3)] INFO -- Adding user qa-user-88f82da801ab77bc to qa-sandbox-5c15ea4acd3f/group_for_follow_user_activity_999a79cb3a7a0773 QA::Resource::Group651[Dec 02 2024 18:12:34 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-5c15ea4acd3f/group_for_follow_user_activity_999a79cb3a7a0773/project-for-tags-8f3f0075b3b0e45a' via api in 1.84 seconds652[Dec 02 2024 18:12:36 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.76 seconds653[Dec 02 2024 18:12:47 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 13.35 seconds654[Dec 02 2024 18:12:49 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Issue with id '3' via api in 1.05 seconds655[Dec 02 2024 18:12:50 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::ProjectIssueNote with id '7' via api in 0.28 seconds656[Dec 02 2024 18:12:51 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.029s657[Dec 02 2024 18:12:51 UTC (QA Tests ENV-3)] INFO -- clicking :user-avatar-content658[Dec 02 2024 18:12:51 UTC (QA Tests ENV-3)] INFO -- clicking :user-profile-link659[Dec 02 2024 18:12:51 UTC (QA Tests ENV-3)] INFO -- clicking :nav-item-link660[Dec 02 2024 18:12:52 UTC (QA Tests ENV-3)] INFO -- clicking :user-link661 can be followed and their activity seen662Plan663 filter issue comments activities664[Dec 02 2024 18:12:53 UTC (QA Tests ENV-3)] INFO -- Starting test: Plan filter issue comments activities filters comments and activities in an issue665[Dec 02 2024 18:12:53 UTC (QA Tests ENV-3)] INFO -- Creating test user666[Dec 02 2024 18:12:57 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-b52ef283708e8dad' via api in 0.31 seconds667[Dec 02 2024 18:12:57 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-b52ef283708e8dad' via api in 3.11 seconds668[Dec 02 2024 18:12:57 UTC (QA Tests ENV-3)] INFO -- filling :username-field with "qa-user-b52ef283708e8dad"669[Dec 02 2024 18:12:57 UTC (QA Tests ENV-3)] INFO -- filling :password-field with "*****"670[Dec 02 2024 18:12:57 UTC (QA Tests ENV-3)] INFO -- clicking :sign-in-button671[Dec 02 2024 18:13:02 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-809ac47eb5ec' via api in 0.55 seconds672[Dec 02 2024 18:13:03 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-809ac47eb5ec/qa-test-2024-12-02-18-09-20-da2eb1e456b6b8fa' via api in 1.28 seconds673[Dec 02 2024 18:13:04 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-809ac47eb5ec/qa-test-2024-12-02-18-09-20-da2eb1e456b6b8fa/project-for-issues-734243ce6684ecc5' via api in 2.53 seconds674[Dec 02 2024 18:13:05 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 3.28 seconds675[Dec 02 2024 18:13:05 UTC (QA Tests ENV-3)] INFO -- Visiting QA::Resource::Issue at http://gitlab.172.18.0.2.nip.io/qa-sandbox-809ac47eb5ec/qa-test-2024-12-02-18-09-20-da2eb1e456b6b8fa/project-for-issues-734243ce6684ecc5/-/issues/1676[Dec 02 2024 18:13:08 UTC (QA Tests ENV-3)] INFO -- clicking :issue-title677[Dec 02 2024 18:13:08 UTC (QA Tests ENV-3)] INFO -- clicking :discussion-preferences-dropdown678[Dec 02 2024 18:13:11 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.928s679[Dec 02 2024 18:13:12 UTC (QA Tests ENV-3)] WARN -- Potentially Slow Code 'has_element? comment-button' took 2.433s680[Dec 02 2024 18:13:12 UTC (QA Tests ENV-3)] INFO -- clicking :comment-button681[Dec 02 2024 18:13:12 UTC (QA Tests ENV-3)] INFO -- clicking :issue-title682[Dec 02 2024 18:13:12 UTC (QA Tests ENV-3)] INFO -- clicking :discussion-preferences-dropdown683[Dec 02 2024 18:13:13 UTC (QA Tests ENV-3)] INFO -- clicking :comment-button684[Dec 02 2024 18:13:13 UTC (QA Tests ENV-3)] INFO -- Running eventually matcher with 'have_content' operator with: '{:sleep_interval=>0.5}' arguments685[Dec 02 2024 18:13:14 UTC (QA Tests ENV-3)] INFO -- clicking :issue-title686[Dec 02 2024 18:13:14 UTC (QA Tests ENV-3)] INFO -- clicking :discussion-preferences-dropdown687[Dec 02 2024 18:13:15 UTC (QA Tests ENV-3)] INFO -- clicking :issue-title688[Dec 02 2024 18:13:15 UTC (QA Tests ENV-3)] INFO -- clicking :discussion-preferences-dropdown689 filters comments and activities in an issue690Verify691 Pipeline API defined variable inheritance692[Dec 02 2024 18:13:16 UTC (QA Tests ENV-3)] INFO -- Starting test: Verify Pipeline API defined variable inheritance is determined based on forward:pipeline_variables condition693[Dec 02 2024 18:13:16 UTC (QA Tests ENV-3)] INFO -- Creating test user694[Dec 02 2024 18:13:16 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-2dd6ab9603651993' via api in 0.12 seconds695[Dec 02 2024 18:13:16 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-2dd6ab9603651993' via api in 0.68 seconds696[Dec 02 2024 18:13:17 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-dfb7d3fbabae' via api in 0.53 seconds697[Dec 02 2024 18:13:18 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-dfb7d3fbabae/group-for-variable-inheritance-mwzua2sb' via api in 1.22 seconds698[Dec 02 2024 18:13:18 UTC (QA Tests ENV-3)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`699[Dec 02 2024 18:13:18 UTC (QA Tests ENV-3)] INFO -- Executing: `docker network inspect host`700[Dec 02 2024 18:13:18 UTC (QA Tests ENV-3)] INFO -- Executing: `docker run -d --rm --network host --name mwzua2sb --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach mwzua2sb 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 mwzua2sb --url http://gitlab.172.18.0.2.nip.io --token **** --executor shell && gitlab-runner run" `701[Dec 02 2024 18:13:19 UTC (QA Tests ENV-3)] INFO -- Executing: `docker logs mwzua2sb`702[Dec 02 2024 18:13:19 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::GroupRunner with name 'mwzua2sb' via api in 1.33 seconds703[Dec 02 2024 18:13:20 UTC (QA Tests ENV-3)] INFO -- filling :username-field with "qa-user-2dd6ab9603651993"704[Dec 02 2024 18:13:20 UTC (QA Tests ENV-3)] INFO -- filling :password-field with "*****"705[Dec 02 2024 18:13:20 UTC (QA Tests ENV-3)] INFO -- clicking :sign-in-button706[Dec 02 2024 18:13:25 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-dfb7d3fbabae/group-for-variable-inheritance-mwzua2sb/downstream1-variable-inheritance-cf443cdc9da54e9a' via api in 1.62 seconds707[Dec 02 2024 18:13:26 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.05 seconds708[Dec 02 2024 18:13:27 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-dfb7d3fbabae/group-for-variable-inheritance-mwzua2sb/upstream-variable-inheritance-3856c58007b14ae5' via api in 0.89 seconds709[Dec 02 2024 18:13:28 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.03 seconds710[Dec 02 2024 18:13:37 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.15 seconds711[Dec 02 2024 18:13:37 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.17 seconds712[Dec 02 2024 18:13:38 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.4 seconds713[Dec 02 2024 18:13:39 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.46 seconds714[Dec 02 2024 18:13:40 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.1 seconds715[Dec 02 2024 18:13:40 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.14 seconds716[Dec 02 2024 18:13:41 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.09 seconds717[Dec 02 2024 18:13:41 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.1 seconds718[Dec 02 2024 18:13:41 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.11 seconds719[Dec 02 2024 18:13:42 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.09 seconds720[Dec 02 2024 18:13:42 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.12 seconds721[Dec 02 2024 18:13:43 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.1 seconds722[Dec 02 2024 18:13:43 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.08 seconds723[Dec 02 2024 18:13:43 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.09 seconds724[Dec 02 2024 18:13:44 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.09 seconds725[Dec 02 2024 18:13:44 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.09 seconds726[Dec 02 2024 18:13:44 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.09 seconds727[Dec 02 2024 18:13:45 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.09 seconds728[Dec 02 2024 18:13:45 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.1 seconds729[Dec 02 2024 18:13:46 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.09 seconds730[Dec 02 2024 18:13:46 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.1 seconds731[Dec 02 2024 18:13:46 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.09 seconds732[Dec 02 2024 18:13:47 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.1 seconds733[Dec 02 2024 18:13:47 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.1 seconds734[Dec 02 2024 18:13:47 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.09 seconds735[Dec 02 2024 18:13:48 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.08 seconds736[Dec 02 2024 18:13:48 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.1 seconds737[Dec 02 2024 18:13:49 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.11 seconds738[Dec 02 2024 18:13:49 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.1 seconds739[Dec 02 2024 18:13:49 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.09 seconds740[Dec 02 2024 18:13:50 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.09 seconds741[Dec 02 2024 18:13:50 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.1 seconds742[Dec 02 2024 18:13:50 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.1 seconds743[Dec 02 2024 18:13:51 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.1 seconds744[Dec 02 2024 18:13:51 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.1 seconds745[Dec 02 2024 18:13:52 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.11 seconds746[Dec 02 2024 18:13:52 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.11 seconds747[Dec 02 2024 18:13:52 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.1 seconds748[Dec 02 2024 18:13:53 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.11 seconds749[Dec 02 2024 18:13:53 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.09 seconds750[Dec 02 2024 18:13:54 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.1 seconds751[Dec 02 2024 18:13:54 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.1 seconds752[Dec 02 2024 18:13:54 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.1 seconds753[Dec 02 2024 18:13:55 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.12 seconds754[Dec 02 2024 18:13:55 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.16 seconds755[Dec 02 2024 18:13:56 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.11 seconds756[Dec 02 2024 18:13:56 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.11 seconds757[Dec 02 2024 18:13:57 UTC (QA Tests ENV-3)] INFO -- ==> Built a QA::Resource::Pipeline with id '25' via api in 0.98 seconds758[Dec 02 2024 18:13:57 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '25' via api in 0.1 seconds759[Dec 02 2024 18:14:08 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '25' via api in 0.11 seconds760[Dec 02 2024 18:14:18 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '25' via api in 0.12 seconds761[Dec 02 2024 18:14:28 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '25' via api in 0.11 seconds762[Dec 02 2024 18:14:38 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '25' via api in 0.11 seconds763[Dec 02 2024 18:14:38 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '25' via api in 0.1 seconds764[Dec 02 2024 18:14:39 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '31' via api in 0.1 seconds765[Dec 02 2024 18:14:39 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '25' via api in 0.13 seconds766[Dec 02 2024 18:14:39 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '30' via api in 0.11 seconds767[Dec 02 2024 18:14:40 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '25' via api in 0.09 seconds768[Dec 02 2024 18:14:40 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '29' via api in 0.1 seconds769[Dec 02 2024 18:14:40 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '25' via api in 0.1 seconds770[Dec 02 2024 18:14:40 UTC (QA Tests ENV-3)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '31' via api in 0.11 seconds771[Dec 02 2024 18:14:41 UTC (QA Tests ENV-3)] INFO -- Removed a QA::Resource::GroupRunner with name 'mwzua2sb'772[Dec 02 2024 18:14:41 UTC (QA Tests ENV-3)] INFO -- Executing: `docker ps -f name=mwzua2sb`773[Dec 02 2024 18:14:41 UTC (QA Tests ENV-3)] INFO -- Executing: `docker rm -f mwzua2sb`774 is determined based on forward:pipeline_variables condition775[Dec 02 2024 18:14:41 UTC (QA Tests ENV-3)] INFO -- [influxdb exporter]: Pushed 11 test execution entries to influxdb776[Dec 02 2024 18:14:42 UTC (QA Tests ENV-3)] INFO -- [influxdb exporter]: Pushed 11 test execution entries to GCS777[Dec 02 2024 18:14:43 UTC (QA Tests ENV-3)] INFO -- [influxdb exporter]: Pushed 134 resource fabrication entries to influxdb778[Dec 02 2024 18:14:43 UTC (QA Tests ENV-3)] INFO -- [influxdb exporter]: Pushed 134 resource fabrication entries to GCS779[Dec 02 2024 18:14:43 UTC (QA Tests ENV-3)] INFO -- [influxdb exporter]: Pushed 882 code runtime entries to influxdb780[Dec 02 2024 18:14:43 UTC (QA Tests ENV-3)] INFO -- [influxdb exporter]: Saving test metrics json not enabled, skipping781Pending: (Failures listed here are expected and do not affect your suite's status)782 1) Create Merge commit message when editing can be generated using GitLab Duo and merged783 # Test is not compatible with this environment or pipeline784 # ./qa/specs/features/ee/browser_ui/3_create/merge_request/generate_commit_message_spec.rb:27785Finished in 5 minutes 49 seconds (files took 1.51 seconds to load)78611 examples, 0 failures, 1 pending787Randomized with seed 51872788.789Run options: exclude {:orchestrated=>true, :transient=>true, :geo=>true, :requires_praefect=>true}790Randomized with seed 20686791Plan792 Group milestone793[Dec 02 2024 18:09:12 UTC (QA Tests ENV-2)] INFO -- Starting test: Plan Group milestone creates a group milestone794[Dec 02 2024 18:09:12 UTC (QA Tests ENV-2)] INFO -- Creating test user795[Dec 02 2024 18:09:12 UTC (QA Tests ENV-2)] INFO -- Creating admin api client for api fabrications796[Dec 02 2024 18:09:12 UTC (QA Tests ENV-2)] INFO -- Global api token variable is set, using it for api client setup797[Dec 02 2024 18:09:13 UTC (QA Tests ENV-2)] INFO -- Global admin api client set up successfully798[Dec 02 2024 18:09:14 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-10747b2dae461ae7' via api in 0.1 seconds799[Dec 02 2024 18:09:14 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-10747b2dae461ae7' via api in 1.21 seconds800[Dec 02 2024 18:09:15 UTC (QA Tests ENV-2)] INFO -- filling :username-field with "qa-user-10747b2dae461ae7"801[Dec 02 2024 18:09:15 UTC (QA Tests ENV-2)] INFO -- filling :password-field with "*****"802[Dec 02 2024 18:09:15 UTC (QA Tests ENV-2)] INFO -- clicking :sign-in-button803[Dec 02 2024 18:09:20 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-8ae140ad7450' via api in 0.61 seconds804[Dec 02 2024 18:09:21 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-8ae140ad7450/qa-test-2024-12-02-18-09-19-0f421cfe4f25c01d' via api in 1.41 seconds805[Dec 02 2024 18:09:21 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::Group at http://gitlab.172.18.0.2.nip.io/groups/qa-sandbox-8ae140ad7450/qa-test-2024-12-02-18-09-19-0f421cfe4f25c01d806[Dec 02 2024 18:09:23 UTC (QA Tests ENV-2)] INFO -- clicking :menu-section-button807[Dec 02 2024 18:09:23 UTC (QA Tests ENV-2)] INFO -- clicking :nav-item-link808[Dec 02 2024 18:09:23 UTC (QA Tests ENV-2)] INFO -- clicking :new-group-milestone-link809[Dec 02 2024 18:09:24 UTC (QA Tests ENV-2)] INFO -- filling :milestone-title-field with "Group milestone"810[Dec 02 2024 18:09:25 UTC (QA Tests ENV-2)] INFO -- filling :start-date-field with "2024/12/02811"812[Dec 02 2024 18:09:25 UTC (QA Tests ENV-2)] INFO -- filling :due-date-field with "2025/01/02813"814[Dec 02 2024 18:09:25 UTC (QA Tests ENV-2)] INFO -- clicking :create-milestone-button815[Dec 02 2024 18:09:26 UTC (QA Tests ENV-2)] WARN -- Potentially Slow Code 'click_element create-milestone-button' took 1.598s816[Dec 02 2024 18:09:26 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::GroupMilestone via browser_ui in 7.03 seconds817[Dec 02 2024 18:09:27 UTC (QA Tests ENV-2)] INFO -- clicking :menu-section-button818[Dec 02 2024 18:09:27 UTC (QA Tests ENV-2)] INFO -- clicking :nav-item-link819[Dec 02 2024 18:09:28 UTC (QA Tests ENV-2)] INFO -- clicking :milestone-link820 creates a group milestone821Monitor822 Create incident823[Dec 02 2024 18:09:29 UTC (QA Tests ENV-2)] INFO -- Starting test: Monitor Create incident adds linked resources, label, and severity through quick actions824[Dec 02 2024 18:09:29 UTC (QA Tests ENV-2)] INFO -- Creating test user825[Dec 02 2024 18:09:30 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-39735eca37860487' via api in 0.11 seconds826[Dec 02 2024 18:09:30 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-39735eca37860487' via api in 0.69 seconds827[Dec 02 2024 18:09:30 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-4513c5a40100' via api in 0.67 seconds828[Dec 02 2024 18:09:31 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-4513c5a40100/qa-test-2024-12-02-18-09-19-2d102c416b3ab533' via api in 1.42 seconds829[Dec 02 2024 18:09:33 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-4513c5a40100/qa-test-2024-12-02-18-09-19-2d102c416b3ab533/project-for-incident-c7b597b96163565e' via api in 2.78 seconds830[Dec 02 2024 18:09:33 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '1' via api in 0.22 seconds831[Dec 02 2024 18:09:33 UTC (QA Tests ENV-2)] INFO -- filling :username-field with "qa-user-39735eca37860487"832[Dec 02 2024 18:09:33 UTC (QA Tests ENV-2)] INFO -- filling :password-field with "*****"833[Dec 02 2024 18:09:34 UTC (QA Tests ENV-2)] INFO -- clicking :sign-in-button834[Dec 02 2024 18:09:36 UTC (QA Tests ENV-2)] WARN -- Potentially Slow Code 'click_element sign-in-button' took 2.032s835[Dec 02 2024 18:09:42 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 2.01 seconds836[Dec 02 2024 18:09:42 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::Issue at http://gitlab.172.18.0.2.nip.io/qa-sandbox-4513c5a40100/qa-test-2024-12-02-18-09-19-2d102c416b3ab533/project-for-incident-c7b597b96163565e/-/issues/1837 adds linked resources, label, and severity through quick actions838Secure839 Continuous Vulnerability Scanning840 when a container is tagged with latest841 performs a container scan (PENDING: Test is not compatible with this environment or pipeline)842Create843 Default branch name instance setting844[Dec 02 2024 18:09:46 UTC (QA Tests ENV-2)] INFO -- Setting application settings: {:default_branch_name=>"main"}845[Dec 02 2024 18:09:46 UTC (QA Tests ENV-2)] INFO -- Starting test: Create Default branch name instance setting sets the default branch name for a new project846[Dec 02 2024 18:09:46 UTC (QA Tests ENV-2)] INFO -- Creating test user847[Dec 02 2024 18:09:47 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-5356da725b8607f3' via api in 0.12 seconds848[Dec 02 2024 18:09:47 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-5356da725b8607f3' via api in 0.7 seconds849[Dec 02 2024 18:09:48 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-47ef71d1ebff' via api in 0.54 seconds850[Dec 02 2024 18:09:49 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-47ef71d1ebff/qa-test-2024-12-02-18-09-19-4e1e8e545d03dfdd' via api in 1.29 seconds851[Dec 02 2024 18:09:50 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-47ef71d1ebff/qa-test-2024-12-02-18-09-19-4e1e8e545d03dfdd/default-branch-name-d4a79cfb14464e2a' via api in 3.23 seconds852 sets the default branch name for a new project853[Dec 02 2024 18:09:51 UTC (QA Tests ENV-2)] INFO -- Starting test: Create Default branch name instance setting allows a project to be created via the CLI with a different default branch name854[Dec 02 2024 18:09:51 UTC (QA Tests ENV-2)] INFO -- Creating test user855[Dec 02 2024 18:09:52 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-1e317b4fbbe77588' via api in 0.13 seconds856[Dec 02 2024 18:09:52 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-1e317b4fbbe77588' via api in 0.8 seconds857[Dec 02 2024 18:09:53 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-e858880c440d' via api in 0.67 seconds858[Dec 02 2024 18:09:55 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-e858880c440d/qa-test-2024-12-02-18-09-19-cc3fac6edbff8a3b' via api in 2.59 seconds859[Dec 02 2024 18:09:59 UTC (QA Tests ENV-2)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'qa-sandbox-e858880c440d/qa-test-2024-12-02-18-09-19-cc3fac6edbff8a3b/default-branch-name-via-cli-aadb3f0c4218a65e' via api in 0.24 seconds860 allows a project to be created via the CLI with a different default branch name861[Dec 02 2024 18:09:59 UTC (QA Tests ENV-2)] INFO -- Setting application settings: {:default_branch_name=>nil}862Verify863 Pipeline configuration access keyword864 when access is set to none865 behaves like artifact access866[Dec 02 2024 18:10:00 UTC (QA Tests ENV-2)] INFO -- Starting test: Verify Pipeline configuration access keyword when access is set to none behaves like artifact access verifies artifact access for developer user with none access867[Dec 02 2024 18:10:00 UTC (QA Tests ENV-2)] INFO -- Creating test user868[Dec 02 2024 18:10:01 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-e8564a0c6450153f' via api in 0.17 seconds869[Dec 02 2024 18:10:01 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-e8564a0c6450153f' via api in 0.95 seconds870[Dec 02 2024 18:10:01 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-98552689005d' via api in 0.58 seconds871[Dec 02 2024 18:10:02 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-98552689005d/qa-test-2024-12-02-18-09-19-0abff0532b1bd5e7' via api in 1.62 seconds872[Dec 02 2024 18:10:04 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-98552689005d/qa-test-2024-12-02-18-09-19-0abff0532b1bd5e7/project-with-artifacts-e961569c7a334e35' via api in 3.23 seconds873[Dec 02 2024 18:10:04 UTC (QA Tests ENV-2)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`874[Dec 02 2024 18:10:05 UTC (QA Tests ENV-2)] INFO -- Executing: `docker network inspect host`875[Dec 02 2024 18:10:05 UTC (QA Tests ENV-2)] INFO -- Executing: `docker run -d --rm --network host --name qa-runner-b7x92pgd --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-b7x92pgd 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-b7x92pgd --url http://gitlab.172.18.0.2.nip.io --token **** --executor shell && gitlab-runner run" `876[Dec 02 2024 18:10:05 UTC (QA Tests ENV-2)] INFO -- Executing: `docker logs qa-runner-b7x92pgd`877[Dec 02 2024 18:10:05 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::ProjectRunner with name 'qa-runner-b7x92pgd' via api in 1.44 seconds878[Dec 02 2024 18:10:06 UTC (QA Tests ENV-2)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.26 seconds879[Dec 02 2024 18:10:06 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.56 seconds880[Dec 02 2024 18:10:06 UTC (QA Tests ENV-2)] INFO -- Adding user gitlab-qa-user1 to qa-sandbox-98552689005d/qa-test-2024-12-02-18-09-19-0abff0532b1bd5e7/project-with-artifacts-e961569c7a334e35 QA::Resource::Project881[Dec 02 2024 18:10:08 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.18 seconds882[Dec 02 2024 18:10:10 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.85 seconds883[Dec 02 2024 18:10:22 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 14.8 seconds884[Dec 02 2024 18:10:22 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-98552689005d/qa-test-2024-12-02-18-09-19-0abff0532b1bd5e7/project-with-artifacts-e961569c7a334e35885[Dec 02 2024 18:10:26 UTC (QA Tests ENV-2)] INFO -- filling :username-field with "gitlab-qa-user1"886[Dec 02 2024 18:10:26 UTC (QA Tests ENV-2)] INFO -- filling :password-field with "*****"887[Dec 02 2024 18:10:26 UTC (QA Tests ENV-2)] INFO -- clicking :sign-in-button888[Dec 02 2024 18:10:30 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab.172.18.0.2.nip.io/qa-sandbox-98552689005d/qa-test-2024-12-02-18-09-19-0abff0532b1bd5e7/project-with-artifacts-e961569c7a334e35/-/merge_requests/1889[Dec 02 2024 18:10:52 UTC (QA Tests ENV-2)] WARN -- Potentially Slow Code 'has_element? pipeline-info-container' took 14.915s890[Dec 02 2024 18:10:52 UTC (QA Tests ENV-2)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-b7x92pgd'891[Dec 02 2024 18:10:52 UTC (QA Tests ENV-2)] INFO -- Executing: `docker ps -f name=qa-runner-b7x92pgd`892[Dec 02 2024 18:10:52 UTC (QA Tests ENV-2)] INFO -- Executing: `docker rm -f qa-runner-b7x92pgd`893 verifies artifact access for developer user with none access894[Dec 02 2024 18:10:53 UTC (QA Tests ENV-2)] INFO -- Starting test: Verify Pipeline configuration access keyword when access is set to none behaves like artifact access verifies artifact access for non-member user with none access895[Dec 02 2024 18:10:53 UTC (QA Tests ENV-2)] INFO -- Creating test user896[Dec 02 2024 18:10:53 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-b2585547a5e769f9' via api in 0.12 seconds897[Dec 02 2024 18:10:53 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-b2585547a5e769f9' via api in 0.65 seconds898[Dec 02 2024 18:10:54 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-c157e254f3f9' via api in 0.52 seconds899[Dec 02 2024 18:10:55 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-c157e254f3f9/qa-test-2024-12-02-18-09-19-4f6ece5ecbce1deb' via api in 1.21 seconds900[Dec 02 2024 18:10:56 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-c157e254f3f9/qa-test-2024-12-02-18-09-19-4f6ece5ecbce1deb/project-with-artifacts-b874fc4763ed7d33' via api in 2.67 seconds901[Dec 02 2024 18:10:56 UTC (QA Tests ENV-2)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`902[Dec 02 2024 18:10:57 UTC (QA Tests ENV-2)] INFO -- Executing: `docker network inspect host`903[Dec 02 2024 18:10:57 UTC (QA Tests ENV-2)] INFO -- Executing: `docker run -d --rm --network host --name qa-runner-olvcobhz --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-olvcobhz 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-olvcobhz --url http://gitlab.172.18.0.2.nip.io --token **** --executor shell && gitlab-runner run" `904[Dec 02 2024 18:10:57 UTC (QA Tests ENV-2)] INFO -- Executing: `docker logs qa-runner-olvcobhz`905[Dec 02 2024 18:10:58 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::ProjectRunner with name 'qa-runner-olvcobhz' via api in 1.46 seconds906[Dec 02 2024 18:10:58 UTC (QA Tests ENV-2)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.3 seconds907[Dec 02 2024 18:10:58 UTC (QA Tests ENV-2)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.28 seconds908[Dec 02 2024 18:10:58 UTC (QA Tests ENV-2)] INFO -- Adding user gitlab-qa-user1 to qa-sandbox-c157e254f3f9/qa-test-2024-12-02-18-09-19-4f6ece5ecbce1deb/project-with-artifacts-b874fc4763ed7d33 QA::Resource::Project909[Dec 02 2024 18:11:00 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.17 seconds910[Dec 02 2024 18:11:01 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.89 seconds911[Dec 02 2024 18:11:13 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 13.42 seconds912[Dec 02 2024 18:11:13 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-c157e254f3f9/qa-test-2024-12-02-18-09-19-4f6ece5ecbce1deb/project-with-artifacts-b874fc4763ed7d33913[Dec 02 2024 18:11:15 UTC (QA Tests ENV-2)] INFO -- filling :username-field with "gitlab-qa-user2"914[Dec 02 2024 18:11:15 UTC (QA Tests ENV-2)] INFO -- filling :password-field with "*****"915[Dec 02 2024 18:11:15 UTC (QA Tests ENV-2)] INFO -- clicking :sign-in-button916[Dec 02 2024 18:11:20 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab.172.18.0.2.nip.io/qa-sandbox-c157e254f3f9/qa-test-2024-12-02-18-09-19-4f6ece5ecbce1deb/project-with-artifacts-b874fc4763ed7d33/-/merge_requests/1917[Dec 02 2024 18:11:24 UTC (QA Tests ENV-2)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-olvcobhz'918[Dec 02 2024 18:11:24 UTC (QA Tests ENV-2)] INFO -- Executing: `docker ps -f name=qa-runner-olvcobhz`919[Dec 02 2024 18:11:24 UTC (QA Tests ENV-2)] INFO -- Executing: `docker rm -f qa-runner-olvcobhz`920 verifies artifact access for non-member user with none access921 when access is set to developer922 behaves like artifact access923[Dec 02 2024 18:11:24 UTC (QA Tests ENV-2)] INFO -- Starting test: Verify Pipeline configuration access keyword when access is set to developer behaves like artifact access verifies artifact access for developer user with developer access924[Dec 02 2024 18:11:24 UTC (QA Tests ENV-2)] INFO -- Creating test user925[Dec 02 2024 18:11:27 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-9572fffcda6a343c' via api in 0.34 seconds926[Dec 02 2024 18:11:27 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-9572fffcda6a343c' via api in 2.48 seconds927[Dec 02 2024 18:11:28 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-2d290e038b79' via api in 1.01 seconds928[Dec 02 2024 18:11:29 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-2d290e038b79/qa-test-2024-12-02-18-09-19-4698489eedbac921' via api in 1.86 seconds929[Dec 02 2024 18:11:32 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-2d290e038b79/qa-test-2024-12-02-18-09-19-4698489eedbac921/project-with-artifacts-6a85301882d1c1d7' via api in 5.45 seconds930[Dec 02 2024 18:11:32 UTC (QA Tests ENV-2)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`931[Dec 02 2024 18:11:33 UTC (QA Tests ENV-2)] INFO -- Executing: `docker network inspect host`932[Dec 02 2024 18:11:33 UTC (QA Tests ENV-2)] INFO -- Executing: `docker run -d --rm --network host --name qa-runner-s6edjr88 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-s6edjr88 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-s6edjr88 --url http://gitlab.172.18.0.2.nip.io --token **** --executor shell && gitlab-runner run" `933[Dec 02 2024 18:11:33 UTC (QA Tests ENV-2)] INFO -- Executing: `docker logs qa-runner-s6edjr88`934[Dec 02 2024 18:11:34 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::ProjectRunner with name 'qa-runner-s6edjr88' via api in 1.4 seconds935[Dec 02 2024 18:11:34 UTC (QA Tests ENV-2)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.4 seconds936[Dec 02 2024 18:11:34 UTC (QA Tests ENV-2)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.31 seconds937[Dec 02 2024 18:11:34 UTC (QA Tests ENV-2)] INFO -- Adding user gitlab-qa-user1 to qa-sandbox-2d290e038b79/qa-test-2024-12-02-18-09-19-4698489eedbac921/project-with-artifacts-6a85301882d1c1d7 QA::Resource::Project938[Dec 02 2024 18:11:37 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 2.19 seconds939[Dec 02 2024 18:11:38 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.94 seconds940[Dec 02 2024 18:11:45 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 8.44 seconds941[Dec 02 2024 18:11:45 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-2d290e038b79/qa-test-2024-12-02-18-09-19-4698489eedbac921/project-with-artifacts-6a85301882d1c1d7942[Dec 02 2024 18:11:48 UTC (QA Tests ENV-2)] INFO -- filling :username-field with "gitlab-qa-user1"943[Dec 02 2024 18:11:48 UTC (QA Tests ENV-2)] INFO -- filling :password-field with "*****"944[Dec 02 2024 18:11:48 UTC (QA Tests ENV-2)] INFO -- clicking :sign-in-button945[Dec 02 2024 18:11:50 UTC (QA Tests ENV-2)] WARN -- Potentially Slow Code 'click_element sign-in-button' took 1.193s946[Dec 02 2024 18:11:53 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab.172.18.0.2.nip.io/qa-sandbox-2d290e038b79/qa-test-2024-12-02-18-09-19-4698489eedbac921/project-with-artifacts-6a85301882d1c1d7/-/merge_requests/1947[Dec 02 2024 18:12:14 UTC (QA Tests ENV-2)] WARN -- Potentially Slow Code 'has_element? pipeline-info-container' took 16.084s948[Dec 02 2024 18:12:14 UTC (QA Tests ENV-2)] INFO -- refreshing http://gitlab.172.18.0.2.nip.io/qa-sandbox-2d290e038b79/qa-test-2024-12-02-18-09-19-4698489eedbac921/project-with-artifacts-6a85301882d1c1d7/-/merge_requests/1949[Dec 02 2024 18:12:17 UTC (QA Tests ENV-2)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.942s950[Dec 02 2024 18:12:22 UTC (QA Tests ENV-2)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-s6edjr88'951[Dec 02 2024 18:12:22 UTC (QA Tests ENV-2)] INFO -- Executing: `docker ps -f name=qa-runner-s6edjr88`952[Dec 02 2024 18:12:22 UTC (QA Tests ENV-2)] INFO -- Executing: `docker rm -f qa-runner-s6edjr88`953 verifies artifact access for developer user with developer access954[Dec 02 2024 18:12:23 UTC (QA Tests ENV-2)] INFO -- Starting test: Verify Pipeline configuration access keyword when access is set to developer behaves like artifact access verifies artifact access for non-member user with developer access955[Dec 02 2024 18:12:23 UTC (QA Tests ENV-2)] INFO -- Creating test user956[Dec 02 2024 18:12:23 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-0fdd95f1bac2bf27' via api in 0.11 seconds957[Dec 02 2024 18:12:23 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-0fdd95f1bac2bf27' via api in 0.67 seconds958[Dec 02 2024 18:12:24 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-2a608faf91c4' via api in 0.52 seconds959[Dec 02 2024 18:12:25 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-2a608faf91c4/qa-test-2024-12-02-18-09-19-076dadc9e76e8404' via api in 1.19 seconds960[Dec 02 2024 18:12:27 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-2a608faf91c4/qa-test-2024-12-02-18-09-19-076dadc9e76e8404/project-with-artifacts-4c94571c7e0b1780' via api in 3.72 seconds961[Dec 02 2024 18:12:28 UTC (QA Tests ENV-2)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`962[Dec 02 2024 18:12:28 UTC (QA Tests ENV-2)] INFO -- Executing: `docker network inspect host`963[Dec 02 2024 18:12:28 UTC (QA Tests ENV-2)] INFO -- Executing: `docker run -d --rm --network host --name qa-runner-vx7sj52c --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-vx7sj52c 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-vx7sj52c --url http://gitlab.172.18.0.2.nip.io --token **** --executor shell && gitlab-runner run" `964[Dec 02 2024 18:12:29 UTC (QA Tests ENV-2)] INFO -- Executing: `docker logs qa-runner-vx7sj52c`965[Dec 02 2024 18:12:29 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::ProjectRunner with name 'qa-runner-vx7sj52c' via api in 2.05 seconds966[Dec 02 2024 18:12:30 UTC (QA Tests ENV-2)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.36 seconds967[Dec 02 2024 18:12:30 UTC (QA Tests ENV-2)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.26 seconds968[Dec 02 2024 18:12:30 UTC (QA Tests ENV-2)] INFO -- Adding user gitlab-qa-user1 to qa-sandbox-2a608faf91c4/qa-test-2024-12-02-18-09-19-076dadc9e76e8404/project-with-artifacts-4c94571c7e0b1780 QA::Resource::Project969[Dec 02 2024 18:12:31 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.99 seconds970[Dec 02 2024 18:12:33 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.15 seconds971[Dec 02 2024 18:12:46 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 14.59 seconds972[Dec 02 2024 18:12:46 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-2a608faf91c4/qa-test-2024-12-02-18-09-19-076dadc9e76e8404/project-with-artifacts-4c94571c7e0b1780973[Dec 02 2024 18:12:48 UTC (QA Tests ENV-2)] INFO -- filling :username-field with "gitlab-qa-user2"974[Dec 02 2024 18:12:48 UTC (QA Tests ENV-2)] INFO -- filling :password-field with "*****"975[Dec 02 2024 18:12:48 UTC (QA Tests ENV-2)] INFO -- clicking :sign-in-button976[Dec 02 2024 18:12:52 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab.172.18.0.2.nip.io/qa-sandbox-2a608faf91c4/qa-test-2024-12-02-18-09-19-076dadc9e76e8404/project-with-artifacts-4c94571c7e0b1780/-/merge_requests/1977[Dec 02 2024 18:13:05 UTC (QA Tests ENV-2)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-vx7sj52c'978[Dec 02 2024 18:13:05 UTC (QA Tests ENV-2)] INFO -- Executing: `docker ps -f name=qa-runner-vx7sj52c`979[Dec 02 2024 18:13:05 UTC (QA Tests ENV-2)] INFO -- Executing: `docker rm -f qa-runner-vx7sj52c`980 verifies artifact access for non-member user with developer access981 when access is set to all982 behaves like artifact access983[Dec 02 2024 18:13:06 UTC (QA Tests ENV-2)] INFO -- Starting test: Verify Pipeline configuration access keyword when access is set to all behaves like artifact access verifies artifact access for developer user with all access984[Dec 02 2024 18:13:06 UTC (QA Tests ENV-2)] INFO -- Creating test user985[Dec 02 2024 18:13:08 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-d38e7c654506d790' via api in 0.21 seconds986[Dec 02 2024 18:13:08 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-d38e7c654506d790' via api in 2.0 seconds987[Dec 02 2024 18:13:09 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-8c11dfcd0ccf' via api in 0.98 seconds988[Dec 02 2024 18:13:11 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-8c11dfcd0ccf/qa-test-2024-12-02-18-09-19-f5c249a7355b31a4' via api in 3.38 seconds989[Dec 02 2024 18:13:13 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-8c11dfcd0ccf/qa-test-2024-12-02-18-09-19-f5c249a7355b31a4/project-with-artifacts-6e768b968b327fdb' via api in 5.0 seconds990[Dec 02 2024 18:13:13 UTC (QA Tests ENV-2)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`991[Dec 02 2024 18:13:13 UTC (QA Tests ENV-2)] INFO -- Executing: `docker network inspect host`992[Dec 02 2024 18:13:13 UTC (QA Tests ENV-2)] INFO -- Executing: `docker run -d --rm --network host --name qa-runner-khnbzwgb --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-khnbzwgb 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-khnbzwgb --url http://gitlab.172.18.0.2.nip.io --token **** --executor shell && gitlab-runner run" `993[Dec 02 2024 18:13:14 UTC (QA Tests ENV-2)] INFO -- Executing: `docker logs qa-runner-khnbzwgb`994[Dec 02 2024 18:13:14 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::ProjectRunner with name 'qa-runner-khnbzwgb' via api in 1.51 seconds995[Dec 02 2024 18:13:14 UTC (QA Tests ENV-2)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.38 seconds996[Dec 02 2024 18:13:15 UTC (QA Tests ENV-2)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.26 seconds997[Dec 02 2024 18:13:15 UTC (QA Tests ENV-2)] INFO -- Adding user gitlab-qa-user1 to qa-sandbox-8c11dfcd0ccf/qa-test-2024-12-02-18-09-19-f5c249a7355b31a4/project-with-artifacts-6e768b968b327fdb QA::Resource::Project998[Dec 02 2024 18:13:16 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.08 seconds999[Dec 02 2024 18:13:17 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.79 seconds1000[Dec 02 2024 18:13:29 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 12.97 seconds1001[Dec 02 2024 18:13:29 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-8c11dfcd0ccf/qa-test-2024-12-02-18-09-19-f5c249a7355b31a4/project-with-artifacts-6e768b968b327fdb1002[Dec 02 2024 18:13:31 UTC (QA Tests ENV-2)] INFO -- filling :username-field with "gitlab-qa-user1"1003[Dec 02 2024 18:13:31 UTC (QA Tests ENV-2)] INFO -- filling :password-field with "*****"1004[Dec 02 2024 18:13:31 UTC (QA Tests ENV-2)] INFO -- clicking :sign-in-button1005[Dec 02 2024 18:13:33 UTC (QA Tests ENV-2)] WARN -- Potentially Slow Code 'click_element sign-in-button' took 1.512s1006[Dec 02 2024 18:13:36 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab.172.18.0.2.nip.io/qa-sandbox-8c11dfcd0ccf/qa-test-2024-12-02-18-09-19-f5c249a7355b31a4/project-with-artifacts-6e768b968b327fdb/-/merge_requests/11007[Dec 02 2024 18:13:42 UTC (QA Tests ENV-2)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-khnbzwgb'1008[Dec 02 2024 18:13:42 UTC (QA Tests ENV-2)] INFO -- Executing: `docker ps -f name=qa-runner-khnbzwgb`1009[Dec 02 2024 18:13:42 UTC (QA Tests ENV-2)] INFO -- Executing: `docker rm -f qa-runner-khnbzwgb`1010 verifies artifact access for developer user with all access1011[Dec 02 2024 18:13:43 UTC (QA Tests ENV-2)] INFO -- Starting test: Verify Pipeline configuration access keyword when access is set to all behaves like artifact access verifies artifact access for non-member user with all access1012[Dec 02 2024 18:13:43 UTC (QA Tests ENV-2)] INFO -- Creating test user1013[Dec 02 2024 18:13:43 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-e94699eb0c28125b' via api in 0.11 seconds1014[Dec 02 2024 18:13:43 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-e94699eb0c28125b' via api in 0.6 seconds1015[Dec 02 2024 18:13:44 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-11d6ccf9d3f5' via api in 0.46 seconds1016[Dec 02 2024 18:13:45 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-11d6ccf9d3f5/qa-test-2024-12-02-18-09-19-a2ff7baef550f312' via api in 1.16 seconds1017[Dec 02 2024 18:13:46 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-11d6ccf9d3f5/qa-test-2024-12-02-18-09-19-a2ff7baef550f312/project-with-artifacts-5091227442acd846' via api in 2.64 seconds1018[Dec 02 2024 18:13:46 UTC (QA Tests ENV-2)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1019[Dec 02 2024 18:13:47 UTC (QA Tests ENV-2)] INFO -- Executing: `docker network inspect host`1020[Dec 02 2024 18:13:47 UTC (QA Tests ENV-2)] INFO -- Executing: `docker run -d --rm --network host --name qa-runner-q2clkzy1 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-q2clkzy1 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-q2clkzy1 --url http://gitlab.172.18.0.2.nip.io --token **** --executor shell && gitlab-runner run" `1021[Dec 02 2024 18:13:47 UTC (QA Tests ENV-2)] INFO -- Executing: `docker logs qa-runner-q2clkzy1`1022[Dec 02 2024 18:13:47 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::ProjectRunner with name 'qa-runner-q2clkzy1' via api in 1.08 seconds1023[Dec 02 2024 18:13:47 UTC (QA Tests ENV-2)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.25 seconds1024[Dec 02 2024 18:13:48 UTC (QA Tests ENV-2)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.3 seconds1025[Dec 02 2024 18:13:48 UTC (QA Tests ENV-2)] INFO -- Adding user gitlab-qa-user1 to qa-sandbox-11d6ccf9d3f5/qa-test-2024-12-02-18-09-19-a2ff7baef550f312/project-with-artifacts-5091227442acd846 QA::Resource::Project1026[Dec 02 2024 18:13:49 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.54 seconds1027[Dec 02 2024 18:13:51 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.76 seconds1028[Dec 02 2024 18:14:06 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 16.79 seconds1029[Dec 02 2024 18:14:06 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-11d6ccf9d3f5/qa-test-2024-12-02-18-09-19-a2ff7baef550f312/project-with-artifacts-5091227442acd8461030[Dec 02 2024 18:14:09 UTC (QA Tests ENV-2)] INFO -- filling :username-field with "gitlab-qa-user2"1031[Dec 02 2024 18:14:09 UTC (QA Tests ENV-2)] INFO -- filling :password-field with "*****"1032[Dec 02 2024 18:14:09 UTC (QA Tests ENV-2)] INFO -- clicking :sign-in-button1033[Dec 02 2024 18:14:10 UTC (QA Tests ENV-2)] WARN -- Potentially Slow Code 'click_element sign-in-button' took 1.457s1034[Dec 02 2024 18:14:13 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab.172.18.0.2.nip.io/qa-sandbox-11d6ccf9d3f5/qa-test-2024-12-02-18-09-19-a2ff7baef550f312/project-with-artifacts-5091227442acd846/-/merge_requests/11035[Dec 02 2024 18:14:23 UTC (QA Tests ENV-2)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-q2clkzy1'1036[Dec 02 2024 18:14:23 UTC (QA Tests ENV-2)] INFO -- Executing: `docker ps -f name=qa-runner-q2clkzy1`1037[Dec 02 2024 18:14:23 UTC (QA Tests ENV-2)] INFO -- Executing: `docker rm -f qa-runner-q2clkzy1`1038 verifies artifact access for non-member user with all access1039Plan1040 Project issue boards1041 Label issue board1042[Dec 02 2024 18:14:24 UTC (QA Tests ENV-2)] INFO -- Starting test: Plan Project issue boards Label issue board shows the just created board with a "Testing" (label) list, and an issue on it1043[Dec 02 2024 18:14:24 UTC (QA Tests ENV-2)] INFO -- Creating test user1044[Dec 02 2024 18:14:24 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-7c592af3ff2c8464' via api in 0.11 seconds1045[Dec 02 2024 18:14:24 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-7c592af3ff2c8464' via api in 0.67 seconds1046[Dec 02 2024 18:14:25 UTC (QA Tests ENV-2)] INFO -- filling :username-field with "qa-user-7c592af3ff2c8464"1047[Dec 02 2024 18:14:25 UTC (QA Tests ENV-2)] INFO -- filling :password-field with "*****"1048[Dec 02 2024 18:14:25 UTC (QA Tests ENV-2)] INFO -- clicking :sign-in-button1049[Dec 02 2024 18:14:30 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-c2a79157e5fb' via api in 0.5 seconds1050[Dec 02 2024 18:14:30 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-c2a79157e5fb/qa-test-2024-12-02-18-09-19-3749dc71961bb77f' via api in 1.15 seconds1051[Dec 02 2024 18:14:31 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-c2a79157e5fb/qa-test-2024-12-02-18-09-19-3749dc71961bb77f/project-with-board-list-aa005d4d4f6c9aa0' via api in 2.37 seconds1052[Dec 02 2024 18:14:32 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.22 seconds1053[Dec 02 2024 18:14:32 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '2' via api in 0.16 seconds1054[Dec 02 2024 18:14:32 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::LabelBoardList with id '3' via api in 2.9 seconds1055[Dec 02 2024 18:14:33 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Issue with id '5' via api in 0.65 seconds1056[Dec 02 2024 18:14:33 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-c2a79157e5fb/qa-test-2024-12-02-18-09-19-3749dc71961bb77f/project-with-board-list-aa005d4d4f6c9aa01057[Dec 02 2024 18:14:34 UTC (QA Tests ENV-2)] INFO -- clicking :menu-section-button1058[Dec 02 2024 18:14:34 UTC (QA Tests ENV-2)] INFO -- clicking :nav-item-link1059 shows the just created board with a "Testing" (label) list, and an issue on it1060 Milestone issue board1061[Dec 02 2024 18:14:36 UTC (QA Tests ENV-2)] INFO -- Starting test: Plan Project issue boards Milestone issue board shows the just created board with a "1.0" (milestone) list, and an issue on it1062[Dec 02 2024 18:14:36 UTC (QA Tests ENV-2)] INFO -- Creating test user1063[Dec 02 2024 18:14:36 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-b5f7f1e27710fbc2' via api in 0.12 seconds1064[Dec 02 2024 18:14:36 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-b5f7f1e27710fbc2' via api in 0.67 seconds1065[Dec 02 2024 18:14:37 UTC (QA Tests ENV-2)] INFO -- filling :username-field with "qa-user-b5f7f1e27710fbc2"1066[Dec 02 2024 18:14:37 UTC (QA Tests ENV-2)] INFO -- filling :password-field with "*****"1067[Dec 02 2024 18:14:37 UTC (QA Tests ENV-2)] INFO -- clicking :sign-in-button1068[Dec 02 2024 18:14:42 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-3cbd4ed3f384' via api in 0.45 seconds1069[Dec 02 2024 18:14:42 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-3cbd4ed3f384/qa-test-2024-12-02-18-09-19-708921eb2a54511f' via api in 1.12 seconds1070[Dec 02 2024 18:14:43 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-3cbd4ed3f384/qa-test-2024-12-02-18-09-19-708921eb2a54511f/project-with-board-list-08756c93ab3cf767' via api in 2.14 seconds1071[Dec 02 2024 18:14:43 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.16 seconds1072[Dec 02 2024 18:14:44 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '2' via api in 0.53 seconds1073[Dec 02 2024 18:14:44 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::MilestoneBoardList with id '6' via api in 2.95 seconds1074[Dec 02 2024 18:14:45 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Issue with id '6' via api in 0.64 seconds1075[Dec 02 2024 18:14:45 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-3cbd4ed3f384/qa-test-2024-12-02-18-09-19-708921eb2a54511f/project-with-board-list-08756c93ab3cf7671076[Dec 02 2024 18:14:46 UTC (QA Tests ENV-2)] INFO -- clicking :menu-section-button1077[Dec 02 2024 18:14:46 UTC (QA Tests ENV-2)] INFO -- clicking :nav-item-link1078 shows the just created board with a "1.0" (milestone) list, and an issue on it1079 Assignee issue board1080[Dec 02 2024 18:14:47 UTC (QA Tests ENV-2)] INFO -- Starting test: Plan Project issue boards Assignee issue board shows the just created board with an assignee list, and an issue on it1081[Dec 02 2024 18:14:47 UTC (QA Tests ENV-2)] INFO -- Creating test user1082[Dec 02 2024 18:14:48 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-3bb308595adac331' via api in 0.11 seconds1083[Dec 02 2024 18:14:48 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-3bb308595adac331' via api in 0.59 seconds1084[Dec 02 2024 18:14:49 UTC (QA Tests ENV-2)] INFO -- filling :username-field with "qa-user-3bb308595adac331"1085[Dec 02 2024 18:14:49 UTC (QA Tests ENV-2)] INFO -- filling :password-field with "*****"1086[Dec 02 2024 18:14:49 UTC (QA Tests ENV-2)] INFO -- clicking :sign-in-button1087[Dec 02 2024 18:14:53 UTC (QA Tests ENV-2)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.26 seconds1088[Dec 02 2024 18:14:53 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-3de17e971454' via api in 0.45 seconds1089[Dec 02 2024 18:14:54 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-3de17e971454/qa-test-2024-12-02-18-09-19-d6b9d40b4d775ff2' via api in 1.09 seconds1090[Dec 02 2024 18:14:55 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-3de17e971454/qa-test-2024-12-02-18-09-19-d6b9d40b4d775ff2/project-to-test-assignee-issue-board-list-7d54b0a4046ce386' via api in 2.17 seconds1091[Dec 02 2024 18:14:55 UTC (QA Tests ENV-2)] INFO -- Adding user gitlab-qa-user1 to qa-sandbox-3de17e971454/qa-test-2024-12-02-18-09-19-d6b9d40b4d775ff2/project-to-test-assignee-issue-board-list-7d54b0a4046ce386 QA::Resource::Project1092[Dec 02 2024 18:14:56 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Issue with id '7' via api in 0.81 seconds1093[Dec 02 2024 18:14:56 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.14 seconds1094[Dec 02 2024 18:14:56 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::AssigneeBoardList with id '9' via api in 0.24 seconds1095[Dec 02 2024 18:14:56 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-3de17e971454/qa-test-2024-12-02-18-09-19-d6b9d40b4d775ff2/project-to-test-assignee-issue-board-list-7d54b0a4046ce3861096[Dec 02 2024 18:14:57 UTC (QA Tests ENV-2)] INFO -- clicking :menu-section-button1097[Dec 02 2024 18:14:57 UTC (QA Tests ENV-2)] INFO -- clicking :nav-item-link1098 shows the just created board with an assignee list, and an issue on it1099Create1100 Pull mirror a repository over HTTP1101[Dec 02 2024 18:14:59 UTC (QA Tests ENV-2)] INFO -- Starting test: Create Pull mirror a repository over HTTP configures and syncs a (pull) mirrored repository with password auth1102[Dec 02 2024 18:14:59 UTC (QA Tests ENV-2)] INFO -- Creating test user1103[Dec 02 2024 18:15:00 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-8b91ce76150aeb23' via api in 0.12 seconds1104[Dec 02 2024 18:15:00 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-8b91ce76150aeb23' via api in 0.63 seconds1105[Dec 02 2024 18:15:00 UTC (QA Tests ENV-2)] INFO -- filling :username-field with "qa-user-8b91ce76150aeb23"1106[Dec 02 2024 18:15:01 UTC (QA Tests ENV-2)] INFO -- filling :password-field with "*****"1107[Dec 02 2024 18:15:01 UTC (QA Tests ENV-2)] INFO -- clicking :sign-in-button1108[Dec 02 2024 18:15:05 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-efb4a2664847' via api in 0.47 seconds1109[Dec 02 2024 18:15:06 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-efb4a2664847/qa-test-2024-12-02-18-09-19-a60206eea11e83ca' via api in 1.07 seconds1110[Dec 02 2024 18:15:06 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-efb4a2664847/qa-test-2024-12-02-18-09-19-a60206eea11e83ca/pull-mirror-source-project-4f93097c91d6c034' via api in 2.13 seconds1111[Dec 02 2024 18:15:08 UTC (QA Tests ENV-2)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1112[Dec 02 2024 18:15:15 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 10.35 seconds1113[Dec 02 2024 18:15:15 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-0c730ede57ab' via api in 0.47 seconds1114[Dec 02 2024 18:15:16 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-0c730ede57ab/qa-test-2024-12-02-18-09-19-fafac6716b9a88f9' via api in 1.2 seconds1115[Dec 02 2024 18:15:17 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-0c730ede57ab/qa-test-2024-12-02-18-09-19-fafac6716b9a88f9/pull-mirror-target-project-402dbedba2447a3c' via api in 2.32 seconds1116[Dec 02 2024 18:15:17 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-0c730ede57ab/qa-test-2024-12-02-18-09-19-fafac6716b9a88f9/pull-mirror-target-project-402dbedba2447a3c1117[Dec 02 2024 18:15:18 UTC (QA Tests ENV-2)] INFO -- clicking :menu-section-button1118[Dec 02 2024 18:15:18 UTC (QA Tests ENV-2)] INFO -- clicking :nav-item-link1119[Dec 02 2024 18:15:20 UTC (QA Tests ENV-2)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.338s1120[Dec 02 2024 18:15:21 UTC (QA Tests ENV-2)] INFO -- clicking :add-new-mirror1121[Dec 02 2024 18:15:21 UTC (QA Tests ENV-2)] INFO -- filling :mirror-repository-url-field with "http://root@gitlab.172.18.0.2.nip.io/qa-sandbox-efb4a2664847/qa-test-2024-12-02-18-09-19-a60206eea11e83ca/pull-mirror-source-project-4f93097c91d6c034.git"1122[Dec 02 2024 18:15:21 UTC (QA Tests ENV-2)] INFO -- selecting "Pull" in :mirror-direction-field1123[Dec 02 2024 18:15:22 UTC (QA Tests ENV-2)] WARN -- Potentially Slow Code 'wait_for_animated_element authentication-method-field' took 1.023s1124[Dec 02 2024 18:15:22 UTC (QA Tests ENV-2)] INFO -- selecting "Password" in :authentication-method-field1125[Dec 02 2024 18:15:23 UTC (QA Tests ENV-2)] INFO -- filling :username-field with "root"1126[Dec 02 2024 18:15:23 UTC (QA Tests ENV-2)] INFO -- filling :password-field with "*****"1127[Dec 02 2024 18:15:23 UTC (QA Tests ENV-2)] INFO -- clicking :mirror-repository-button1128[Dec 02 2024 18:15:24 UTC (QA Tests ENV-2)] WARN -- Potentially Slow Code 'click_element mirror-repository-button' took 1.571s1129[Dec 02 2024 18:15:25 UTC (QA Tests ENV-2)] INFO -- clicking :update-now-button1130[Dec 02 2024 18:15:26 UTC (QA Tests ENV-2)] WARN -- Potentially Slow Code 'click_element update-now-button' took 1.174s1131[Dec 02 2024 18:15:27 UTC (QA Tests ENV-2)] INFO -- refreshing http://gitlab.172.18.0.2.nip.io/qa-sandbox-0c730ede57ab/qa-test-2024-12-02-18-09-19-fafac6716b9a88f9/pull-mirror-target-project-402dbedba2447a3c/-/settings/repository#js-push-remote-settings1132[Dec 02 2024 18:15:29 UTC (QA Tests ENV-2)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-0c730ede57ab/qa-test-2024-12-02-18-09-19-fafac6716b9a88f9/pull-mirror-target-project-402dbedba2447a3c1133[Dec 02 2024 18:15:31 UTC (QA Tests ENV-2)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>#<Capybara::Session>, :sleep_interval=>0.5}' arguments1134 configures and syncs a (pull) mirrored repository with password auth1135Create1136 Create, Retrieve and Delete branches via API1137[Dec 02 2024 18:15:31 UTC (QA Tests ENV-2)] INFO -- Starting test: Create Create, Retrieve and Delete branches via API creates, retrieves and deletes branches1138[Dec 02 2024 18:15:31 UTC (QA Tests ENV-2)] INFO -- Creating test user1139[Dec 02 2024 18:15:32 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-c221be66dfdb8047' via api in 0.1 seconds1140[Dec 02 2024 18:15:32 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-c221be66dfdb8047' via api in 0.61 seconds1141[Dec 02 2024 18:15:32 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-5bed433fc65f' via api in 0.5 seconds1142[Dec 02 2024 18:15:33 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-5bed433fc65f/qa-test-2024-12-02-18-09-19-30420bdc2ae169ad' via api in 1.19 seconds1143[Dec 02 2024 18:15:34 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-5bed433fc65f/qa-test-2024-12-02-18-09-19-30420bdc2ae169ad/project-qa-test-24869e3e53bd153d' via api in 2.28 seconds1144[Dec 02 2024 18:15:37 UTC (QA Tests ENV-2)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add file.txt"1145[Dec 02 2024 18:15:42 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::Repository::Branch with name 'create-branch' via api in 0.93 seconds1146[Dec 02 2024 18:15:42 UTC (QA Tests ENV-2)] INFO -- Removed a QA::Resource::Repository::Branch with name 'delete-branch'1147 creates, retrieves and deletes branches1148Package1149 SaaS Container Registry1150 pulls an image from an existing repository (PENDING: Test is not compatible with this environment or pipeline)1151Data Stores1152 Users API1153[Dec 02 2024 18:15:43 UTC (QA Tests ENV-2)] INFO -- Starting test: Data Stores Users API GET /users/:username with a valid username1154[Dec 02 2024 18:15:43 UTC (QA Tests ENV-2)] INFO -- Creating test user1155[Dec 02 2024 18:15:43 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-c3644154e617fda1' via api in 0.11 seconds1156[Dec 02 2024 18:15:43 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-c3644154e617fda1' via api in 0.63 seconds1157 GET /users/:username with a valid username1158[Dec 02 2024 18:15:44 UTC (QA Tests ENV-2)] INFO -- Starting test: Data Stores Users API GET /users/:username with an invalid username1159[Dec 02 2024 18:15:44 UTC (QA Tests ENV-2)] INFO -- Creating test user1160[Dec 02 2024 18:15:44 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-96b25e01e93a8326' via api in 0.12 seconds1161[Dec 02 2024 18:15:44 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-96b25e01e93a8326' via api in 0.7 seconds1162 GET /users/:username with an invalid username1163[Dec 02 2024 18:15:44 UTC (QA Tests ENV-2)] INFO -- Starting test: Data Stores Users API GET /users1164[Dec 02 2024 18:15:44 UTC (QA Tests ENV-2)] INFO -- Creating test user1165[Dec 02 2024 18:15:45 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-35df49c193729817' via api in 0.1 seconds1166[Dec 02 2024 18:15:45 UTC (QA Tests ENV-2)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-35df49c193729817' via api in 0.62 seconds1167 GET /users1168[Dec 02 2024 18:15:45 UTC (QA Tests ENV-2)] INFO -- [influxdb exporter]: Pushed 20 test execution entries to influxdb1169[Dec 02 2024 18:15:46 UTC (QA Tests ENV-2)] INFO -- [influxdb exporter]: Pushed 20 test execution entries to GCS1170[Dec 02 2024 18:15:46 UTC (QA Tests ENV-2)] INFO -- [influxdb exporter]: Pushed 136 resource fabrication entries to influxdb1171[Dec 02 2024 18:15:47 UTC (QA Tests ENV-2)] INFO -- [influxdb exporter]: Pushed 136 resource fabrication entries to GCS1172[Dec 02 2024 18:15:47 UTC (QA Tests ENV-2)] INFO -- [influxdb exporter]: Pushed 861 code runtime entries to influxdb1173[Dec 02 2024 18:15:47 UTC (QA Tests ENV-2)] INFO -- [influxdb exporter]: Saving test metrics json not enabled, skipping1174Pending: (Failures listed here are expected and do not affect your suite's status)1175 1) Secure Continuous Vulnerability Scanning when a container is tagged with latest performs a container scan1176 # Test is not compatible with this environment or pipeline1177 # ./qa/specs/features/ee/browser_ui/13_secure/cvs_container_registry_spec.rb:331178 2) Package SaaS Container Registry pulls an image from an existing repository1179 # Test is not compatible with this environment or pipeline1180 # ./qa/specs/features/browser_ui/5_package/container_registry/saas/pull_container_registry_image_spec.rb:111181Finished in 6 minutes 53 seconds (files took 1.5 seconds to load)118220 examples, 0 failures, 2 pending1183Randomized with seed 206861184...1185Run options: exclude {:orchestrated=>true, :transient=>true, :geo=>true, :requires_praefect=>true}1186Randomized with seed 319821187Monitor1188 Product Analytics1189 displays events from ruby sdk (PENDING: Test is not compatible with this environment or pipeline)1190Data Stores1191 Group with members1192[Dec 02 2024 18:09:12 UTC (QA Tests ENV-1)] INFO -- Starting test: Data Stores Group with members can be shared with another group with correct access level1193[Dec 02 2024 18:09:12 UTC (QA Tests ENV-1)] INFO -- Creating test user1194[Dec 02 2024 18:09:12 UTC (QA Tests ENV-1)] INFO -- Creating admin api client for api fabrications1195[Dec 02 2024 18:09:12 UTC (QA Tests ENV-1)] INFO -- Global api token variable is set, using it for api client setup1196[Dec 02 2024 18:09:12 UTC (QA Tests ENV-1)] INFO -- Global admin api client set up successfully1197[Dec 02 2024 18:09:14 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-c69133e7105e89cf' via api in 0.13 seconds1198[Dec 02 2024 18:09:14 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-c69133e7105e89cf' via api in 1.28 seconds1199[Dec 02 2024 18:09:15 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-ddf85bd8a4fe' via api in 1.13 seconds1200[Dec 02 2024 18:09:16 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-ddf85bd8a4fe/target-group-with-project_0210924f19f7d816' via api in 2.29 seconds1201[Dec 02 2024 18:09:19 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-ddf85bd8a4fe/target-group-with-project_0210924f19f7d816/the_awesome_project-277dd2e9945738dc' via api in 3.39 seconds1202[Dec 02 2024 18:09:20 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-1685fb11d732' via api in 0.55 seconds1203[Dec 02 2024 18:09:22 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-1685fb11d732/source-group-with-members_2b2ab598855b0a62' via api in 2.69 seconds1204[Dec 02 2024 18:09:23 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.56 seconds1205[Dec 02 2024 18:09:23 UTC (QA Tests ENV-1)] INFO -- Adding user gitlab-qa-user1 to qa-sandbox-1685fb11d732/source-group-with-members_2b2ab598855b0a62 QA::Resource::Group1206[Dec 02 2024 18:09:24 UTC (QA Tests ENV-1)] INFO -- filling :username-field with "qa-user-c69133e7105e89cf"1207[Dec 02 2024 18:09:25 UTC (QA Tests ENV-1)] INFO -- filling :password-field with "*****"1208[Dec 02 2024 18:09:25 UTC (QA Tests ENV-1)] INFO -- clicking :sign-in-button1209[Dec 02 2024 18:09:26 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'click_element sign-in-button' took 1.203s1210[Dec 02 2024 18:09:29 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Group at http://gitlab.172.18.0.2.nip.io/groups/qa-sandbox-ddf85bd8a4fe/target-group-with-project_0210924f19f7d8161211[Dec 02 2024 18:09:30 UTC (QA Tests ENV-1)] INFO -- clicking :menu-section-button1212[Dec 02 2024 18:09:30 UTC (QA Tests ENV-1)] INFO -- clicking :nav-item-link1213[Dec 02 2024 18:09:31 UTC (QA Tests ENV-1)] INFO -- clicking :invite-group-button1214[Dec 02 2024 18:09:32 UTC (QA Tests ENV-1)] INFO -- Searching in dropdown: "source-group-with-members_2b2ab598855b0a62"1215[Dec 02 2024 18:09:32 UTC (QA Tests ENV-1)] INFO -- clicking :invite-modal-submit1216[Dec 02 2024 18:09:36 UTC (QA Tests ENV-1)] INFO -- clicking :groups-list-tab1217[Dec 02 2024 18:09:37 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.018s1218[Dec 02 2024 18:09:38 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'has_element? user-profile-link' took 1.029s1219[Dec 02 2024 18:09:38 UTC (QA Tests ENV-1)] INFO -- clicking :user-avatar-content1220[Dec 02 2024 18:09:38 UTC (QA Tests ENV-1)] INFO -- clicking :sign-out-link1221[Dec 02 2024 18:09:40 UTC (QA Tests ENV-1)] INFO -- filling :username-field with "gitlab-qa-user1"1222[Dec 02 2024 18:09:40 UTC (QA Tests ENV-1)] INFO -- filling :password-field with "*****"1223[Dec 02 2024 18:09:40 UTC (QA Tests ENV-1)] INFO -- clicking :sign-in-button1224[Dec 02 2024 18:09:41 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'click_element sign-in-button' took 1.395s1225[Dec 02 2024 18:09:44 UTC (QA Tests ENV-1)] INFO -- clicking :search-button1226 can be shared with another group with correct access level1227Govern1228 Vulnerability Report1229 checks explain this vulnerability AI feature (PENDING: Test is not compatible with this environment or pipeline)1230Verify1231 Unlocking job artifacts across pipelines1232 when latest pipeline is successful1233[Dec 02 2024 18:09:46 UTC (QA Tests ENV-1)] INFO -- Starting test: Verify Unlocking job artifacts across pipelines when latest pipeline is successful unlocks job artifacts from previous successful pipeline1234[Dec 02 2024 18:09:46 UTC (QA Tests ENV-1)] INFO -- Creating test user1235[Dec 02 2024 18:09:47 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-adc5e130d9bfeaf7' via api in 0.16 seconds1236[Dec 02 2024 18:09:47 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-adc5e130d9bfeaf7' via api in 0.91 seconds1237[Dec 02 2024 18:09:47 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-e75d43b4777c' via api in 0.53 seconds1238[Dec 02 2024 18:09:48 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-e75d43b4777c/qa-test-2024-12-02-18-09-14-1a298b3a981c917e' via api in 1.27 seconds1239[Dec 02 2024 18:09:49 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-e75d43b4777c/qa-test-2024-12-02-18-09-14-1a298b3a981c917e/unlock-job-artifacts-project-506ff3550f8572ed' via api in 2.48 seconds1240[Dec 02 2024 18:09:49 UTC (QA Tests ENV-1)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1241[Dec 02 2024 18:09:55 UTC (QA Tests ENV-1)] INFO -- Executing: `docker network inspect host`1242[Dec 02 2024 18:09:55 UTC (QA Tests ENV-1)] INFO -- Executing: `docker run -d --rm --network host --name qa-runner-vx8pkxcy --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-vx8pkxcy 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-vx8pkxcy --url http://gitlab.172.18.0.2.nip.io --token **** --executor shell && gitlab-runner run" `1243[Dec 02 2024 18:09:57 UTC (QA Tests ENV-1)] INFO -- Executing: `docker logs qa-runner-vx8pkxcy`1244[Dec 02 2024 18:09:58 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::ProjectRunner with name 'qa-runner-vx8pkxcy' via api in 8.57 seconds1245[Dec 02 2024 18:09:58 UTC (QA Tests ENV-1)] INFO -- filling :username-field with "qa-user-adc5e130d9bfeaf7"1246[Dec 02 2024 18:09:59 UTC (QA Tests ENV-1)] INFO -- filling :password-field with "*****"1247[Dec 02 2024 18:09:59 UTC (QA Tests ENV-1)] INFO -- clicking :sign-in-button1248[Dec 02 2024 18:10:00 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'click_element sign-in-button' took 1.103s1249[Dec 02 2024 18:10:03 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-e75d43b4777c/qa-test-2024-12-02-18-09-14-1a298b3a981c917e/unlock-job-artifacts-project-506ff3550f8572ed1250[Dec 02 2024 18:10:06 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.39 seconds1251[Dec 02 2024 18:10:06 UTC (QA Tests ENV-1)] INFO -- Waiting for new pipeline to be created1252[Dec 02 2024 18:10:18 UTC (QA Tests ENV-1)] INFO -- clicking :menu-section-button1253[Dec 02 2024 18:10:18 UTC (QA Tests ENV-1)] INFO -- clicking :nav-item-link1254[Dec 02 2024 18:10:40 UTC (QA Tests ENV-1)] INFO -- ==> Retrieved a QA::Resource::Job with id '1' via api in 0.14 seconds1255[Dec 02 2024 18:10:40 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Job at http://gitlab.172.18.0.2.nip.io/qa-sandbox-e75d43b4777c/qa-test-2024-12-02-18-09-14-1a298b3a981c917e/unlock-job-artifacts-project-506ff3550f8572ed/-/jobs/11256[Dec 02 2024 18:10:44 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.61 seconds1257[Dec 02 2024 18:10:44 UTC (QA Tests ENV-1)] INFO -- Waiting for new pipeline to be created1258[Dec 02 2024 18:10:46 UTC (QA Tests ENV-1)] INFO -- clicking :nav-item-link1259[Dec 02 2024 18:10:58 UTC (QA Tests ENV-1)] INFO -- ==> Retrieved a QA::Resource::Job with id '7' via api in 0.15 seconds1260[Dec 02 2024 18:10:58 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Job at http://gitlab.172.18.0.2.nip.io/qa-sandbox-e75d43b4777c/qa-test-2024-12-02-18-09-14-1a298b3a981c917e/unlock-job-artifacts-project-506ff3550f8572ed/-/jobs/71261[Dec 02 2024 18:11:01 UTC (QA Tests ENV-1)] INFO -- ==> Retrieved a QA::Resource::Job with id '1' via api in 0.14 seconds1262[Dec 02 2024 18:11:01 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Job at http://gitlab.172.18.0.2.nip.io/qa-sandbox-e75d43b4777c/qa-test-2024-12-02-18-09-14-1a298b3a981c917e/unlock-job-artifacts-project-506ff3550f8572ed/-/jobs/11263[Dec 02 2024 18:11:12 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 9.696s1264[Dec 02 2024 18:11:12 UTC (QA Tests ENV-1)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-vx8pkxcy'1265[Dec 02 2024 18:11:12 UTC (QA Tests ENV-1)] INFO -- Executing: `docker ps -f name=qa-runner-vx8pkxcy`1266[Dec 02 2024 18:11:12 UTC (QA Tests ENV-1)] INFO -- Executing: `docker rm -f qa-runner-vx8pkxcy`1267 unlocks job artifacts from previous successful pipeline1268 when latest pipeline failed1269[Dec 02 2024 18:11:12 UTC (QA Tests ENV-1)] INFO -- Starting test: Verify Unlocking job artifacts across pipelines when latest pipeline failed keeps job artifacts from latest failed pipelines and from latest successful pipeline1270[Dec 02 2024 18:11:12 UTC (QA Tests ENV-1)] INFO -- Creating test user1271[Dec 02 2024 18:11:13 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-ea3a8c3bb92d07f4' via api in 0.13 seconds1272[Dec 02 2024 18:11:13 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-ea3a8c3bb92d07f4' via api in 0.71 seconds1273[Dec 02 2024 18:11:14 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-dda4c13c40eb' via api in 0.62 seconds1274[Dec 02 2024 18:11:15 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-dda4c13c40eb/qa-test-2024-12-02-18-09-14-e69f07b194f33bc8' via api in 1.76 seconds1275[Dec 02 2024 18:11:16 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-dda4c13c40eb/qa-test-2024-12-02-18-09-14-e69f07b194f33bc8/unlock-job-artifacts-project-9f1b02dc1289507b' via api in 3.23 seconds1276[Dec 02 2024 18:11:17 UTC (QA Tests ENV-1)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1277[Dec 02 2024 18:11:17 UTC (QA Tests ENV-1)] INFO -- Executing: `docker network inspect host`1278[Dec 02 2024 18:11:17 UTC (QA Tests ENV-1)] INFO -- Executing: `docker run -d --rm --network host --name qa-runner-k2vplfb5 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-k2vplfb5 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-k2vplfb5 --url http://gitlab.172.18.0.2.nip.io --token **** --executor shell && gitlab-runner run" `1279[Dec 02 2024 18:11:18 UTC (QA Tests ENV-1)] INFO -- Executing: `docker logs qa-runner-k2vplfb5`1280[Dec 02 2024 18:11:18 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::ProjectRunner with name 'qa-runner-k2vplfb5' via api in 1.42 seconds1281[Dec 02 2024 18:11:18 UTC (QA Tests ENV-1)] INFO -- filling :username-field with "qa-user-ea3a8c3bb92d07f4"1282[Dec 02 2024 18:11:19 UTC (QA Tests ENV-1)] INFO -- filling :password-field with "*****"1283[Dec 02 2024 18:11:19 UTC (QA Tests ENV-1)] INFO -- clicking :sign-in-button1284[Dec 02 2024 18:11:23 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-dda4c13c40eb/qa-test-2024-12-02-18-09-14-e69f07b194f33bc8/unlock-job-artifacts-project-9f1b02dc1289507b1285[Dec 02 2024 18:11:28 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 2.54 seconds1286[Dec 02 2024 18:11:28 UTC (QA Tests ENV-1)] INFO -- Waiting for new pipeline to be created1287[Dec 02 2024 18:11:34 UTC (QA Tests ENV-1)] INFO -- clicking :menu-section-button1288[Dec 02 2024 18:11:34 UTC (QA Tests ENV-1)] INFO -- clicking :nav-item-link1289[Dec 02 2024 18:11:35 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.154s1290[Dec 02 2024 18:12:08 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.17 seconds1291[Dec 02 2024 18:12:08 UTC (QA Tests ENV-1)] INFO -- Waiting for new pipeline to be created1292[Dec 02 2024 18:12:17 UTC (QA Tests ENV-1)] INFO -- clicking :nav-item-link1293[Dec 02 2024 18:12:18 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.088s1294[Dec 02 2024 18:12:30 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.25 seconds1295[Dec 02 2024 18:12:30 UTC (QA Tests ENV-1)] INFO -- Waiting for new pipeline to be created1296[Dec 02 2024 18:12:34 UTC (QA Tests ENV-1)] INFO -- clicking :nav-item-link1297[Dec 02 2024 18:12:35 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.023s1298[Dec 02 2024 18:12:36 UTC (QA Tests ENV-1)] INFO -- ==> Retrieved a QA::Resource::Job with id '34' via api in 0.31 seconds1299[Dec 02 2024 18:12:36 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Job at http://gitlab.172.18.0.2.nip.io/qa-sandbox-dda4c13c40eb/qa-test-2024-12-02-18-09-14-e69f07b194f33bc8/unlock-job-artifacts-project-9f1b02dc1289507b/-/jobs/341300[Dec 02 2024 18:12:47 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'has_element? artifacts-locked-message-content' took 10.011s1301[Dec 02 2024 18:12:48 UTC (QA Tests ENV-1)] INFO -- ==> Retrieved a QA::Resource::Job with id '33' via api in 0.15 seconds1302[Dec 02 2024 18:12:48 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Job at http://gitlab.172.18.0.2.nip.io/qa-sandbox-dda4c13c40eb/qa-test-2024-12-02-18-09-14-e69f07b194f33bc8/unlock-job-artifacts-project-9f1b02dc1289507b/-/jobs/331303[Dec 02 2024 18:13:00 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 11.025s1304[Dec 02 2024 18:13:00 UTC (QA Tests ENV-1)] INFO -- refreshing http://gitlab.172.18.0.2.nip.io/qa-sandbox-dda4c13c40eb/qa-test-2024-12-02-18-09-14-e69f07b194f33bc8/unlock-job-artifacts-project-9f1b02dc1289507b/-/jobs/331305[Dec 02 2024 18:13:12 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 8.936s1306[Dec 02 2024 18:13:12 UTC (QA Tests ENV-1)] INFO -- ==> Retrieved a QA::Resource::Job with id '30' via api in 0.13 seconds1307[Dec 02 2024 18:13:12 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Job at http://gitlab.172.18.0.2.nip.io/qa-sandbox-dda4c13c40eb/qa-test-2024-12-02-18-09-14-e69f07b194f33bc8/unlock-job-artifacts-project-9f1b02dc1289507b/-/jobs/301308[Dec 02 2024 18:13:14 UTC (QA Tests ENV-1)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-k2vplfb5'1309[Dec 02 2024 18:13:14 UTC (QA Tests ENV-1)] INFO -- Executing: `docker ps -f name=qa-runner-k2vplfb5`1310[Dec 02 2024 18:13:14 UTC (QA Tests ENV-1)] INFO -- Executing: `docker rm -f qa-runner-k2vplfb5`1311 keeps job artifacts from latest failed pipelines and from latest successful pipeline1312 when latest pipeline is blocked1313[Dec 02 2024 18:13:14 UTC (QA Tests ENV-1)] INFO -- Starting test: Verify Unlocking job artifacts across pipelines when latest pipeline is blocked keeps job artifacts from the latest blocked pipeline and from latest successful pipeline1314[Dec 02 2024 18:13:14 UTC (QA Tests ENV-1)] INFO -- Creating test user1315[Dec 02 2024 18:13:15 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-73162b526fb9503c' via api in 0.11 seconds1316[Dec 02 2024 18:13:15 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-73162b526fb9503c' via api in 0.79 seconds1317[Dec 02 2024 18:13:15 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-426150df12d3' via api in 0.53 seconds1318[Dec 02 2024 18:13:16 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-426150df12d3/qa-test-2024-12-02-18-09-14-0995d5d9832528a7' via api in 1.26 seconds1319[Dec 02 2024 18:13:17 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-426150df12d3/qa-test-2024-12-02-18-09-14-0995d5d9832528a7/unlock-job-artifacts-project-9023e6133fadc7f7' via api in 2.33 seconds1320[Dec 02 2024 18:13:17 UTC (QA Tests ENV-1)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1321[Dec 02 2024 18:13:17 UTC (QA Tests ENV-1)] INFO -- Executing: `docker network inspect host`1322[Dec 02 2024 18:13:18 UTC (QA Tests ENV-1)] INFO -- Executing: `docker run -d --rm --network host --name qa-runner-ritz84lv --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-ritz84lv 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-ritz84lv --url http://gitlab.172.18.0.2.nip.io --token **** --executor shell && gitlab-runner run" `1323[Dec 02 2024 18:13:18 UTC (QA Tests ENV-1)] INFO -- Executing: `docker logs qa-runner-ritz84lv`1324[Dec 02 2024 18:13:18 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::ProjectRunner with name 'qa-runner-ritz84lv' via api in 1.27 seconds1325[Dec 02 2024 18:13:19 UTC (QA Tests ENV-1)] INFO -- filling :username-field with "qa-user-73162b526fb9503c"1326[Dec 02 2024 18:13:19 UTC (QA Tests ENV-1)] INFO -- filling :password-field with "*****"1327[Dec 02 2024 18:13:19 UTC (QA Tests ENV-1)] INFO -- clicking :sign-in-button1328[Dec 02 2024 18:13:20 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'click_element sign-in-button' took 1.073s1329[Dec 02 2024 18:13:23 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-426150df12d3/qa-test-2024-12-02-18-09-14-0995d5d9832528a7/unlock-job-artifacts-project-9023e6133fadc7f71330[Dec 02 2024 18:13:26 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.01 seconds1331[Dec 02 2024 18:13:26 UTC (QA Tests ENV-1)] INFO -- Waiting for new pipeline to be created1332[Dec 02 2024 18:13:35 UTC (QA Tests ENV-1)] INFO -- clicking :menu-section-button1333[Dec 02 2024 18:13:36 UTC (QA Tests ENV-1)] INFO -- clicking :nav-item-link1334[Dec 02 2024 18:13:49 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.39 seconds1335[Dec 02 2024 18:13:49 UTC (QA Tests ENV-1)] INFO -- Waiting for new pipeline to be created1336[Dec 02 2024 18:14:01 UTC (QA Tests ENV-1)] INFO -- clicking :nav-item-link1337[Dec 02 2024 18:14:03 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.466s1338[Dec 02 2024 18:14:24 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.0 seconds1339[Dec 02 2024 18:14:24 UTC (QA Tests ENV-1)] INFO -- Waiting for new pipeline to be created1340[Dec 02 2024 18:14:30 UTC (QA Tests ENV-1)] INFO -- clicking :nav-item-link1341[Dec 02 2024 18:14:31 UTC (QA Tests ENV-1)] INFO -- ==> Retrieved a QA::Resource::Job with id '57' via api in 0.12 seconds1342[Dec 02 2024 18:14:31 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Job at http://gitlab.172.18.0.2.nip.io/qa-sandbox-426150df12d3/qa-test-2024-12-02-18-09-14-0995d5d9832528a7/unlock-job-artifacts-project-9023e6133fadc7f7/-/jobs/571343[Dec 02 2024 18:14:42 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'has_element? artifacts-locked-message-content' took 9.866s1344[Dec 02 2024 18:14:42 UTC (QA Tests ENV-1)] INFO -- ==> Retrieved a QA::Resource::Job with id '50' via api in 0.11 seconds1345[Dec 02 2024 18:14:42 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Job at http://gitlab.172.18.0.2.nip.io/qa-sandbox-426150df12d3/qa-test-2024-12-02-18-09-14-0995d5d9832528a7/unlock-job-artifacts-project-9023e6133fadc7f7/-/jobs/501346[Dec 02 2024 18:14:55 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 11.029s1347[Dec 02 2024 18:14:55 UTC (QA Tests ENV-1)] INFO -- refreshing http://gitlab.172.18.0.2.nip.io/qa-sandbox-426150df12d3/qa-test-2024-12-02-18-09-14-0995d5d9832528a7/unlock-job-artifacts-project-9023e6133fadc7f7/-/jobs/501348[Dec 02 2024 18:15:08 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 11.024s1349[Dec 02 2024 18:15:08 UTC (QA Tests ENV-1)] INFO -- refreshing http://gitlab.172.18.0.2.nip.io/qa-sandbox-426150df12d3/qa-test-2024-12-02-18-09-14-0995d5d9832528a7/unlock-job-artifacts-project-9023e6133fadc7f7/-/jobs/501350[Dec 02 2024 18:15:19 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'has_element? artifacts-unlocked-message-content' took 8.896s1351[Dec 02 2024 18:15:20 UTC (QA Tests ENV-1)] INFO -- ==> Retrieved a QA::Resource::Job with id '39' via api in 0.14 seconds1352[Dec 02 2024 18:15:20 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Job at http://gitlab.172.18.0.2.nip.io/qa-sandbox-426150df12d3/qa-test-2024-12-02-18-09-14-0995d5d9832528a7/unlock-job-artifacts-project-9023e6133fadc7f7/-/jobs/391353[Dec 02 2024 18:15:21 UTC (QA Tests ENV-1)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-ritz84lv'1354[Dec 02 2024 18:15:21 UTC (QA Tests ENV-1)] INFO -- Executing: `docker ps -f name=qa-runner-ritz84lv`1355[Dec 02 2024 18:15:21 UTC (QA Tests ENV-1)] INFO -- Executing: `docker rm -f qa-runner-ritz84lv`1356 keeps job artifacts from the latest blocked pipeline and from latest successful pipeline1357Create1358 Push mirror a repository over HTTP1359[Dec 02 2024 18:15:22 UTC (QA Tests ENV-1)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs a (push) mirrored repository1360[Dec 02 2024 18:15:22 UTC (QA Tests ENV-1)] INFO -- Creating test user1361[Dec 02 2024 18:15:22 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-6e1aa0b3055f9156' via api in 0.09 seconds1362[Dec 02 2024 18:15:22 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-6e1aa0b3055f9156' via api in 0.59 seconds1363[Dec 02 2024 18:15:23 UTC (QA Tests ENV-1)] INFO -- filling :username-field with "qa-user-6e1aa0b3055f9156"1364[Dec 02 2024 18:15:23 UTC (QA Tests ENV-1)] INFO -- filling :password-field with "*****"1365[Dec 02 2024 18:15:23 UTC (QA Tests ENV-1)] INFO -- clicking :sign-in-button1366[Dec 02 2024 18:15:27 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-efc38d0eaa90' via api in 0.45 seconds1367[Dec 02 2024 18:15:28 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-efc38d0eaa90/qa-test-2024-12-02-18-09-14-55222792bf49b2b5' via api in 1.19 seconds1368[Dec 02 2024 18:15:29 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-efc38d0eaa90/qa-test-2024-12-02-18-09-14-55222792bf49b2b5/push-mirror-target-project-f675640866b8734f' via api in 2.44 seconds1369[Dec 02 2024 18:15:30 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-7529843d4702' via api in 0.54 seconds1370[Dec 02 2024 18:15:31 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-7529843d4702/qa-test-2024-12-02-18-09-14-d402d1db8e87fc35' via api in 1.42 seconds1371[Dec 02 2024 18:15:32 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-7529843d4702/qa-test-2024-12-02-18-09-14-d402d1db8e87fc35/project-with-code-9b09d89e3ac97f1b' via api in 2.46 seconds1372[Dec 02 2024 18:15:33 UTC (QA Tests ENV-1)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1373[Dec 02 2024 18:15:41 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 11.32 seconds1374[Dec 02 2024 18:15:41 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-7529843d4702/qa-test-2024-12-02-18-09-14-d402d1db8e87fc35/project-with-code-9b09d89e3ac97f1b1375[Dec 02 2024 18:15:42 UTC (QA Tests ENV-1)] INFO -- clicking :menu-section-button1376[Dec 02 2024 18:15:43 UTC (QA Tests ENV-1)] INFO -- clicking :nav-item-link1377[Dec 02 2024 18:15:44 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.063s1378[Dec 02 2024 18:15:45 UTC (QA Tests ENV-1)] INFO -- clicking :add-new-mirror1379[Dec 02 2024 18:15:45 UTC (QA Tests ENV-1)] INFO -- filling :mirror-repository-url-field with "http://root@gitlab.172.18.0.2.nip.io/qa-sandbox-efc38d0eaa90/qa-test-2024-12-02-18-09-14-55222792bf49b2b5/push-mirror-target-project-f675640866b8734f.git"1380[Dec 02 2024 18:15:45 UTC (QA Tests ENV-1)] INFO -- selecting "Push" in :mirror-direction-field1381[Dec 02 2024 18:15:47 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'wait_for_animated_element authentication-method-field' took 1.027s1382[Dec 02 2024 18:15:47 UTC (QA Tests ENV-1)] INFO -- selecting "Password" in :authentication-method-field1383[Dec 02 2024 18:15:47 UTC (QA Tests ENV-1)] INFO -- filling :username-field with "root"1384[Dec 02 2024 18:15:47 UTC (QA Tests ENV-1)] INFO -- filling :password-field with "*****"1385[Dec 02 2024 18:15:47 UTC (QA Tests ENV-1)] INFO -- clicking :mirror-repository-button1386[Dec 02 2024 18:15:48 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'click_element mirror-repository-button' took 1.583s1387[Dec 02 2024 18:15:49 UTC (QA Tests ENV-1)] INFO -- clicking :update-now-button1388[Dec 02 2024 18:15:50 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'click_element update-now-button' took 1.187s1389[Dec 02 2024 18:15:50 UTC (QA Tests ENV-1)] INFO -- refreshing http://gitlab.172.18.0.2.nip.io/qa-sandbox-7529843d4702/qa-test-2024-12-02-18-09-14-d402d1db8e87fc35/project-with-code-9b09d89e3ac97f1b/-/settings/repository#js-push-remote-settings1390[Dec 02 2024 18:16:12 UTC (QA Tests ENV-1)] INFO -- refreshing http://gitlab.172.18.0.2.nip.io/qa-sandbox-7529843d4702/qa-test-2024-12-02-18-09-14-d402d1db8e87fc35/project-with-code-9b09d89e3ac97f1b/-/settings/repository#js-push-remote-settings1391[Dec 02 2024 18:16:14 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-efc38d0eaa90/qa-test-2024-12-02-18-09-14-55222792bf49b2b5/push-mirror-target-project-f675640866b8734f1392[Dec 02 2024 18:16:16 UTC (QA Tests ENV-1)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>#<Capybara::Session>, :sleep_interval=>0.5}' arguments1393 configures and syncs a (push) mirrored repository1394Data Stores1395 Subgroup transfer1396 transfers a subgroup to another group (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/471699)1397Create1398 Upload a file in Web IDE1399 when a file with the same name already exists1400[Dec 02 2024 18:16:16 UTC (QA Tests ENV-1)] INFO -- Starting test: Create Upload a file in Web IDE when a file with the same name already exists throws an error1401[Dec 02 2024 18:16:16 UTC (QA Tests ENV-1)] INFO -- Creating test user1402[Dec 02 2024 18:16:17 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-460904d57dda2814' via api in 0.1 seconds1403[Dec 02 2024 18:16:17 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-460904d57dda2814' via api in 0.64 seconds1404[Dec 02 2024 18:16:17 UTC (QA Tests ENV-1)] INFO -- filling :username-field with "qa-user-460904d57dda2814"1405[Dec 02 2024 18:16:17 UTC (QA Tests ENV-1)] INFO -- filling :password-field with "*****"1406[Dec 02 2024 18:16:17 UTC (QA Tests ENV-1)] INFO -- clicking :sign-in-button1407[Dec 02 2024 18:16:22 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-2449fd71adec' via api in 1.04 seconds1408[Dec 02 2024 18:16:23 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-2449fd71adec/qa-test-2024-12-02-18-09-14-f1e89d642bb4105f' via api in 1.71 seconds1409[Dec 02 2024 18:16:25 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-2449fd71adec/qa-test-2024-12-02-18-09-14-f1e89d642bb4105f/webide-upload-file-project-85c1d4ee11a75b7e' via api in 3.76 seconds1410[Dec 02 2024 18:16:25 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-2449fd71adec/qa-test-2024-12-02-18-09-14-f1e89d642bb4105f/webide-upload-file-project-85c1d4ee11a75b7e1411[Dec 02 2024 18:16:26 UTC (QA Tests ENV-1)] INFO -- clicking :action-dropdown1412[Dec 02 2024 18:16:26 UTC (QA Tests ENV-1)] INFO -- clicking :webide-menu-item1413[Dec 02 2024 18:16:33 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'has_element? broadcast-notification-container' took 6.037s1414[Dec 02 2024 18:16:34 UTC (QA Tests ENV-1)] INFO -- clicking :span[aria-label="Upload..."]1415 throws an error1416 when the file is a text file1417 behaves like upload a file1418[Dec 02 2024 18:16:34 UTC (QA Tests ENV-1)] INFO -- Starting test: Create Upload a file in Web IDE when the file is a text file behaves like upload a file verifies it successfully uploads and commits to a MR1419[Dec 02 2024 18:16:34 UTC (QA Tests ENV-1)] INFO -- Creating test user1420[Dec 02 2024 18:16:35 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-e85a06d9de3e4f86' via api in 0.12 seconds1421[Dec 02 2024 18:16:35 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-e85a06d9de3e4f86' via api in 0.64 seconds1422[Dec 02 2024 18:16:35 UTC (QA Tests ENV-1)] INFO -- filling :username-field with "qa-user-e85a06d9de3e4f86"1423[Dec 02 2024 18:16:35 UTC (QA Tests ENV-1)] INFO -- filling :password-field with "*****"1424[Dec 02 2024 18:16:36 UTC (QA Tests ENV-1)] INFO -- clicking :sign-in-button1425[Dec 02 2024 18:16:40 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-ed38f39be935' via api in 0.53 seconds1426[Dec 02 2024 18:16:41 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-ed38f39be935/qa-test-2024-12-02-18-09-14-cd06fcadf3e49e16' via api in 1.71 seconds1427[Dec 02 2024 18:16:43 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-ed38f39be935/qa-test-2024-12-02-18-09-14-cd06fcadf3e49e16/webide-upload-file-project-f1f056a41e56bd9f' via api in 3.4 seconds1428[Dec 02 2024 18:16:43 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-ed38f39be935/qa-test-2024-12-02-18-09-14-cd06fcadf3e49e16/webide-upload-file-project-f1f056a41e56bd9f1429[Dec 02 2024 18:16:45 UTC (QA Tests ENV-1)] INFO -- clicking :action-dropdown1430[Dec 02 2024 18:16:45 UTC (QA Tests ENV-1)] INFO -- clicking :webide-menu-item1431[Dec 02 2024 18:16:51 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'has_element? broadcast-notification-container' took 6.048s1432[Dec 02 2024 18:16:52 UTC (QA Tests ENV-1)] INFO -- clicking :span[aria-label="Upload..."]1433[Dec 02 2024 18:16:53 UTC (QA Tests ENV-1)] INFO -- clicking :.codicon-source-control-view-icon + .badge1434[Dec 02 2024 18:16:53 UTC (QA Tests ENV-1)] INFO -- clicking :div[aria-label="Commit and push to 'main'"]1435[Dec 02 2024 18:16:53 UTC (QA Tests ENV-1)] INFO -- clicking :.monaco-button1436[Dec 02 2024 18:16:56 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'has_text? Loading GitLab Web IDE...' took 1.017s1437[Dec 02 2024 18:16:56 UTC (QA Tests ENV-1)] INFO -- clicking :.monaco-button1438 verifies it successfully uploads and commits to a MR1439 when the file is an image1440 behaves like upload a file1441[Dec 02 2024 18:16:58 UTC (QA Tests ENV-1)] INFO -- Starting test: Create Upload a file in Web IDE when the file is an image behaves like upload a file verifies it successfully uploads and commits to a MR1442[Dec 02 2024 18:16:58 UTC (QA Tests ENV-1)] INFO -- Creating test user1443[Dec 02 2024 18:16:59 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-ab886747ccb1da38' via api in 0.1 seconds1444[Dec 02 2024 18:16:59 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-ab886747ccb1da38' via api in 0.7 seconds1445[Dec 02 2024 18:16:59 UTC (QA Tests ENV-1)] INFO -- filling :username-field with "qa-user-ab886747ccb1da38"1446[Dec 02 2024 18:16:59 UTC (QA Tests ENV-1)] INFO -- filling :password-field with "*****"1447[Dec 02 2024 18:16:59 UTC (QA Tests ENV-1)] INFO -- clicking :sign-in-button1448[Dec 02 2024 18:17:04 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-8bf4dff2cf4d' via api in 0.58 seconds1449[Dec 02 2024 18:17:05 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-8bf4dff2cf4d/qa-test-2024-12-02-18-09-14-9d1841fa990ea051' via api in 1.32 seconds1450[Dec 02 2024 18:17:06 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-8bf4dff2cf4d/qa-test-2024-12-02-18-09-14-9d1841fa990ea051/webide-upload-file-project-c003d061e6a17ad8' via api in 2.94 seconds1451[Dec 02 2024 18:17:06 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-8bf4dff2cf4d/qa-test-2024-12-02-18-09-14-9d1841fa990ea051/webide-upload-file-project-c003d061e6a17ad81452[Dec 02 2024 18:17:08 UTC (QA Tests ENV-1)] INFO -- clicking :action-dropdown1453[Dec 02 2024 18:17:08 UTC (QA Tests ENV-1)] INFO -- clicking :webide-menu-item1454[Dec 02 2024 18:17:16 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'has_element? broadcast-notification-container' took 6.681s1455[Dec 02 2024 18:17:16 UTC (QA Tests ENV-1)] INFO -- clicking :span[aria-label="Upload..."]1456[Dec 02 2024 18:17:17 UTC (QA Tests ENV-1)] INFO -- clicking :.codicon-source-control-view-icon + .badge1457[Dec 02 2024 18:17:18 UTC (QA Tests ENV-1)] INFO -- clicking :div[aria-label="Commit and push to 'main'"]1458[Dec 02 2024 18:17:18 UTC (QA Tests ENV-1)] INFO -- clicking :.monaco-button1459[Dec 02 2024 18:17:20 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'has_text? Loading GitLab Web IDE...' took 1.043s1460[Dec 02 2024 18:17:20 UTC (QA Tests ENV-1)] INFO -- clicking :.monaco-button1461 verifies it successfully uploads and commits to a MR1462[Dec 02 2024 18:17:22 UTC (QA Tests ENV-1)] INFO -- Creating test user1463[Dec 02 2024 18:17:23 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with username 'qa-user-ffb7790a04f3856f' via api in 0.12 seconds1464[Dec 02 2024 18:17:23 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-ffb7790a04f3856f' via api in 0.88 seconds1465Create1466 Default merge request templates1467[Dec 02 2024 18:17:23 UTC (QA Tests ENV-1)] INFO -- Starting test: Create Default merge request templates uses default template when creating a merge request1468[Dec 02 2024 18:17:24 UTC (QA Tests ENV-1)] INFO -- filling :username-field with "qa-user-ffb7790a04f3856f"1469[Dec 02 2024 18:17:24 UTC (QA Tests ENV-1)] INFO -- filling :password-field with "*****"1470[Dec 02 2024 18:17:24 UTC (QA Tests ENV-1)] INFO -- clicking :sign-in-button1471[Dec 02 2024 18:17:29 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'qa-sandbox-43f91c112fb3' via api in 0.91 seconds1472[Dec 02 2024 18:17:30 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Group with full_path 'qa-sandbox-43f91c112fb3/qa-test-2024-12-02-18-09-14-022d2e282324fa0e' via api in 1.6 seconds1473[Dec 02 2024 18:17:32 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Project with full_path 'qa-sandbox-43f91c112fb3/qa-test-2024-12-02-18-09-14-022d2e282324fa0e/default-mr-template-project-917b06d73d61adae' via api in 3.69 seconds1474[Dec 02 2024 18:17:32 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-43f91c112fb3/qa-test-2024-12-02-18-09-14-022d2e282324fa0e/default-mr-template-project-917b06d73d61adae1475[Dec 02 2024 18:17:33 UTC (QA Tests ENV-1)] INFO -- clicking :menu-section-button1476[Dec 02 2024 18:17:33 UTC (QA Tests ENV-1)] INFO -- clicking :nav-item-link1477[Dec 02 2024 18:17:34 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'click_element nav-item-link' took 1.076s1478[Dec 02 2024 18:17:34 UTC (QA Tests ENV-1)] INFO -- filling :default-merge-request-template-field with "This is a default merge request template"1479[Dec 02 2024 18:17:35 UTC (QA Tests ENV-1)] INFO -- clicking :save-merge-request-changes-button1480[Dec 02 2024 18:17:36 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'click_element save-merge-request-changes-button' took 1.302s1481[Dec 02 2024 18:17:37 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.8 seconds1482[Dec 02 2024 18:17:39 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.06 seconds1483[Dec 02 2024 18:17:39 UTC (QA Tests ENV-1)] INFO -- Visiting QA::Resource::Project at http://gitlab.172.18.0.2.nip.io/qa-sandbox-43f91c112fb3/qa-test-2024-12-02-18-09-14-022d2e282324fa0e/default-mr-template-project-917b06d73d61adae1484[Dec 02 2024 18:17:50 UTC (QA Tests ENV-1)] INFO -- clicking :menu-section-button1485[Dec 02 2024 18:17:50 UTC (QA Tests ENV-1)] INFO -- clicking :nav-item-link1486[Dec 02 2024 18:17:51 UTC (QA Tests ENV-1)] INFO -- clicking :new-merge-request-button1487[Dec 02 2024 18:17:52 UTC (QA Tests ENV-1)] INFO -- clicking :compare-dropdown1488[Dec 02 2024 18:17:53 UTC (QA Tests ENV-1)] INFO -- Searching in dropdown: "qa-test-feature-52f185d47f117519"1489[Dec 02 2024 18:17:53 UTC (QA Tests ENV-1)] INFO -- clicking :compare-branches-button1490[Dec 02 2024 18:17:55 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'click_element compare-branches-button' took 1.76s1491[Dec 02 2024 18:17:55 UTC (QA Tests ENV-1)] INFO -- filling :issuable-form-title-field with "QA test - merge request"1492[Dec 02 2024 18:17:55 UTC (QA Tests ENV-1)] INFO -- clicking :issuable-create-button and ensuring QA::Page::MergeRequest::Show is present1493[Dec 02 2024 18:17:58 UTC (QA Tests ENV-1)] WARN -- Potentially Slow Code 'click_element issuable-create-button' took 2.516s1494[Dec 02 2024 18:17:58 UTC (QA Tests ENV-1)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 21.78 seconds1495 uses default template when creating a merge request1496[Dec 02 2024 18:17:58 UTC (QA Tests ENV-1)] INFO -- [influxdb exporter]: Pushed 12 test execution entries to influxdb1497[Dec 02 2024 18:17:59 UTC (QA Tests ENV-1)] INFO -- [influxdb exporter]: Pushed 12 test execution entries to GCS1498[Dec 02 2024 18:18:00 UTC (QA Tests ENV-1)] INFO -- [influxdb exporter]: Pushed 75 resource fabrication entries to influxdb1499[Dec 02 2024 18:18:00 UTC (QA Tests ENV-1)] INFO -- [influxdb exporter]: Pushed 75 resource fabrication entries to GCS1500[Dec 02 2024 18:18:00 UTC (QA Tests ENV-1)] INFO -- [influxdb exporter]: Pushed 1572 code runtime entries to influxdb1501[Dec 02 2024 18:18:00 UTC (QA Tests ENV-1)] INFO -- [influxdb exporter]: Saving test metrics json not enabled, skipping1502Pending: (Failures listed here are expected and do not affect your suite's status)1503 1) Monitor Product Analytics displays events from ruby sdk1504 # Test is not compatible with this environment or pipeline1505 # ./qa/specs/features/ee/browser_ui/8_monitor/product_analytics/ruby_sdk_event_spec.rb:281506 2) Govern Vulnerability Report checks explain this vulnerability AI feature1507 # Test is not compatible with this environment or pipeline1508 # ./qa/specs/features/ee/browser_ui/10_govern/explain_this_vulnerability_spec.rb:571509 3) Data Stores Subgroup transfer transfers a subgroup to another group1510 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4716991511 # ./qa/specs/features/browser_ui/9_data_stores/group/transfer_group_spec.rb:191512Finished in 9 minutes 6 seconds (files took 1.52 seconds to load)151312 examples, 0 failures, 3 pending1514Randomized with seed 31982151552 examples, 0 failures, 8 pendings1516Took 550 seconds (9:10)1517Test run finished successfully1519Running after script...1520$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command1521$ cd qa1522$ bundle exec cng log events --save1523Fetching events1524 saving events to separate file in the current directory1525 created file 'deployment-events.log'1526$ bundle exec cng log pods --save --containers all --no-fail-on-missing-pods1527Fetching logs for pods 'gitlab-gitaly-0, gitlab-gitlab-shell-7b8c7fd999-fl48d, gitlab-gitlab-shell-7b8c7fd999-lfzrj, gitlab-kas-848d6cb56c-s92ht, gitlab-migrations-1dd9b32-6vdws, gitlab-minio-76f8f6cd6f-hb4b9, gitlab-minio-create-buckets-408c1e8-76sk4, gitlab-nginx-ingress-controller-85ff554bd-dgbjn, gitlab-postgresql-0, gitlab-redis-master-0, gitlab-registry-c594bb669-qzckz, gitlab-sidekiq-all-in-1-v2-7884d5c556-kf45b, gitlab-toolbox-6b6f899667-gwrmb, gitlab-webservice-default-fd845c5bd-cth8z'1528 saving logs to separate files in the current directory1529 created file 'gitlab-gitaly-0.log'1530 created file 'gitlab-gitlab-shell-7b8c7fd999-fl48d.log'1531 created file 'gitlab-gitlab-shell-7b8c7fd999-lfzrj.log'1532 created file 'gitlab-kas-848d6cb56c-s92ht.log'1533 created file 'gitlab-migrations-1dd9b32-6vdws.log'1534 created file 'gitlab-minio-create-buckets-408c1e8-76sk4.log'1535 created file 'gitlab-nginx-ingress-controller-85ff554bd-dgbjn.log'1536 created file 'gitlab-postgresql-0.log'1537 created file 'gitlab-redis-master-0.log'1538 created file 'gitlab-registry-c594bb669-qzckz.log'1539 created file 'gitlab-sidekiq-all-in-1-v2-7884d5c556-kf45b.log'1540 created file 'gitlab-toolbox-6b6f899667-gwrmb.log'1541 created file 'gitlab-webservice-default-fd845c5bd-cth8z.log'1542$ bundle exec cng create deployment "${DEPLOYMENT_TYPE}" \ # collapsed multi-line command1543Received --print-deploy-args option, printing example of all deployment arguments!1544To reproduce CI deployment, run cng with following arguments:1545 cng create deployment kind --set gitlab.gitaly.image.repository=registry.gitlab.com/gitlab-org/build/cng-mirror/gitaly --set gitlab.gitaly.image.tag=96b154da1923b73abd2c3f8fa9a932e5c371e75c --set gitlab.gitlab-shell.image.repository=registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell --set gitlab.gitlab-shell.image.tag=v14.39.0 --set gitlab.migrations.image.repository=registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-toolbox-ee --set gitlab.migrations.image.tag=71659cf726d2c2110155e93e638a503d09915ddf --set gitlab.toolbox.image.repository=registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-toolbox-ee --set gitlab.toolbox.image.tag=71659cf726d2c2110155e93e638a503d09915ddf --set gitlab.sidekiq.annotations.commit=71659cf7 --set gitlab.sidekiq.image.repository=registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-sidekiq-ee --set gitlab.sidekiq.image.tag=71659cf726d2c2110155e93e638a503d09915ddf --set gitlab.webservice.annotations.commit=71659cf7 --set gitlab.webservice.image.repository=registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-webservice-ee --set gitlab.webservice.image.tag=71659cf726d2c2110155e93e638a503d09915ddf --set gitlab.webservice.workhorse.image=registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-workhorse-ee --set gitlab.webservice.workhorse.tag=71659cf726d2c2110155e93e638a503d09915ddf --env COVERBAND_ENABLED= --chart-sha 37f35b47e7762d1c4b229ed7f00579666d9c0d9c1547Not uploading cache qa-ruby-gems-debian-bookworm-ruby-3.2.5-a48f90549fae3a41575c88f57096fd6d655cd2a4-21 due to policy1549Uploading artifacts...1550qa/tmp: found 213 matching artifact files and directories 1551/builds/gitlab-org/gitlab/qa/*.log: found 14 matching artifact files and directories 1552Uploading artifacts as "archive" to coordinator... 201 Created id=8522631273 responseStatus=201 Created token=glcbt-661553Uploading artifacts...1554qa/tmp/rspec-*.xml: found 4 matching artifact files and directories 1555Uploading artifacts as "junit" to coordinator... 201 Created id=8522631273 responseStatus=201 Created token=glcbt-661556Uploading artifacts...1557/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 1558Uploading artifacts as "dotenv" to coordinator... 201 Created id=8522631273 responseStatus=201 Created token=glcbt-661560Job succeeded