packit / packit

Upstream project ← → Downstream distribution
https://packit.dev
MIT License
135 stars 85 forks source link

[packit] Fedora Koji build failed to be triggered #2427

Open packit-as-a-service-stg[bot] opened 2 hours ago

packit-as-a-service-stg[bot] commented 2 hours ago

Packit failed on creating Koji build in dist-git (https://src.fedoraproject.org/rpms/packit.git):

dist-git branch error
rawhide Submission of build to koji failed.

Fedora Koji build was triggered by tagging of build 2505327 into f42-build-side-97267.

You can retrigger the build by adding a comment (/packit-stg koji-build) into this issue.


Get in touch with us if you need some help.

packit-as-a-service-stg[bot] commented 2 hours ago

Packit failed on creating Koji build in dist-git (https://src.fedoraproject.org/rpms/packit.git):

dist-git branch error
f40 Submission of build to koji failed.

Fedora Koji build was triggered by tagging of build 2547897 into f40-build-side-97271.

You can retrigger the build by adding a comment (/packit-stg koji-build) into this issue.


Get in touch with us if you need some help.

packit-as-a-service-stg[bot] commented 2 hours ago

Packit failed on creating Koji build in dist-git (https://src.fedoraproject.org/rpms/packit.git):

dist-git branch error
epel9 Submission of build to koji failed.

Fedora Koji build was triggered by tagging of build 2547904 into epel9-build-side-97275.

You can retrigger the build by adding a comment (/packit-stg koji-build) into this issue.


Get in touch with us if you need some help.

packit-as-a-service-stg[bot] commented 2 hours ago

Packit failed on creating Koji build in dist-git (https://src.fedoraproject.org/rpms/packit.git):

dist-git branch error
f39 Submission of build to koji failed.

Fedora Koji build was triggered by tagging of build 2547905 into f39-build-side-97273.

You can retrigger the build by adding a comment (/packit-stg koji-build) into this issue.


Get in touch with us if you need some help.

packit-as-a-service-stg[bot] commented 2 hours ago

Packit failed on creating Koji build in dist-git (https://src.fedoraproject.org/rpms/packit.git):

dist-git branch error
f41 Submission of build to koji failed.

Fedora Koji build was triggered by tagging of build 2547898 into f41-build-side-97269.

You can retrigger the build by adding a comment (/packit-stg koji-build) into this issue.


Get in touch with us if you need some help.

nforro commented 1 hour ago

This is a weak point in the dependency processing logic. Building new version of specfile and tagging ogr (in order to satisfy dependencies for Bodhi update, only specfile had been released) triggered packit build that failed because it already exists in Koji. It should be possible to get the latest stable NVR from Koji, compare it with the output of fedpkg verrel and skip the build if it matches.

nforro commented 1 hour ago

Related to https://github.com/packit/packit-service/issues/2527.