martinpitt / umockdev

Mock hardware devices for creating unit tests and bug reporting
https://launchpad.net/umockdev
GNU Lesser General Public License v2.1
308 stars 54 forks source link

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

Closed packit-as-a-service[bot] closed 3 months ago

packit-as-a-service[bot] commented 3 months ago

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

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

Fedora Koji build was triggered by push with sha b91388963b23d9e788874d7f8ef375953f9e04d5.

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


Get in touch with us if you need some help.

packit-as-a-service[bot] commented 3 months ago

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

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

Fedora Koji build was triggered by push with sha ecbcc721215cfc8a5f3525564413d55b81a0a74a.

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


Get in touch with us if you need some help.

packit-as-a-service[bot] commented 3 months ago

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

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

Fedora Koji build was triggered by push with sha f0153c65124cb2d5968beed74e0245ea79948e68.

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


Get in touch with us if you need some help.

martinpitt commented 3 months ago

@lbarcziova @lachmanfrantisek: Hmm, this already happened yesterday in #242 -- but both yesterday and today the koji submissio worked fine: https://koji.fedoraproject.org/koji/packageinfo?packageID=20322

So everything is alright, just getting these notifications. Could it be that my https://github.com/martinpitt/umockdev/blob/main/packit.yaml needs the packages: [umockdev-fedora] tag for koji_build as well? Thanks!

lbarcziova commented 3 months ago

@martinpitt yes, looking into logs, the task was run twice for each branch (for each package in config), so adjusting the config should fix those.

martinpitt commented 3 months ago

Thanks @lbarcziova ! Fixing in #246