RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2008248 - An overflowed 18446744073709551615 value in AppStream repository is breaking Koji rpm building system.
Summary: An overflowed 18446744073709551615 value in AppStream repository is breaking ...
Keywords:
Status: CLOSED DUPLICATE of bug 1984402
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: libmodulemd
Version: 8.4
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Petr Pisar
QA Contact: swm-qe
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-09-27 17:13 UTC by Chandan Chouhan
Modified: 2024-12-20 21:13 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-09-27 17:32:06 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-98285 0 None None None 2021-09-27 17:18:44 UTC

Description Chandan Chouhan 2021-09-27 17:13:55 UTC
Description of problem:

Customer is unable to build RPMs using Koji build system and its failing because there is an 18446744073709551615 value in AppStream repository.

Cu comments:
-----
When we are trying to build repo for a build with RHEL 8 repos for the AppStream repo.
Executing the below command manually:
mergerepo_c -vvvvv --pkgorigins --all -a x86_64 -o
gives error: Critical error

We added debug option in 'mergerepo_c' and found the below error:
- Failed to parse buildorder in component: 18446744073709551615: The integer value is larger than 9223372036854775807 [line 118 col 9]
-----


As per customer it's in the RHEL8 AppStream repo in b908341a8d8eecd1795f536be5031fe4b3ce861baab32ecffd1a3402358df71b-modules.yaml.gz file.

---
libslirp:
        rationale: Primary component of this module
        ref: stream-container-tools-rhel8-rhel-8.3.0
        buildorder: 18446744073709551615
        arches: [aarch64, i686, ppc64le, s390x, x86_64]
---


For more information, see C#15 in https://bugzilla.redhat.com/show_bug.cgi?id=1984402

Comment 1 Jindrich Novy 2021-09-27 17:32:06 UTC
Seems that either libmodulemd/mergerepo_c or repodata has a type mismatch in the build_order tag - it is defined as -1 so that libslirp is built prior to slirp4netns within the module. If the metadata are broken, as noted in https://bugzilla.redhat.com/show_bug.cgi?id=1984402#c15 then it is nothing we can do, as package maintainers of container-tools.

Release engineering needs to untag the broken builds - I requested that in https://issues.redhat.com/browse/RHELDST-8196 - EXD should update https://bugzilla.redhat.com/show_bug.cgi?id=1984402 once they address the issue.

Thank you for reporting this issue.

Comment 4 Jindrich Novy 2021-09-29 09:14:15 UTC

*** This bug has been marked as a duplicate of bug 1984402 ***


Note You need to log in before you can comment on or make changes to this bug.