martinpitt / umockdev

Mock hardware devices for creating unit tests and bug reporting

Home Page:https://launchpad.net/umockdev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[packit] Fedora Koji build failed to be triggered

packit-as-a-service opened this issue · comments

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 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 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.

@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!

@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.

Thanks @lbarcziova ! Fixing in #246