Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

confluent-kafka/8.0.0.198 package update #35255

Closed
wants to merge 1 commit into from

Conversation

octo-sts[bot]
Copy link
Contributor

@octo-sts octo-sts bot commented Nov 26, 2024

@octo-sts octo-sts bot added request-version-update request for a newer version of a package automated pr labels Nov 26, 2024
Copy link
Contributor Author

octo-sts bot commented Nov 26, 2024

Gen AI suggestions to solve the build error:

• Detected Error: git clone --quiet [...] --branch=v8.0.0-198-ccs [...] https://github.com/confluentinc/kafka

• Error Category: Version

• Failure Point: Git checkout step failing to find the specified tag

• Root Cause Analysis: The tag format in the git checkout step doesn't match Confluent's actual tag format. The melange configuration is trying to use v8.0.0-198-ccs but Confluent typically uses a different tag format.

• Suggested Fix:

  1. Modify the git-checkout step in the pipeline to use the correct tag format:
  - uses: git-checkout
    with:
      expected-commit: bc3392a9d98152178555aac956465d977065bb1c
      repository: https://github.com/confluentinc/kafka
      tag: ${{vars.mangled-package-version}}  # Remove the 'v' prefix

• Explanation: Confluent's Kafka repository typically doesn't use the 'v' prefix in their tags. The current configuration is trying to checkout 'v8.0.0-198-ccs' but the actual tag is likely '8.0.0-198-ccs'. Removing the 'v' prefix from the tag specification should allow the checkout to succeed.

• Additional Notes:

  • Confluent uses a specific tagging format for their releases
  • The var-transforms section is correctly handling the version mangling
  • The update section already has strip-prefix: v configured, showing this is the expected behavior

• References:

@octo-sts octo-sts bot closed this Nov 26, 2024
Copy link
Contributor Author

octo-sts bot commented Nov 26, 2024

superseded by #35260

@octo-sts octo-sts bot deleted the wolfictl-912ae5da-5fc2-4670-a5e7-a6e770a88e9a branch November 27, 2024 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated pr request-version-update request for a newer version of a package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant