Skip to content

Conversation

@ashwindasr
Copy link

@ashwindasr ashwindasr commented Nov 22, 2025

Konflux prefetch dependencies task failing with https://konflux-ui.apps.kflux-ocp-p01.7ayg.p1.openshiftapps.com/ns/ocp-art-tenant/applications/openshift-4-16/pipelineruns/ose-4-16-ose-agent-installer-api-server-zwhp6/logs (ART internal)

  go: downloading golang.org/x/mod v0.17.0
  go: updates to go.mod needed; to update it:
  	go mod tidy
  2025-11-22 04:18:10,928 ERROR Failed to fetch gomod dependencies
  2025-11-22 04:18:14,114 ERROR PackageManagerError: Go execution failed: `/usr/local/bin/go mod vendor` failed with rc=1
  Error: PackageManagerError: Go execution failed: `/usr/local/bin/go mod vendor` failed with rc=1
    The cause of the failure could be:
    - something is broken in hermeto
    - something is wrong with your repository
    - communication with an external service failed (please try again)
    The output of the failing command should provide more details, please check the logs.

running go mod tidy

@coderabbitai
Copy link

coderabbitai bot commented Nov 22, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Nov 22, 2025
@openshift-ci openshift-ci bot requested review from carbonin and danmanor November 22, 2025 20:29
@ashwindasr ashwindasr changed the title go mod tidy OCPBUGS-65897: go mod tidy Nov 22, 2025
@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Nov 22, 2025
@openshift-ci-robot
Copy link

@ashwindasr: This pull request references Jira Issue OCPBUGS-65897, which is invalid:

  • expected the bug to target the "4.16.z" version, but no target version was set
  • release note text must be set and not match the template OR release note type must be set to "Release Note Not Required". For more information you can reference the OpenShift Bug Process.
  • expected Jira Issue OCPBUGS-65897 to depend on a bug targeting a version in 4.17.0, 4.17.z and in one of the following states: VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA), but no dependents were found

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Konflux prefetch dependencies task failing with https://konflux-ui.apps.kflux-ocp-p01.7ayg.p1.openshiftapps.com/ns/ocp-art-tenant/applications/openshift-4-16/pipelineruns/ose-4-16-ose-agent-installer-api-server-zwhp6/logs (ART internal)

 go: downloading golang.org/x/mod v0.17.0
 go: updates to go.mod needed; to update it:
 	go mod tidy
 2025-11-22 04:18:10,928 ERROR Failed to fetch gomod dependencies
 2025-11-22 04:18:14,114 ERROR PackageManagerError: Go execution failed: `/usr/local/bin/go mod vendor` failed with rc=1
 Error: PackageManagerError: Go execution failed: `/usr/local/bin/go mod vendor` failed with rc=1
   The cause of the failure could be:
   - something is broken in hermeto
   - something is wrong with your repository
   - communication with an external service failed (please try again)
   The output of the failing command should provide more details, please check the logs.

running go mod tidy

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 openshift-eng/jira-lifecycle-plugin repository.

@ashwindasr
Copy link
Author

/jira refresh

@openshift-ci-robot
Copy link

@ashwindasr: This pull request references Jira Issue OCPBUGS-65897, which is invalid:

  • release note text must be set and not match the template OR release note type must be set to "Release Note Not Required". For more information you can reference the OpenShift Bug Process.
  • expected Jira Issue OCPBUGS-65897 to depend on a bug targeting a version in 4.17.0, 4.17.z and in one of the following states: VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA), but no dependents were found

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

/jira refresh

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 openshift-eng/jira-lifecycle-plugin repository.

@ashwindasr ashwindasr changed the title OCPBUGS-65897: go mod tidy OCPBUGS-65897: go mod tidy fix Nov 22, 2025
@bfournie
Copy link
Contributor

/retest

@openshift-ci
Copy link

openshift-ci bot commented Nov 24, 2025

@ashwindasr: all tests passed!

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.

@ashwindasr
Copy link
Author

@bfournie looks like tests passed, can you take another look?

@ashwindasr
Copy link
Author

oops looks like we need one more change

@ashwindasr
Copy link
Author

ashwindasr commented Nov 25, 2025

okay - looks good (ART internal)

@bfournie
Copy link
Contributor

/label backport-risk-assessed

@openshift-ci openshift-ci bot added the backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. label Nov 27, 2025
@bfournie
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Nov 27, 2025
@ashwindasr
Copy link
Author

/hold

Looks like there could be an issue with a konflux task bundle bump. Waiting to see if revert fixes this issue openshift-priv/art-konflux-template#137

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 27, 2025
@openshift-ci
Copy link

openshift-ci bot commented Nov 27, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ashwindasr, gamli75

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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants