Skip to content

mintmaker update - #13551

Merged
openshift-merge-bot[bot] merged 1 commit into
mainfrom
mintmaker
Aug 20, 2026
Merged

mintmaker update#13551
openshift-merge-bot[bot] merged 1 commit into
mainfrom
mintmaker

Conversation

@rh-tap-build-team

@rh-tap-build-team rh-tap-build-team Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Included PRs:

Changelog

  • 4741e2d chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal:latest docker digest to 6929533 - @red-hat-konflux[bot]
  • a756e83 Merge pull request #608 from konflux-ci/konflux/mintmaker/main/registry.access.redhat.com-ubi9-ubi-minimal-latest - @rh-rsaar
  • e59447b chore(deps): update konflux references - @red-hat-konflux[bot]
  • 83ff705 Merge pull request #607 from konflux-ci/konflux/references/main - @rh-rsaar
  • 3714c50 fix(deps): update go packages (#598) - @red-hat-konflux[bot]
  • 2d985e7 chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal:latest docker digest to 8eb2830 (#610) - @red-hat-konflux[bot]
  • ca4b18f Remove tekton task replacement rules from Renovate config - Qixiang Wan
  • f894f71 Merge pull request #487 from konflux-ci/remove-tekton-task-replacements - @rh-rsaar
  • 443bf27 Enable ansible managers - @rh-rsaar
  • aec0ca5 Merge pull request #612 from rh-rsaar/enable-ansible-manager - @rh-rsaar

@openshift-ci
openshift-ci Bot requested review from HozifaWasfy and scoheb August 17, 2026 10:51
@github-actions

github-actions Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Kustomize Render Diff

Comparing 4403a55e68d49c42fd

Component Environment Changes
components/mintmaker/development development +3 -407
components/mintmaker/staging/base staging +3 -407
components/mintmaker/staging/stone-stage-p01 staging +3 -407

Total: 3 components, +9 -1221 lines

📋 Full diff available in the workflow summary and as a downloadable artifact.

@codecov

codecov Bot commented Aug 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.38%. Comparing base (4403a55) to head (4555029).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #13551   +/-   ##
=======================================
  Coverage   60.38%   60.38%           
=======================================
  Files          24       24           
  Lines        1628     1628           
=======================================
  Hits          983      983           
  Misses        563      563           
  Partials       82       82           
Flag Coverage Δ
go 60.38% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rh-rsaar

Copy link
Copy Markdown
Contributor

/approve
/lgtm

@adelaon

adelaon commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

/lgtm
/approve

@openshift-ci

openshift-ci Bot commented Aug 20, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: adelaon, rh-rsaar, rh-tap-build-team[bot]

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

@konflux-ci-qe-bot

konflux-ci-qe-bot commented Aug 20, 2026

Copy link
Copy Markdown

🤖 Pipeline Failure Analysis

Category: Infrastructure

The pipeline failed due to a fundamental inability to resolve the OpenShift API server hostname and establish network connectivity, preventing communication with the cluster.

📋 Technical Details

Immediate Cause

The Prow job was unable to connect to the OpenShift API server (api.konflux-4-19-us-west-2-jkkkg.konflux-qe.devcluster.openshift.com). This manifested as repeated DNS resolution failures ("no such host") when querying DNS server 172.30.0.10:53 and TCP connection timeouts ("i/o timeout") when attempting to reach the API server's IP address on port 6443.

Contributing Factors

All gather-* steps (e.g., gather-audit-logs, gather-must-gather, redhat-appstudio-gather) failed with identical network connectivity or DNS resolution errors to the OpenShift API server, indicating a widespread and consistent environmental issue rather than an isolated step failure. The redhat-appstudio-conformance-tests step timed out because it was likely unable to interact with the cluster's PipelineRun resources, which depend on API server connectivity.

Impact

The pipeline was completely blocked from performing any operations requiring cluster interaction, including running e2e conformance tests and collecting diagnostic logs. This rendered the entire build process non-functional and resulted in a complete failure of the CI job.

🔍 Evidence

appstudio-e2e-tests/gather-audit-logs

Category: infrastructure
Root Cause: The DNS resolution for the OpenShift API server hostname (api.konflux-4-19-us-west-2-jkkkg.konflux-qe.devcluster.openshift.com) failed, preventing the must-gather tool from establishing a connection to the cluster. This indicates a problem with network connectivity or DNS configuration within the environment where the step was executed.

Logs:

artifacts/appstudio-e2e-tests/gather-audit-logs/build-log.txt
Get "https://api.konflux-4-19-us-west-2-jkkkg.konflux-qe.devcluster.openshift.com:6443/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/must-gather": dial tcp: lookup api.konflux-4-19-us-west-2-jkkkg.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-19-us-west-2-jkkkg.konflux-qe.devcluster.openshift.com:6443/apis/config.openshift.io/v1/clusterversions/version": dial tcp: lookup api.konflux-4-19-us-west-2-jkkkg.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-19-us-west-2-jkkkg.konflux-qe.devcluster.openshift.com:6443/api/v1/namespaces": dial tcp: lookup api.konflux-4-19-us-west-2-jkkkg.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/gather-audit-logs/build-log.txt
E0820 09:10:02.551069      51 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://api.konflux-4-19-us-west-2-jkkkg.konflux-qe.devcluster.openshift.com:6443/api?timeout=32s\": dial tcp: lookup api.konflux-4-19-us-west-2-jkkkg.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 root cause is a network connectivity failure between the test environment and the OpenShift API server, manifesting as i/o timeout errors when attempting TCP connections and no such host errors during DNS resolution for the API server's hostname. This indicates the cluster's API endpoint was unreachable or unresolvable from the job's execution environment.

Logs:

artifacts/appstudio-e2e-tests/gather-must-gather/build-log.txt
Error running must-gather collection:
    creating temp namespace: Post "https://api.konflux-4-19-us-west-2-jkkkg.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
E0820 09:08:41.857559      53 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://api.konflux-4-19-us-west-2-jkkkg.konflux-qe.devcluster.openshift.com:6443/api?timeout=32s\": dial tcp [REDACTED: Public IP (ipv4)]: i/o timeout"
artifacts/appstudio-e2e-tests/gather-must-gather/build-log.txt
E0820 09:08:41.872872      53 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://api.konflux-4-19-us-west-2-jkkkg.konflux-qe.devcluster.openshift.com:6443/api?timeout=32s\": dial tcp: lookup api.konflux-4-19-us-west-2-jkkkg.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-19-us-west-2-jkkkg.konflux-qe.devcluster.openshift.com:6443/api?timeout=32s": dial tcp: lookup api.konflux-4-19-us-west-2-jkkkg.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host

appstudio-e2e-tests/redhat-appstudio-conformance-tests

Category: timeout
Root Cause: The conformance test step timed out because a crucial PipelineRun (konflux-ci-upstream-hyws-on-push-5v9cq) became unresponsive or took too long to complete, causing the entire job to be terminated by the CI system.

Logs:

artifacts/appstudio-e2e-tests/redhat-appstudio-conformance-tests/build-log.txt
PipelineRun konflux-ci-upstream-hyws-on-push-5v9cq reason: Running
PipelineRun konflux-ci-upstream-hyws-on-push-5v9cq reason: Running
...
artifacts/appstudio-e2e-tests/redhat-appstudio-conformance-tests/build-log.txt
{"component":"entrypoint","file":"sigs.k8s.io/prow/pkg/entrypoint/run.go:173","func":"sigs.k8s.io/prow/pkg/entrypoint.Options.ExecuteProcess","level":"error","msg":"Entrypoint received interrupt: terminated","severity":"error","time":"2026-08-20T09:03:37Z"}
artifacts/appstudio-e2e-tests/redhat-appstudio-conformance-tests/build-log.txt
{"component":"entrypoint","file":"sigs.k8s.io/prow/pkg/entrypoint/run.go:264","func":"sigs.k8s.io/prow/pkg/entrypoint.gracefullyTerminate","level":"error","msg":"Process gracefully exited before 1m0s grace period","severity":"error","time":"2026-08-20T09:03:37Z"}

appstudio-e2e-tests/redhat-appstudio-gather

Category: infrastructure
Root Cause: The OpenShift API server hostname could not be resolved by the DNS server (172.30.0.10:53), indicating a network or DNS configuration issue within the test environment or the cluster itself that prevents connectivity to the API.

Logs:

artifacts/appstudio-e2e-tests/redhat-appstudio-gather/build-log.txt line 21
E0820 09:10:10.218939      34 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://api.konflux-4-19-us-west-2-jkkkg.konflux-qe.devcluster.openshift.com:6443/api?timeout=5s\": dial tcp: lookup api.konflux-4-19-us-west-2-jkkkg.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host"
artifacts/appstudio-e2e-tests/redhat-appstudio-gather/build-log.txt line 994
Error running must-gather collection:
    creating temp namespace: Post "https://api.konflux-4-19-us-west-2-jkkkg.konflux-qe.devcluster.openshift.com:6443/api/v1/namespaces": dial tcp: lookup api.konflux-4-19-us-west-2-jkkkg.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/redhat-appstudio-gather/build-log.txt line 1003
error running backup collection: Get "https://api.konflux-4-19-us-west-2-jkkkg.konflux-qe.devcluster.openshift.com:6443/api?timeout=32s": dial tcp: lookup api.konflux-4-19-us-west-2-jkkkg.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host

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

@adelaon

adelaon commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm label Aug 20, 2026
@adelaon

adelaon commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm label Aug 20, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit aeacfcb into main Aug 20, 2026
22 checks passed
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