whoami: 1009160000 Cypress Base URL: https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com ./../execute_alc_interop_commands.sh: line 21: FROM: command not found ./../execute_alc_interop_commands.sh: line 24: RUN: command not found ./../execute_alc_interop_commands.sh: line 25: WORKDIR: command not found ./../execute_alc_interop_commands.sh: line 26: COPY: command not found ./../execute_alc_interop_commands.sh: line 27: WORKDIR: command not found ./../execute_alc_interop_commands.sh: line 31: ENV: command not found ./../execute_alc_interop_commands.sh: line 34: RUN: command not found ./../execute_alc_interop_commands.sh: line 41: RUN: command not found ./../execute_alc_interop_commands.sh: line 42: RUN: command not found WARNING: Using insecure TLS client config. Setting this option is not supported! You must obtain an API token by visiting https://oauth-openshift.apps.collective.aws.red-chesterfield.com/oauth/token/request + cd cypress/scripts/gitSetup + bash -x ./reinit.sh + KUBECONFIG=/alabama/.kube/config + KUBECTL_CMD='oc --kubeconfig /alabama/.kube/config --insecure-skip-tls-verify=true' + GIT_HOSTNAME=gogs-svc-git-server.apps.collective.aws.red-chesterfield.com + echo 'Git hostname is gogs-svc-git-server.apps.collective.aws.red-chesterfield.com' Git hostname is gogs-svc-git-server.apps.collective.aws.red-chesterfield.com + echo 'Switching to gogs namespace' Switching to gogs namespace + oc --kubeconfig /alabama/.kube/config --insecure-skip-tls-verify=true project git-server error: stat /alabama/.kube/config: no such file or directory ++ oc --kubeconfig /alabama/.kube/config --insecure-skip-tls-verify=true get pod -n git-server -o=custom-columns=DATA:metadata.name ++ grep gogs- error: stat /alabama/.kube/config: no such file or directory + GOGS_POD_NAME= + '[' 1 -ne 0 ']' + echo 'failed to get the pod name' failed to get the pod name + echo 'MTLS Test Environment setup failure or already operational' MTLS Test Environment setup failure or already operational + echo 'Gogs pod name is ' Gogs pod name is + echo 'Adding testadmin user in Gogs' Adding testadmin user in Gogs + oc --kubeconfig /alabama/.kube/config --insecure-skip-tls-verify=true exec -- /tmp/adduser.sh error: stat /alabama/.kube/config: no such file or directory + '[' 1 -ne 0 ']' + echo 'failed to add testadmin user or it already exists' failed to add testadmin user or it already exists + echo 'MTLS Test Environment setup failure or already operational' MTLS Test Environment setup failure or already operational ++ curl -u testadmin:testadmin -X POST -H 'content-type: application/json' -d '{"name": "testrepo", "description": "test repo", "private": false}' --write-out '%{http_code}' --silent --output /dev/null https://gogs-svc-git-server.apps.collective.aws.red-chesterfield.com/api/v1/admin/users/testadmin/repos --cacert ./serverCert/server.crt --key ./clientCert/client.key --cert ./clientCert/client.crt -v * Trying 44.213.251.53... * TCP_NODELAY set * Connected to gogs-svc-git-server.apps.collective.aws.red-chesterfield.com (44.213.251.53) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: ./serverCert/server.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Request CERT (13): { [162 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [2017 bytes data] * TLSv1.3 (OUT), TLS alert, unknown CA (560): } [2 bytes data] * SSL certificate problem: self signed certificate in certificate chain * Closing connection 0 + RESPONSE=000 + '[' 60 -ne 0 ']' + echo 'failed to create testrepo' failed to create testrepo + echo 'MTLS Test Environment setup failure or already operational' MTLS Test Environment setup failure or already operational + echo 'RESPONSE = 000' RESPONSE = 000 + '[' 000 -eq 500 ']' + '[' 000 -eq 501 ']' + '[' 000 -eq 502 ']' + '[' 000 -eq 503 ']' + '[' 000 -eq 504 ']' + rm -fr testrepo + mkdir testrepo + cd testrepo + git init hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m Initialized empty Git repository in /tmp/alc/tests/cypress/scripts/gitSetup/testrepo/.git/ + git config user.email testadmin@redhat.com + git config user.name testadmin + git config http.sslCert ../clientCert/client.crt + git config http.sslKey ../clientCert/client.key + git config http.sslCAInfo ../serverCert/server.crt + cp -r ../repoContents/testConfigMap.yaml . + git add . + git commit -m 'first commit' [master (root-commit) 34c3854] first commit 1 file changed, 6 insertions(+) create mode 100644 testConfigMap.yaml + git push XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/testadmin/testrepo.git --all fatal: unable to access 'https://gogs-svc-git-server.apps.collective.aws.red-chesterfield.com/testadmin/testrepo.git/': SSL certificate problem: self signed certificate in certificate chain + '[' 128 -ne 0 ']' + echo 'failed to push to testrepo Git repository' failed to push to testrepo Git repository + echo 'MTLS Test Environment setup failure or already operational' MTLS Test Environment setup failure or already operational + export CYPRESS_OC_CLUSTER_USER=kubeadmin + CYPRESS_OC_CLUSTER_USER=kubeadmin + export CYPRESS_OC_CLUSTER_PASS=D9XB5-9bQsB-XWakb-qZmoj + CYPRESS_OC_CLUSTER_PASS=D9XB5-9bQsB-XWakb-qZmoj + export CYPRESS_OC_CLUSTER_URL=https://api.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com:6443 + CYPRESS_OC_CLUSTER_URL=https://api.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com:6443 + export CYPRESS_BASE_URL=https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com + CYPRESS_BASE_URL=https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com + export CYPRESS_OBJECTSTORE_PRIVATE_URL=http://minio-minio.apps.hivemind-b.aws.red-chesterfield.com/alc-qe-bucket + CYPRESS_OBJECTSTORE_PRIVATE_URL=http://minio-minio.apps.hivemind-b.aws.red-chesterfield.com/alc-qe-bucket + export CYPRESS_OBJECTSTORE_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXX + CYPRESS_OBJECTSTORE_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXX + export CYPRESS_OBJECTSTORE_SECRET_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + CYPRESS_OBJECTSTORE_SECRET_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + export ANSIBLE_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + ANSIBLE_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + export ANSIBLE_URL=https://XXXXX-test-ansible.install.dev09.red-chesterfield.com + ANSIBLE_URL=https://XXXXX-test-ansible.install.dev09.red-chesterfield.com + export CYPRESS_TEST_MODE=integration + CYPRESS_TEST_MODE=integration + export CYPRESS_CLEANUP=true + CYPRESS_CLEANUP=true + export TEST_TAGS=@ocpInterop + TEST_TAGS=@ocpInterop + export GITHUB_PRIVATE_URL=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + GITHUB_PRIVATE_URL=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + export GITHUB_USER=XXXXXXXX + GITHUB_USER=XXXXXXXX + export GITHUB_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + GITHUB_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + export BROWSER=chrome + BROWSER=chrome + [[ -z kubeadmin ]] + [[ -z D9XB5-9bQsB-XWakb-qZmoj ]] + [[ -z https://api.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com:6443 ]] + cd /tmp/alc/tests + rm -rf cypress/results + rm -rf userCreatedByTestSuite + set +x WARNING: Using insecure TLS client config. Setting this option is not supported! Login successful. You have access to 87 projects, the list has been suppressed. You can list all projects with 'oc projects' Using project "default". + echo 'Install argocd cli ...' Install argocd cli ... + curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64 + chmod +x /usr/local/bin/argocd + npx cypress run --browser chrome --headless --spec cypress/tests/integration/Allow_Deny_List_Git_Test_Suite.js cypress/tests/integration/Allow_Deny_List_Ignore_Test_Suite.js cypress/tests/integration/Ansible_Large_Scale_Basic_Test_Suite.js cypress/tests/integration/Ansible_Tags_Test_Suite.js cypress/tests/integration/Ansible_Test_Suite.js cypress/tests/integration/App_Label_Test_Suite.js cypress/tests/integration/App_Metrics_Failed_Test_Suite.js cypress/tests/integration/App_Metrics_Succss_Test_Suite.js cypress/tests/integration/Application_Addon_Test_Suite.js cypress/tests/integration/Argo_App_Table_Test_Suite.js cypress/tests/integration/Argo_Application_Test_Suite.js cypress/tests/integration/Argo_Appset_Row_Action_Test_Suite.js cypress/tests/integration/Argo_Appset_Wizard_Test_Suite.js cypress/tests/integration/Backup_Label_Test_Suite.js cypress/tests/integration/Console_UI_Changes_Test_Suite.js cypress/tests/integration/Do_Not_Delete_Test_Suite.js cypress/tests/integration/Flux_Application_Local_Test_Suite.js cypress/tests/integration/Flux_Application_Managed_Test_Suite.js cypress/tests/integration/Git_Application_Test_Suite.js cypress/tests/integration/Helm_Application_Test_Suite.js cypress/tests/integration/Helm_Chart_No_Match_Test_Suite.js cypress/tests/integration/Helm_Resource_Recreation_Test_Suite.js cypress/tests/integration/ManagedClustersLabels.js cypress/tests/integration/Managed_Service_Account_Test_Suite.js cypress/tests/integration/Namespace_Name_Length_Test_Suite.js cypress/tests/integration/Object_Storage_Application_Test_Suite.js cypress/tests/integration/Openshift_Application_Test_Suite.js cypress/tests/integration/Proxy_Test_Suite.js cypress/tests/integration/Pull_Model_Degraded_Test_Suite.js cypress/tests/integration/Pull_Model_Git_Test_Suite.js cypress/tests/integration/Pull_Model_Helm_Test_Suite.js cypress/tests/integration/Restore_Hibernated_Cluster.js cypress/tests/integration/Secondary_Channel_Test_Suite.js cypress/tests/integration/Subscription_Admin_Role_Test_Suite.js cypress/tests/integration/mTLS_Test_Suite.js --env grepTags=@ocpInterop ⚠ Warning: It looks like you're passing --spec a space-separated list of arguments: "cypress/tests/integration/Allow_Deny_List_Git_Test_Suite.js cypress/tests/integration/Allow_Deny_List_Ignore_Test_Suite.js cypress/tests/integration/Ansible_Large_Scale_Basic_Test_Suite.js cypress/tests/integration/Ansible_Tags_Test_Suite.js cypress/tests/integration/Ansible_Test_Suite.js cypress/tests/integration/App_Label_Test_Suite.js cypress/tests/integration/App_Metrics_Failed_Test_Suite.js cypress/tests/integration/App_Metrics_Succss_Test_Suite.js cypress/tests/integration/Application_Addon_Test_Suite.js cypress/tests/integration/Argo_App_Table_Test_Suite.js cypress/tests/integration/Argo_Application_Test_Suite.js cypress/tests/integration/Argo_Appset_Row_Action_Test_Suite.js cypress/tests/integration/Argo_Appset_Wizard_Test_Suite.js cypress/tests/integration/Backup_Label_Test_Suite.js cypress/tests/integration/Console_UI_Changes_Test_Suite.js cypress/tests/integration/Do_Not_Delete_Test_Suite.js cypress/tests/integration/Flux_Application_Local_Test_Suite.js cypress/tests/integration/Flux_Application_Managed_Test_Suite.js cypress/tests/integration/Git_Application_Test_Suite.js cypress/tests/integration/Helm_Application_Test_Suite.js cypress/tests/integration/Helm_Chart_No_Match_Test_Suite.js cypress/tests/integration/Helm_Resource_Recreation_Test_Suite.js cypress/tests/integration/ManagedClustersLabels.js cypress/tests/integration/Managed_Service_Account_Test_Suite.js cypress/tests/integration/Namespace_Name_Length_Test_Suite.js cypress/tests/integration/Object_Storage_Application_Test_Suite.js cypress/tests/integration/Openshift_Application_Test_Suite.js cypress/tests/integration/Proxy_Test_Suite.js cypress/tests/integration/Pull_Model_Degraded_Test_Suite.js cypress/tests/integration/Pull_Model_Git_Test_Suite.js cypress/tests/integration/Pull_Model_Helm_Test_Suite.js cypress/tests/integration/Restore_Hibernated_Cluster.js cypress/tests/integration/Secondary_Channel_Test_Suite.js cypress/tests/integration/Subscription_Admin_Role_Test_Suite.js cypress/tests/integration/mTLS_Test_Suite.js" This will work, but it's not recommended. If you are trying to pass multiple arguments, separate them with commas instead: cypress run --spec arg1,arg2,arg3 The most common cause of this warning is using an unescaped glob pattern. If you are trying to pass a glob pattern, escape it using quotes: cypress run --spec "**/*.spec.js" It looks like this is your first time using Cypress: 9.7.0 [STARTED] Task without title. [SUCCESS] Task without title. Opening Cypress... [407:0502/223918.431195:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 560: Permission denied (13) [560:0502/223918.452867:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process. [560:0502/223918.455522:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported. cypress-grep: filtering using tag(s) "@ocpInterop" cypress-grep: will omit filtered tests cypress-grep: filtering specs using tag "@ocpInterop" ====================================================================================================  (Run Starting)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Cypress: 9.7.0 │  │ Browser: Chrome 114 (headless) │  │ Node Version: v14.21.1 (/usr/bin/node) │  │ Specs: 3 found (integration/Git_Application_Test_Suite.js, integration/Helm_Applicati │  │ on_Test_Suite.js, integration/Object_Storage_Application_Test_Suite.js) │  │ Searched: cypress/tests/integration/Allow_Deny_List_Git_Test_Suite.js, cypress/tests/int │  │ egration/Allow_Deny_List_Ignore_Test_Suite.js, cypress/tests/integration/Ansib │  │ le_Large_Scale_Basic_Test_Suite.js, cypress/tests/integration/Ansible_Tags_Tes │  │ t_Suite.js, cypress/tests/integration/Ansible_Test_Suite.js, cypress/tests/int │  │ egration/App_Label_Test_Suite.js, cypress/tests/integration/App_Metrics_Failed │  │ _Test_Suite.js, cypress/tests/integration/App_Metrics_Succss_Test_Suite.js, cy │  │ press/tests/integration/Application_Addon_Test_Suite.js, cypress/tests/integra │  │ tion/Argo_App_Table_Test_Suite.js, cypress/tests/integration/Argo_Application_ │  │ Test_Suite.js, cypress/tests/integration/Argo_Appset_Row_Action_Test_Suite.js, │  │  cypress/tests/integration/Argo_Appset_Wizard_Test_Suite.js, cypress/tests/int │  │ egration/Backup_Label_Test_Suite.js, cypress/tests/integration/Console_UI_Chan │  │ ges_Test_Suite.js, cypress/tests/integration/Do_Not_Delete_Test_Suite.js, cypr │  │ ess/tests/integration/Flux_Application_Local_Test_Suite.js, cypress/tests/inte │  │ gration/Flux_Application_Managed_Test_Suite.js, cypress/tests/integration/Git_ │  │ Application_Test_Suite.js, cypress/tests/integration/Helm_Application_Test_Sui │  │ te.js, cypress/tests/integration/Helm_Chart_No_Match_Test_Suite.js, cypress/te │  │ sts/integration/Helm_Resource_Recreation_Test_Suite.js, cypress/tests/integrat │  │ ion/ManagedClustersLabels.js, cypress/tests/integration/Managed_Service_Accoun │  │ t_Test_Suite.js, cypress/tests/integration/Namespace_Name_Length_Test_Suite.js │  │ , cypress/tests/integration/Object_Storage_Application_Test_Suite.js, cypress/ │  │ tests/integration/Openshift_Application_Test_Suite.js, cypress/tests/integrati │  │ on/Proxy_Test_Suite.js, cypress/tests/integration/Pull_Model_Degraded_Test_Sui │  │ te.js, cypress/tests/integration/Pull_Model_Git_Test_Suite.js, cypress/tests/i │  │ ntegration/Pull_Model_Helm_Test_Suite.js, cypress/tests/integration/Restore_Hi │  │ bernated_Cluster.js, cypress/tests/integration/Secondary_Channel_Test_Suite.js │  │ , cypress/tests/integration/Subscription_Admin_Role_Test_Suite.js, cypress/tes │  │ ts/integration/mTLS_Test_Suite.js │  └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: integration/Git_Application_Test_Suite.js (1 of 3) Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating   1) "before all" hook for "RHACM4K-7484: ALC: Create a Git Application deployed on a Local Cluster"   0 passing (2m)  1 failing  1) Application Lifecycle UI: Git Application Test Suite "before all" hook for "RHACM4K-7484: ALC: Create a Git Application deployed on a Local Cluster":  CypressError: `cy.exec('/bin/bash cypress/scripts/argocd-integration.sh skip-install')` failed because the command exited with a non-zero code. Pass `{failOnNonZeroExit: false}` to ignore exit code failures. Information about the failure: Code: 1 Stdout: e2e TEST - ArgoCD integration ==== Validating hub and spoke cluster access ==== Kubernetes control plane is running at https://api.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.c... Stderr: /usr/bin/bash: which: line 1: syntax error: unexpected end of file /usr/bin/bash: error importing function definition for `which' /bin/bash: which: line 1: syntax error: unexpected end of file /bin... https://on.cypress.io/exec Because this error occurred during a `before all` hook we are skipping all of the remaining tests. Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail at https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:161573:85 at tryCatcher (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:13022:23) at Promise._settlePromiseFromHandler (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:10957:31) at Promise._settlePromise (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11014:18) at Promise._settlePromise0 (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11059:10) at Promise._settlePromises (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11139:18) at _drainQueueStep (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7729:12) at _drainQueue (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7722:9) at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7738:5) at Async.drainQueues (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7608:14) From Your Spec Code: at Context.eval (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/support/index.js:1493:6)  [mochawesome] Report JSON saved to /tmp/alc/tests/cypress/results/json/mochawesome.json  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 4 │  │ Passing: 0 │  │ Failing: 1 │  │ Pending: 0 │  │ Skipped: 3 │  │ Screenshots: 1 │  │ Video: true │  │ Duration: 2 minutes, 18 seconds │  │ Spec Ran: integration/Git_Application_Test_Suite.js │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Screenshots)   - /tmp/alc/tests/cypress/results/screenshots/integration/Git_Application_Test_Suit (1280x720)   e.js/RHACM4K-7484 ALC Create a Git Application deployed on a Local Cluster -- be   fore all hook (failed).png  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/alc/tests/cypress/results/videos/integration/Git_Appli (10 seconds)   cation_Test_Suite.js.mp4 Compression progress: 100% ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: integration/Helm_Application_Test_Suite.js (2 of 3)   1) "before all" hook for "RHACM4K-7486: ALC: Create a Helm Application Deployed on a Specific Cluster"   0 passing (2m)  1 failing  1) ALC: Helm Application Test Suite "before all" hook for "RHACM4K-7486: ALC: Create a Helm Application Deployed on a Specific Cluster":  CypressError: `cy.exec('/bin/bash cypress/scripts/argocd-integration.sh skip-install')` failed because the command exited with a non-zero code. Pass `{failOnNonZeroExit: false}` to ignore exit code failures. Information about the failure: Code: 1 Stdout: e2e TEST - ArgoCD integration ==== Validating hub and spoke cluster access ==== Kubernetes control plane is running at https://api.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.c... Stderr: /usr/bin/bash: which: line 1: syntax error: unexpected end of file /usr/bin/bash: error importing function definition for `which' /bin/bash: which: line 1: syntax error: unexpected end of file /bin... https://on.cypress.io/exec Because this error occurred during a `before all` hook we are skipping all of the remaining tests. Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail at https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:161573:85 at tryCatcher (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:13022:23) at Promise._settlePromiseFromHandler (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:10957:31) at Promise._settlePromise (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11014:18) at Promise._settlePromise0 (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11059:10) at Promise._settlePromises (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11139:18) at _drainQueueStep (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7729:12) at _drainQueue (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7722:9) at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7738:5) at Async.drainQueues (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7608:14) From Your Spec Code: at Context.eval (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/support/index.js:1493:6)  [mochawesome] Report JSON saved to /tmp/alc/tests/cypress/results/json/mochawesome_001.json  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 4 │  │ Passing: 0 │  │ Failing: 1 │  │ Pending: 0 │  │ Skipped: 3 │  │ Screenshots: 1 │  │ Video: true │  │ Duration: 2 minutes, 18 seconds │  │ Spec Ran: integration/Helm_Application_Test_Suite.js │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Screenshots)   - /tmp/alc/tests/cypress/results/screenshots/integration/Helm_Application_Test_Sui (1280x720)   te.js/RHACM4K-7486 ALC Create a Helm Application Deployed on a Specific Cluster    -- before all hook (failed).png  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/alc/tests/cypress/results/videos/integration/Helm_Appl (10 seconds)   ication_Test_Suite.js.mp4 Compression progress: 100% ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: integration/Object_Storage_Application_Test_Suite.js (3 of 3)   1) "before all" hook for "RHACM4K-7485: ALC: Create an Object Storage Application Deployed on All Online Clusters and Local Cluster"   0 passing (2m)  1 failing  1) ALC: Object Storage Application Test Suite "before all" hook for "RHACM4K-7485: ALC: Create an Object Storage Application Deployed on All Online Clusters and Local Cluster":  CypressError: `cy.exec('/bin/bash cypress/scripts/argocd-integration.sh skip-install')` failed because the command exited with a non-zero code. Pass `{failOnNonZeroExit: false}` to ignore exit code failures. Information about the failure: Code: 1 Stdout: e2e TEST - ArgoCD integration ==== Validating hub and spoke cluster access ==== Kubernetes control plane is running at https://api.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.c... Stderr: /usr/bin/bash: which: line 1: syntax error: unexpected end of file /usr/bin/bash: error importing function definition for `which' /bin/bash: which: line 1: syntax error: unexpected end of file /bin... https://on.cypress.io/exec Because this error occurred during a `before all` hook we are skipping all of the remaining tests. Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail at https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:161573:85 at tryCatcher (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:13022:23) at Promise._settlePromiseFromHandler (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:10957:31) at Promise._settlePromise (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11014:18) at Promise._settlePromise0 (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11059:10) at Promise._settlePromises (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11139:18) at _drainQueueStep (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7729:12) at _drainQueue (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7722:9) at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7738:5) at Async.drainQueues (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7608:14) From Your Spec Code: at Context.eval (https://console-openshift-console.apps.ci-op-bgqfbds6-5d0a2.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/support/index.js:1493:6)  [mochawesome] Report JSON saved to /tmp/alc/tests/cypress/results/json/mochawesome_002.json  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 4 │  │ Passing: 0 │  │ Failing: 1 │  │ Pending: 0 │  │ Skipped: 3 │  │ Screenshots: 1 │  │ Video: true │  │ Duration: 2 minutes, 17 seconds │  │ Spec Ran: integration/Object_Storage_Application_Test_Suite.js │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Screenshots)   - /tmp/alc/tests/cypress/results/screenshots/integration/Object_Storage_Applicatio (1280x720)   n_Test_Suite.js/RHACM4K-7485 ALC Create an Object Storage Application Deployed o   n All Online Clusters and Local Cluster -- before all hook (failed).png  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/alc/tests/cypress/results/videos/integration/Object_St (9 seconds)   orage_Application_Test_Suite.js.mp4 ====================================================================================================  (Run Finished)   Spec Tests Passing Failing Pending Skipped    ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ ✖ integration/Git_Application_Test_Su 02:18 4 - 1 - 3 │  │ ite.js │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✖ integration/Helm_Application_Test_S 02:18 4 - 1 - 3 │  │ uite.js │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✖ integration/Object_Storage_Applicat 02:17 4 - 1 - 3 │  │ ion_Test_Suite.js │  └────────────────────────────────────────────────────────────────────────────────────────────────┘   ✖ 3 of 3 failed (100%) 06:55 12 - 3 - 9   + echo 'Continuing with next test' Continuing with next test