Skip to content

Comments

WIP: stone-prod-p02: loki ingesters oomkilled fix#10580

Open
olegbet wants to merge 3 commits intoredhat-appstudio:mainfrom
olegbet:stone-prod-p02_ingesters_oomkilled_fix
Open

WIP: stone-prod-p02: loki ingesters oomkilled fix#10580
olegbet wants to merge 3 commits intoredhat-appstudio:mainfrom
olegbet:stone-prod-p02_ingesters_oomkilled_fix

Conversation

@olegbet
Copy link
Contributor

@olegbet olegbet commented Feb 18, 2026

KONFLUX-11582

Signed-off-by: obetsun obetsun@redhat.com

rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED

KONFLUX-11582

Signed-off-by: obetsun <obetsun@redhat.com>

rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED
@openshift-ci openshift-ci bot requested review from rh-hemartin and skoved February 18, 2026 09:52
@openshift-ci
Copy link

openshift-ci bot commented Feb 18, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: olegbet

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@github-actions
Copy link
Contributor

🤖 Gemini AI Assistant Available

Hi @olegbet! I'm here to help with your pull request. You can interact with me using the following commands:

Available Commands

  • @gemini-cli /review - Request a comprehensive code review

    • Example: @gemini-cli /review Please focus on security and performance
  • @gemini-cli <your question> - Ask me anything about the codebase

    • Example: @gemini-cli How can I improve this function?
    • Example: @gemini-cli What are the best practices for error handling here?

How to Use

  1. Simply type one of the commands above in a comment on this PR
  2. I'll analyze your code and provide detailed feedback
  3. You can track my progress in the workflow logs

Permissions

Only OWNER, MEMBER, or COLLABORATOR users can trigger my responses. This ensures secure and appropriate usage.


This message was automatically added to help you get started with the Gemini AI assistant. Feel free to delete this comment if you don't need assistance.

@github-actions
Copy link
Contributor

🤖 Hi @olegbet, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@rh-hemartin
Copy link
Contributor

/lgtm

Signed-off-by: obetsun <obetsun@redhat.com>

rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED
@openshift-ci
Copy link

openshift-ci bot commented Feb 18, 2026

New changes are detected. LGTM label has been removed.

@konflux-ci-qe-bot
Copy link

🤖 Pipeline Failure Analysis

Category: Configuration

The main e2e test step failed because the ArgoCD application vector-kubearchive-log-collector-in-cluster-local could not sync due to a duplicated resource definition within its manifests.

📋 Technical Details

Immediate Cause

The appstudio-e2e-tests/redhat-appstudio-e2e step failed when the ArgoCD application vector-kubearchive-log-collector-in-cluster-local reported a RepeatedResourceWarning for /ServiceAccount/product-kubearchive-logging/minio-sa, preventing the application from fully syncing and causing the test step to terminate.

Contributing Factors

Multiple subsequent gather steps experienced DNS resolution failures for the OpenShift cluster's API server hostname (api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com), along with occasional I/O timeouts when connecting to its IP. This indicates underlying network instability or an unhealthy cluster state that likely complicated the application deployment and hindered successful test completion.

Impact

The application's failure to sync directly prevented the redhat-appstudio-e2e test suite from completing successfully. The widespread API connectivity issues then hampered post-failure diagnostic data collection for further analysis.

🔍 Evidence

appstudio-e2e-tests/gather-audit-logs

Category: infrastructure
Root Cause: The must-gather command failed to connect to the OpenShift cluster API due to a DNS resolution failure for the API server's hostname. The DNS server was unable to find the IP address for api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com.

Logs:

artifacts/appstudio-e2e-tests/gather-audit-logs/log.txt
Get "https://api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com:6443/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/must-gather": dial tcp: lookup api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/gather-audit-logs/log.txt
error getting cluster version: Get "https://api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com:6443/apis/config.openshift.io/v1/clusterversions/version": dial tcp: lookup api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/gather-audit-logs/log.txt
Error running must-gather collection:
    creating temp namespace: Post "https://api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com:6443/api/v1/namespaces": dial tcp: lookup api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host

appstudio-e2e-tests/gather-extra

Category: infrastructure
Root Cause: The DNS lookup for the OpenShift cluster's API server hostname failed, preventing the gather-extra step from establishing a connection to the cluster's API and subsequently collecting artifacts.

Logs:

artifacts/appstudio-e2e-tests/gather-extra/build-log.txt
E0218 11:04:46.749111      27 memcache.go:265] couldn't get current server API group list: Get "https://api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com:6443/api?timeout=5s": dial tcp: lookup api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/gather-extra/build-log.txt
Unable to connect to the server: dial tcp: lookup api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host

appstudio-e2e-tests/gather-must-gather

Category: infrastructure
Root Cause: The OpenShift cluster's API server was unreachable from the CI environment, preventing oc adm must-gather from collecting cluster information. This unreachability manifested as both I/O timeouts when attempting to connect to the API server's IP address and DNS resolution failures for its hostname.

Logs:

artifacts/appstudio-e2e-tests/gather-must-gather/build-log.txt
Error running must-gather collection:
    creating temp namespace: Post "https://api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com:6443/api/v1/namespaces": dial tcp [REDACTED: Public IP (ipv4)]: i/o timeout
artifacts/appstudio-e2e-tests/gather-must-gather/build-log.txt
E0218 11:04:39.078899      56 memcache.go:265] couldn't get current server API group list: Get "https://api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com:6443/api?timeout=32s": dial tcp: lookup api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/gather-must-gather/build-log.txt
error running backup collection: Get "https://api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com:6443/api?timeout=32s": dial tcp: lookup api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host

appstudio-e2e-tests/redhat-appstudio-e2e

Category: configuration
Root Cause: The ArgoCD application vector-kubearchive-log-collector-in-cluster-local failed to sync because its manifests contained a duplicated resource, /ServiceAccount/product-kubearchive-logging/minio-sa, which resulted in a RepeatedResourceWarning and prevented successful reconciliation. The step then timed out waiting for the application to become fully synced.

Logs:

artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt
[PROGRESS] Applications: 38/39 ready | 1 pending (0m 0s elapsed)
[INFO] Pending: vector-kubearchive-log-collector-in-cluster-local
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt
[WARN]   │     └─ [RepeatedResourceWarning] Resource /ServiceAccount/product-kubearchive-logging/minio-sa appeared 2 times among application resources.
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt
make: *** [Makefile:25: ci/test/e2e] Terminated

appstudio-e2e-tests/redhat-appstudio-gather

Category: infrastructure
Root Cause: The OpenShift cluster's API server hostname could not be resolved via DNS, leading to repeated "no such host" errors when the oc tool attempted to connect to the cluster. This indicates an underlying networking or DNS configuration issue.

Logs:

artifacts/appstudio-e2e-tests/redhat-appstudio-gather/build-log.txt
E0218 11:05:04.506991      46 memcache.go:265] couldn't get current server API group list: Get "https://api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com:6443/api?timeout=5s": dial tcp: lookup api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/redhat-appstudio-gather/build-log.txt
Unable to connect to the server: dial tcp: lookup api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/redhat-appstudio-gather/build-log.txt
Error running must-gather collection:
    creating temp namespace: Post "https://api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com:6443/api/v1/namespaces": dial tcp: lookup api.konflux-4-17-us-west-2-rxcl8.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host

Analysis powered by prow-failure-analysis | Build: 2024059404357210112

@olegbet olegbet changed the title stone-prod-p02: loki ingesters oomkilled fix WIP: stone-prod-p02: loki ingesters oomkilled fix Feb 18, 2026
@konflux-ci-qe-bot
Copy link

🤖 Pipeline Failure Analysis

Category: Configuration

The pipeline failed because the vector-kubearchive-log-collector-in-cluster-local ArgoCD application failed to synchronize due to a repeated ServiceAccount resource definition, leading to a deployment timeout.

📋 Technical Details

Immediate Cause

The ArgoCD application vector-kubearchive-log-collector-in-cluster-local could not achieve a synchronized state within the 45-minute timeout. This was directly caused by a RepeatedResourceWarning for the /ServiceAccount/product-kubearchive-logging/minio-sa resource, indicating a duplicate definition in the application manifests.

Contributing Factors

Several gather steps (gather-audit-logs, gather-extra, gather-must-gather, redhat-appstudio-gather) experienced widespread infrastructure issues, primarily DNS resolution failures (no such host) for the OpenShift API server hostname (api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com). Additionally, connection refused and i/o timeout errors were observed when attempting to connect to various cluster components and the API server. These issues suggest an underlying degraded state of the test cluster or its networking, which likely exacerbated the primary configuration-related deployment failure or indicated a general unstable environment.

Impact

The inability to synchronize the vector-kubearchive-log-collector-in-cluster-local application prevented the successful bootstrapping of the AppStudio environment. This directly blocked the execution of the end-to-end tests, causing the entire pipeline to fail.

🔍 Evidence

appstudio-e2e-tests/gather-audit-logs

Category: infrastructure
Root Cause: The root cause is a DNS resolution failure, where the system running the must-gather tool could not resolve the hostname of the OpenShift API server. This prevented any network communication with the target cluster, making it impossible to collect audit logs or other cluster information.

Logs:

artifacts/appstudio-e2e-tests/gather-audit-logs/build-log.txt
2026-02-18T13:09:19.228934905Z Get "https://api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com:6443/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/must-gather": dial tcp: lookup api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/gather-audit-logs/build-log.txt
error getting cluster version: Get "https://api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com:6443/apis/config.openshift.io/v1/clusterversions/version": dial tcp: lookup api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/gather-audit-logs/build-log.txt
Error running must-gather collection:
    creating temp namespace: Post "https://api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com:6443/api/v1/namespaces": dial tcp: lookup api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host

appstudio-e2e-tests/gather-extra

Category: infrastructure
Root Cause: The step failed to connect to the Kubernetes API server because its hostname could not be resolved via DNS, indicating a networking or availability issue with the target cluster or its DNS service.

Logs:

artifacts/appstudio-e2e-tests/gather-extra/build-log.txt
E0218 13:09:08.212384      30 memcache.go:265] couldn't get current server API group list: Get "https://api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com:6443/api?timeout=5s": dial tcp: lookup api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/gather-extra/build-log.txt
Unable to connect to the server: dial tcp: lookup api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host

appstudio-e2e-tests/gather-must-gather

Category: infrastructure
Root Cause: The OpenShift cluster's API server was unreachable due to widespread DNS resolution failures and network connectivity issues, leading to "no such host", "connection refused", and "i/o timeout" errors when trying to gather diagnostic information. This indicates a severe underlying problem with the cluster's networking or control plane components.

Logs:

artifacts/appstudio-e2e-tests/gather-must-gather/build-log.txt
Error running must-gather collection:
    creating temp clusterRoleBinding: Internal error occurred: failed calling webhook "validate.kyverno.svc-fail": failed to call webhook: Post "https://konflux-kyverno-svc.konflux-kyverno.svc:443/validate/fail?timeout=10s": dial tcp 10.128.2.59:9443: connect: connection refused
artifacts/appstudio-e2e-tests/gather-must-gather/build-log.txt
error running backup collection: inspection completed with the errors occurred while gathering data:
    [one or more errors occurred while gathering config.openshift.io resource data:

    [Get "https://api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com:6443/apis/config.openshift.io/v1/imagecontentpolicies": stream error: stream ID 37; INTERNAL_ERROR; received from peer, the server was unable to return a response in the time allotted, but may still be processing the request, Get "https://api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com:6443/apis/config.openshift.io/v1/dnses": dial tcp [REDACTED: Public IP (ipv4)]: connect: connection refused, Get "https://api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com:6443/apis/config.openshift.io/v1/proxies": dial tcp [REDACTED: Public IP (ipv4)]: i/o timeout, Get "https://api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com:6443/apis/config.openshift.io/v1/infrastructures": dial tcp [REDACTED: Public IP (ipv4)]: i/o timeout], skipping gathering authentications.operator.openshift.io/cluster due to error: Get "https://api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com:6443/apis/operator.openshift.io/v1/authentications/cluster": dial tcp: lookup api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/gather-must-gather/build-log.txt
error: creating temp clusterRoleBinding: Internal error occurred: failed calling webhook "validate.kyverno.svc-fail": failed to call webhook: Post "https://konflux-kyverno-svc.konflux-kyverno.svc:443/validate/fail?timeout=10s": dial tcp 10.128.2.59:9443: connect: connection refused

appstudio-e2e-tests/redhat-appstudio-e2e

Category: configuration
Root Cause: The ArgoCD application vector-kubearchive-log-collector-in-cluster-local failed to achieve a synchronized state due to a misconfiguration in its manifests, specifically a RepeatedResourceWarning for the /ServiceAccount/product-kubearchive-logging/minio-sa, indicating a duplicate resource definition. This prevented the application from syncing successfully within the generous 45-minute timeout.

Logs:

artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt
[2026-02-18 11:16:46] [PROGRESS] Applications: 36/39 ready | 3 pending (0m 0s elapsed)
[2026-02-18 11:16:46] [INFO] Pending: build-service-in-cluster-local,pipeline-service-in-cluster-local,vector-kubearchive-log-collector-in-cluster-local
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt
[2026-02-18 11:18:52] [INFO]   ├─ App: vector-kubearchive-log-collector-in-cluster-local
[2026-02-18 11:18:52] [INFO]   │  ├─ Sync Status: OutOfSync
[2026-02-18 11:18:52] [INFO]   │  ├─ Health Status: Healthy
[2026-02-18 11:18:52] [INFO]   │  ├─ Out-of-sync resources: 1
[2026-02-18 11:18:52] [WARN]   │  └─ Conditions:
[2026-02-18 11:18:52] [WARN]   │     └─ [RepeatedResourceWarning] Resource /ServiceAccount/product-kubearchive-logging/minio-sa appeared 2 times among application resources.
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt
[2026-02-18 12:01:53] [ERROR] TIMEOUT: Applications failed to sync within 45 minutes
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt
[2026-02-18 12:01:56] [ERROR] Failure Reason: ARGOCD_SYNC_TIMEOUT: 1 apps failed to sync
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt
[2026-02-18 12:01:56.860051   17414 utils.go:93] got an error: exit status 1 - will retry in 10s
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt
[2026-02-18 12:16:11] [PROGRESS] Applications: 38/39 ready | 1 pending (0m 0s elapsed)
[2026-02-18 12:16:11] [INFO] Pending: vector-kubearchive-log-collector-in-cluster-local
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt
[2026-02-18 12:18:17] [INFO]   ├─ App: vector-kubearchive-log-collector-in-cluster-local
[2026-02-18 12:18:17] [INFO]   │  ├─ Sync Status: OutOfSync
[2026-02-18 12:18:17] [INFO]   │  ├─ Health Status: Healthy
[2026-02-18 12:18:17] [INFO]   │  ├─ Out-of-sync resources: 1
[2026-02-18 12:18:17] [WARN]   │  └─ Conditions:
[2026-02-18 12:18:17] [WARN]   │     └─ [RepeatedResourceWarning] Resource /ServiceAccount/product-kubearchive-logging/minio-sa appeared 2 times among application resources.
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt
[2026-02-18 13:01:12] [ERROR] TIMEOUT: Applications failed to sync within 45 minutes
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt
[2026-02-18 13:01:16] [ERROR] Failure Reason: ARGOCD_SYNC_TIMEOUT: 1 apps failed to sync
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt
Error: error when bootstrapping cluster: reached maximum number of attempts (2). error: exit status 1

appstudio-e2e-tests/redhat-appstudio-gather

Category: infrastructure
Root Cause: The oc client within the must-gather step failed to resolve the OpenShift API server's hostname, api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com, due to a DNS lookup failure (no such host). This indicates an underlying network or DNS configuration issue in the test environment or the cluster.

Logs:

artifacts/appstudio-e2e-tests/redhat-appstudio-gather/build-log.txt
E0218 13:09:30.489880     147 memcache.go:265] couldn't get current server API group list: Get "https://api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com:6443/api?timeout=5s": dial tcp: lookup api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/redhat-appstudio-gather/build-log.txt
Unable to connect to the server: dial tcp: lookup api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/redhat-appstudio-gather/build-log.txt
Error running must-gather collection:
    creating temp namespace: Post "https://api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com:6443/api/v1/namespaces": dial tcp: lookup api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/redhat-appstudio-gather/build-log.txt
error running backup collection: Get "https://api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com:6443/api?timeout=32s": dial tcp: lookup api.konflux-4-17-us-west-2-t4nrt.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host

Analysis powered by prow-failure-analysis | Build: 2024076431641808896

@konflux-ci-qe-bot
Copy link

🤖 Pipeline Failure Analysis

Category: Configuration

The pipeline failed because the vector-kubearchive-log-collector-in-cluster-local ArgoCD application failed to synchronize due to a duplicate ServiceAccount definition in its manifests, leading to a timeout during cluster bootstrapping.

📋 Technical Details

Immediate Cause

The appstudio-e2e-tests/redhat-appstudio-e2e step failed due to an ARGOCD_SYNC_TIMEOUT. This timeout occurred because the vector-kubearchive-log-collector-in-cluster-local ArgoCD application was unable to synchronize its resources.

Contributing Factors

The direct cause of the synchronization failure was a misconfiguration within the application's manifests, specifically a duplicate definition of the /ServiceAccount/product-kubearchive-logging/minio-sa resource, which ArgoCD reported as a RepeatedResourceWarning. This prevented ArgoCD from achieving a healthy synchronized state.

Impact

The inability to properly synchronize the vector-kubearchive-log-collector-in-cluster-local application during the cluster bootstrapping phase blocked the successful setup of the test environment. Consequently, the appstudio-e2e-tests step could not proceed, leading to the overall failure of the pipeline.

🔍 Evidence

appstudio-e2e-tests/redhat-appstudio-e2e

Category: configuration
Root Cause: The vector-kubearchive-log-collector-in-cluster-local ArgoCD application failed to synchronize due to a misconfiguration in its manifests, specifically a duplicate definition of the /ServiceAccount/product-kubearchive-logging/minio-sa resource, leading to an ARGOCD_SYNC_TIMEOUT.

Logs:

artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt line 13:53:04
└─ [RepeatedResourceWarning] Resource /ServiceAccount/product-kubearchive-logging/minio-sa appeared 2 times among application resources.
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt line 14:36:01
TIMEOUT: Applications failed to sync within 45 minutes
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt line 14:36:03
Sync Status: OutOfSync
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt line 14:36:04
Failure Reason: ARGOCD_SYNC_TIMEOUT: 1 apps failed to sync
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt line 15:02:32
└─ [RepeatedResourceWarning] Resource /ServiceAccount/product-kubearchive-logging/minio-sa appeared 2 times among application resources.
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt line 15:26:31
TIMEOUT: Applications failed to sync within 45 minutes
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt line 15:26:34
Failure Reason: ARGOCD_SYNC_TIMEOUT: 1 apps failed to sync
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt line 15:26:34
Error: error when bootstrapping cluster: reached maximum number of attempts (2). error: exit status 1

Analysis powered by prow-failure-analysis | Build: 2024107338981445632

@openshift-ci
Copy link

openshift-ci bot commented Feb 18, 2026

@olegbet: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/appstudio-e2e-tests 24d7bb6 link true /test appstudio-e2e-tests

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants